Michael Gugino c510504663 Remove unused l_openshift_version_check_hosts 7 年 前
..
private f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 年 前
OWNERS 1a656ce0b2 Add OWNERS files 7 年 前
README.md f2071c75d0 Add an ansible role to install OpenShift monitoring platform 7 年 前
config.yml c510504663 Remove unused l_openshift_version_check_hosts 7 年 前
install-gcp.yml c510504663 Remove unused l_openshift_version_check_hosts 7 年 前

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