Bug 1321673

Summary: [DOCS] Router and Registry configured at install
Product: OpenShift Container Platform Reporter: Ryan Howe <rhowe>
Component: DocumentationAssignee: Ashley Hardin <ahardin>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: high    
Version: 3.1.0CC: abutcher, aos-bugs, bleanhar, erich, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-17 12:27:31 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:

Description Ryan Howe 2016-03-28 20:49:45 UTC
Description of problem:

Ansible playbook is shipped with roles to configure the router and registry but there is no documentation on how to include these roles in the install playbook. 



Additional info:

└──> ll /usr/share/ansible/openshift-ansible/roles/openshift_router/
total 4
drwxr-xr-x. 2 root root  21 Mar 21 09:36 handlers
drwxr-xr-x. 2 root root  21 Mar 21 09:36 meta
-rw-r--r--. 1 root root 681 Feb 24 14:00 README.md
drwxr-xr-x. 2 root root  21 Mar 21 09:36 tasks
drwxr-xr-x. 2 root root  21 Mar 21 09:36 vars


└──> ll /usr/share/ansible/openshift-ansible/roles/openshift_registry/
total 4
drwxr-xr-x. 2 root root  21 Mar 21 09:36 defaults
drwxr-xr-x. 2 root root  21 Mar 21 09:36 handlers
drwxr-xr-x. 2 root root  21 Mar 21 09:36 meta
-rw-r--r--. 1 root root 711 Feb 24 14:00 README.md
drwxr-xr-x. 2 root root  21 Mar 21 09:36 tasks
drwxr-xr-x. 2 root root  21 Mar 21 09:36 vars

Comment 1 Brenton Leanhardt 2016-03-29 13:11:54 UTC
The docs for this are being working on here: https://github.com/openshift/openshift-docs/pull/1797

I feel like this is a duplicate of Bug #1286858 but I'll let you decide if you want to mark it as such since there is a case attached.