diff options
author | Eric Wolinetz <ewolinet@redhat.com> | 2017-05-22 09:57:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 09:57:17 -0500 |
commit | a12646f4e018a65d5633c53209de364d5e8b5cb4 (patch) | |
tree | b7011d3781d70ff8b589d643ccc075b9bcc4d8e6 /inventory/byo | |
parent | 4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3 (diff) | |
parent | 35dc9a8d93a39538787cbf4b2bef8463f6188573 (diff) | |
download | openshift-a12646f4e018a65d5633c53209de364d5e8b5cb4.tar.gz openshift-a12646f4e018a65d5633c53209de364d5e8b5cb4.tar.bz2 openshift-a12646f4e018a65d5633c53209de364d5e8b5cb4.tar.xz openshift-a12646f4e018a65d5633c53209de364d5e8b5cb4.zip |
Merge pull request #4220 from pat2man/openshift_hosted_metrics_deployer_version
Update examples to include metrics deployer version
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.origin.example | 3 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 6641d6dc8..4c601e955 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -521,6 +521,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Currently, you may only alter the hostname portion of the url, alterting the # `/hawkular/metrics` path will break installation of metrics. #openshift_hosted_metrics_public_url=https://hawkular-metrics.example.com/hawkular/metrics +# Configure the prefix and version for the component images +#openshift_hosted_metrics_deployer_prefix=docker.io/openshift/origin- +#openshift_hosted_metrics_deployer_version=3.6.0 # Logging deployment # diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index e57b831f3..612a6f7c8 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -522,6 +522,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Currently, you may only alter the hostname portion of the url, alterting the # `/hawkular/metrics` path will break installation of metrics. #openshift_hosted_metrics_public_url=https://hawkular-metrics.example.com/hawkular/metrics +# Configure the prefix and version for the component images +#openshift_hosted_metrics_deployer_prefix=registry.example.com:8888/openshift3/ +#openshift_hosted_metrics_deployer_version=3.6.0 # Logging deployment # |