diff options
author | Luke Meyer <lmeyer@redhat.com> | 2017-11-14 15:45:59 -0500 |
---|---|---|
committer | Luke Meyer <lmeyer@redhat.com> | 2017-11-15 16:19:59 -0500 |
commit | a80dab78b05b21393587fc99a73e61e6450dddf7 (patch) | |
tree | 4d563fb2c4a2f6fe5c99351466fccadf083d10c0 /inventory/byo/hosts.example | |
parent | 94b5b1cd03f71b5d125d49b210c8ab7754c833c7 (diff) | |
download | openshift-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/byo/hosts.example')
-rw-r--r-- | inventory/byo/hosts.example | 5 |
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 |