summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-28 09:25:46 -0400
committerGitHub <noreply@github.com>2017-08-28 09:25:46 -0400
commit89c405109d8ca5906d9beb03e7e2794267f5f357 (patch)
tree30ae4a0f029d8399eae987ba6bc65838ff99b3e7 /inventory
parent6f2d7f9f041e8a5a791575849ad626f5a8c0aae2 (diff)
parent0a9a47aab6707817ec7982605bdedbc4b491eb1a (diff)
downloadopenshift-89c405109d8ca5906d9beb03e7e2794267f5f357.tar.gz
openshift-89c405109d8ca5906d9beb03e7e2794267f5f357.tar.bz2
openshift-89c405109d8ca5906d9beb03e7e2794267f5f357.tar.xz
openshift-89c405109d8ca5906d9beb03e7e2794267f5f357.zip
Merge pull request #5234 from gevorg15/master
Fix origin metrics and logging container version
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 385278f3b..fa0e0f6fe 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -571,7 +571,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
#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
+#openshift_hosted_metrics_deployer_version=v3.6.0
#
# StorageClass
# openshift_storageclass_name=gp2
@@ -626,7 +626,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
#openshift_hosted_logging_elasticsearch_cluster_size=1
# Configure the prefix and version for the component images
#openshift_hosted_logging_deployer_prefix=docker.io/openshift/origin-
-#openshift_hosted_logging_deployer_version=3.6.0
+#openshift_hosted_logging_deployer_version=v3.6.0
# Configure the multi-tenant SDN plugin (default is 'redhat/openshift-ovs-subnet')
# os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'