|
6 years ago | |
---|---|---|
.. | ||
defaults | 6 years ago | |
files | 6 years ago | |
meta | 6 years ago | |
tasks | 6 years ago | |
vars | 6 years ago | |
README.md | 6 years ago |
This role installs the OpenShift Metering, which supports metering operators and applications in Kubernetes and producing reports on this metered information.
To install Openshift Metering, set this variable:
openshift_metering_install: true
To uninstall, set:
openshift_metering_install: false
The metering operator comes with a default no-op Metering configuration.
To supply additional configuration options set the openshift_metering_config
variable to a dictionary containing the contents of the Metering
spec
field you wish to set.
For example:
openshift_metering_config:
metering-operator:
config:
awsAccessKeyID: "REPLACEME"
Updating the operator itself to a custom image can be done by setting openshift_metering_operator_image
to a docker image and tag that should be used.
For example:
openshift_metering_operator_image: quay.io/coreos/chargeback-helm-operator:latest
Using a custom project/namespace can be done by specifying __openshift_metering_namespace
.
For a full list of variables, and descriptions of what they do see the defaults/main.yml variables file.
Apache License, Version 2.0