From 07b256da15cf8a1892a62b056005c718225f9848 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Thu, 25 Jan 2018 10:45:37 -0500 Subject: [PATCH] added registry console section per BZ --- install_config/install/advanced_install.adoc | 33 +++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/install_config/install/advanced_install.adoc b/install_config/install/advanced_install.adoc index 65608e3b7867..3170fc36aed3 100644 --- a/install_config/install/advanced_install.adoc +++ b/install_config/install/advanced_install.adoc @@ -759,7 +759,6 @@ If you are using an image registry other than the default at ---- oreg_url={registry}/openshift3/ose-${component}:${version} openshift_examples_modify_imagestreams=true -openshift_docker_additional_registries={registry} ---- .Registry Variables @@ -784,6 +783,38 @@ openshift_examples_modify_imagestreams=true openshift_docker_additional_registries=example.com ---- +[[advanced-install-configuring-registry-location]] +=== Configuring the Registry Console + +If you are using a Cockpit registry console image other than the default or require a specific version of the console, +specify the desired registry within the +*_/etc/ansible/hosts_* file. + +---- +openshift_cockpit_deployer_prefix=// +openshift_cockpit_deployer_version= +---- + +.Registry Variables +[options="header"] +|=== + +|Variable |Purpose +|`*openshift_cockpit_deployer_prefix*` +|Specify the URL and path to the directory where the image is located. + +|`*openshift_cockpit_deployer_version*` +|Specify the Cockpit image verion. +|=== + +For example: +If your image is at *_registry.example.com/openshift3/registry-console_* and you require +version 1.4.1, enter: +---- +openshift_cockpit_deployer_prefix='registry.example.com/openshift3/' +openshift_cockpit_deployer_version='1.4.1' +---- + [[advanced-install-registry-storage]] ==== Configuring Registry Storage