summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-11-14 15:45:59 -0500
committerLuke Meyer <lmeyer@redhat.com>2017-11-15 16:19:59 -0500
commita80dab78b05b21393587fc99a73e61e6450dddf7 (patch)
tree4d563fb2c4a2f6fe5c99351466fccadf083d10c0 /inventory
parent94b5b1cd03f71b5d125d49b210c8ab7754c833c7 (diff)
downloadopenshift-a80dab78b05b21393587fc99a73e61e6450dddf7.tar.gz
openshift-a80dab78b05b21393587fc99a73e61e6450dddf7.tar.bz2
openshift-a80dab78b05b21393587fc99a73e61e6450dddf7.tar.xz
openshift-a80dab78b05b21393587fc99a73e61e6450dddf7.zip
registry-console: align image and check
enable option to configure basename in image docker_image_availability check: follow registry-console image options
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example
index 698b7450a..44c3d068d 100644
--- a/inventory/byo/hosts.example
+++ b/inventory/byo/hosts.example
@@ -401,9 +401,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# OpenShift Registry Console Options
# Override the console image prefix:
-# origin default is "cockpit/" and the image appended is "kubernetes"
-# enterprise default is "registry.access.redhat.com/openshift3/" and the image appended is "registry-console"
+# origin default is "cockpit/", enterprise default is "openshift3/"
#openshift_cockpit_deployer_prefix=registry.example.com/myrepo/
+# origin default is "kubernetes", enterprise default is "registry-console"
+#openshift_cockpit_deployer_basename=my-console
# Override image version, defaults to latest for origin, vX.Y product version for enterprise
#openshift_cockpit_deployer_version=1.4.1