Skip to content

Instantly share code, notes, and snippets.

@vnugent
Created November 11, 2015 15:44
Show Gist options
  • Save vnugent/77b97ff433daa80b02c3 to your computer and use it in GitHub Desktop.
Save vnugent/77b97ff433daa80b02c3 to your computer and use it in GitHub Desktop.

# oc project openshift-infra
# git clone https://github.com/openshift/origin-metrics
# cd origin-metrics
# oc process -f metrics.yaml -v \
  HAWKULAR_METRICS_HOSTNAME=hawkular-metrics-openshift-infra.cloud2.jonqe.lab.eng.bos.redhat.com,\
  IMAGE_PREFIX=rcm-img-docker01.build.eng.bos.redhat.com:5001/openshift3/,\
  IMAGE_VERSION=3.1.0,USE_PERSISTENT_STORAGE=false,\
  MASTER_URL=https://ose-master1.bc.jonqe.lab.eng.bos.redhat.com:8443,REDEPLOY=true\
  | oc create -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment