DVO extractor service based on CCX Messaging
- Install
bonfire
pip install crc-bonfire
- Log into https://console-openshift-console.apps.c-rh-c-eph.8p0c.p1.openshiftapps.com/k8s/cluster/projects
oc login --token=${TOKEN} --server=https://api.c-rh-c-eph.8p0c.p1.openshiftapps.com:6443
- Reserve a namespace
NAMESPACE=$(bonfire namespace reserve)
- Deploy the clowdapp
bonfire deploy -c deploy/test.yaml -n $NAMESPACE --component dvo-extractor ccx-data-pipeline
-
Check the resource via CLI or UI.
-
Delete the namespace
bonfire namespace release $NAMESPACE