Elad Alfassa f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 years ago
..
private f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 years ago
README.md f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 years ago
config.yml f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 years ago
install-gcp.yml f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 years ago

README.md

OpenShift Monitoring

This playbook installs the OpenShift Monitoring stack.

GCP Development

  1. Launch a GCP cluster.

  2. Hack on the installer locally.

  3. Make changes, and then build a new openshift-ansible image.

# in openshift-ansible
docker build -f images/installer/Dockerfile -t openshift-ansible .
  1. Run the openshift-monitoring GCP installer against the cluster.
# in test-deploy
make WHAT=dmacedev OPENSHIFT_ANSIBLE_IMAGE=openshift-ansible sh

# in the resulting container shell
ansible-playbook playbooks/openshift-monitoring/install-gcp.yml