Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1518204

Summary: [DOCS] add registry-console inventory variables to the advanced installation section
Product: OpenShift Container Platform Reporter: Sergi Jimenez Romero <sjr>
Component: DocumentationAssignee: Michael Burke <mburke>
Status: CLOSED CURRENTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 3.6.0CC: aos-bugs, jokerman, mmccomas, sjr, vigoyal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-16 14:08:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sergi Jimenez Romero 2017-11-28 12:04:19 UTC
Document URL:

https://docs.openshift.com/container-platform/3.6/install_config/install/advanced_install.html#advanced-install-configuring-registry-location 

Section Number and Name: 

https://docs.openshift.com/container-platform/3.6/install_config/install/advanced_install.html#advanced-install-configuring-registry-location 

Describe the issue: 

Variables for registry-console are neither listed nor documented.

* openshift_cockpit_deployer_prefix for setting image prefix, useful when not using our registry.
* openshift_cockpit_deployer_version image version.

Suggestions for improvement:

Include both variables on a new subsection describing registry console variables. 

Additional information:

Comment 2 Michael Burke 2018-01-25 15:48:06 UTC
@sergi --

I am not clear on the `openshift_cockpit_deployer_prefix` setting. Can the prefix be any test string or does it point to an existing image and path?

WIP:
https://github.com/openshift/openshift-docs/pull/7331

Comment 3 Sergi Jimenez Romero 2018-01-29 18:19:15 UTC
(In reply to Michael Burke from comment #2)
> @sergi --
> 
> I am not clear on the `openshift_cockpit_deployer_prefix` setting. Can the
> prefix be any test string or does it point to an existing image and path?
> 
> WIP:
> https://github.com/openshift/openshift-docs/pull/7331

Micheal, sorry for the delay, the reference I found when opening this BZ was:

https://github.com/openshift/openshift-ansible/blob/release-3.6/inventory/byo/hosts.ose.example#L416-L423

I hope that helps, thanks!

Comment 4 Johnny Liu 2018-02-07 02:40:59 UTC
The PR looks good to me now.