Browse Source

Merge pull request #4220 from pat2man/openshift_hosted_metrics_deployer_version

Update examples to include metrics deployer version
Eric Wolinetz 7 years ago
parent
commit
a12646f4e0
2 changed files with 6 additions and 0 deletions
  1. 3 0
      inventory/byo/hosts.origin.example
  2. 3 0
      inventory/byo/hosts.ose.example

+ 3 - 0
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
 #

+ 3 - 0
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
 #