Skip to content

RedHatInsights/dvo-extractor

Repository files navigation

dvo-extractor

DVO extractor service based on CCX Messaging

Ephemeral deployment for debugging

  1. Install bonfire
pip install crc-bonfire
  1. 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
  1. Reserve a namespace
NAMESPACE=$(bonfire namespace reserve)
  1. Deploy the clowdapp
bonfire deploy -c deploy/test.yaml -n $NAMESPACE --component dvo-extractor ccx-data-pipeline
  1. Check the resource via CLI or UI.

  2. Delete the namespace

bonfire namespace release $NAMESPACE