diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2018-01-11 18:08:57 +0100 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2018-02-08 20:13:13 +0100 |
commit | e6e8c13d7d65c81c287a5b53403866db8280a5bf (patch) | |
tree | 069966dd6c257b228a023e2edb5cabe6d1aed647 /inventory | |
parent | 1ab6b4201af2474106d68265515de8d0c63b285d (diff) | |
download | openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.tar.gz openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.tar.bz2 openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.tar.xz openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.zip |
Set default image tag to openshift_image_tag for services
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
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'] |