summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorSteve Milner <smilner@redhat.com>2017-11-27 16:35:09 -0500
committerSteve Milner <smilner@redhat.com>2017-11-27 16:35:09 -0500
commitb013f40b41eec2627348dd5f8b17166f364a3553 (patch)
tree94e2f2d99f6f8faf84c545f6a4bd6aac71fb01cf /inventory
parente7e699a4201754fe9ccd1b9adffad5be5fff18b3 (diff)
downloadopenshift-b013f40b41eec2627348dd5f8b17166f364a3553.tar.gz
openshift-b013f40b41eec2627348dd5f8b17166f364a3553.tar.bz2
openshift-b013f40b41eec2627348dd5f8b17166f364a3553.tar.xz
openshift-b013f40b41eec2627348dd5f8b17166f364a3553.zip
inventory: Add example for service catalog vars
Signed-off-by: Steve Milner <smilner@redhat.com>
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example
index ccdec2da1..3a9944ba4 100644
--- a/inventory/byo/hosts.example
+++ b/inventory/byo/hosts.example
@@ -908,6 +908,14 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Enable template service broker (requires service catalog to be enabled, above)
#template_service_broker_install=true
+# Force a specific prefix (IE: registry) to use when pulling the service catalog image
+# NOTE: The registry all the way up to the start of the image name must be provided. Two examples
+# below are provided.
+#openshift_service_catalog_image_prefix=docker.io/openshift/origin-
+#openshift_service_catalog_image_prefix=registry.access.redhat.com/openshift3/ose-
+# Force a specific image version to use when pulling the service catalog image
+#openshift_service_catalog_image_version=v3.7
+
# Configure one of more namespaces whose templates will be served by the TSB
#openshift_template_service_broker_namespaces=['openshift']