From e6e8c13d7d65c81c287a5b53403866db8280a5bf Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Thu, 11 Jan 2018 18:08:57 +0100 Subject: Set default image tag to openshift_image_tag for services Signed-off-by: Vadim Rutkovsky --- inventory/hosts.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory') diff --git a/inventory/hosts.example b/inventory/hosts.example index 82c588100..b2237df3c 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -934,6 +934,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Force a specific image version to use when pulling the service catalog image #openshift_service_catalog_image_version=v3.7 +# TSB image tag +#template_service_broker_version='v3.7' + # Configure one of more namespaces whose templates will be served by the TSB #openshift_template_service_broker_namespaces=['openshift'] -- cgit v1.2.1