Bug 1304215

Summary: [DOCS] [AEP] Verify hosts example filename to copy in step 8 of GSG
Product: OpenShift Container Platform Reporter: Vikram Goyal <vigoyal>
Component: DocumentationAssignee: Zac Dover <zdover>
Status: CLOSED CURRENTRELEASE QA Contact: Scott McCarty <smccarty>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: high    
Version: 3.1.0CC: aos-bugs, jialiu, 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-02-05 04:39:14 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:
Deadline: 2016-03-15   

Description Vikram Goyal 2016-02-03 02:56:16 UTC
In GSG for AEP, Step 8 needs to be verified and fixed (per email from Scott who is set as the QA contact):

===========================================================================
Step 8:
 Set up Ansible and verify that it works

Copy ~/openshift-ansible/inventory/byo/hosts.example to /etc/ansible/hosts:

# cp ~/openshift-ansible/inventory/byo/hosts.example /etc/ansible/hosts
===========================================================================

Should be:

===========================================================================
Step 8:
 Set up Ansible and verify that it works

Copy ~/openshift-ansible/inventory/byo/hosts.aep.example to /etc/ansible/hosts:

# cp ~/openshift-ansible/inventory/byo/hosts.aep.example /etc/ansible/hosts
===========================================================================