From a80dab78b05b21393587fc99a73e61e6450dddf7 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Tue, 14 Nov 2017 15:45:59 -0500 Subject: registry-console: align image and check enable option to configure basename in image docker_image_availability check: follow registry-console image options --- inventory/byo/hosts.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inventory') 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 -- cgit v1.2.1