Chance Zibolski c9d2f8ee36 Add openshift_metering role and playbook 6 年之前
..
private c9d2f8ee36 Add openshift_metering role and playbook 6 年之前
README.md c9d2f8ee36 Add openshift_metering role and playbook 6 年之前
config.yml c9d2f8ee36 Add openshift_metering role and playbook 6 年之前
gcp-config.yml c9d2f8ee36 Add openshift_metering role and playbook 6 年之前

README.md

OpenShift Metering

This playbook runs the Openshift Metering role. See the role for more information.

Prequisites:

This playbook requires Openshift Monitoring to be installed, to install it set this variable:

openshift_monitoring_deploy: true

Installation

To install Openshift Metering, set this variable:

openshift_metering_install: true

To uninstall, set:

openshift_metering_install: false

Then run:

ansible-playbook playbooks/openshift-metering/config.yml

GCP Development

The gcp-config.yml playbook is useful for ad-hoc installation in an existing GCE cluster:

ansible-playbook playbooks/openshift-metering/gcp-config.yml