Bug 1443702

Summary: [DOC] Install guide should specify ansible all -m ping should be run from Ansible user
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Mike Hackett <mhackett>
Component: DocumentationAssignee: Aron Gunn <agunn>
Status: CLOSED CURRENTRELEASE QA Contact: Harish NV Rao <hnallurv>
Severity: low Docs Contact:
Priority: low    
Version: 2.2CC: asriram, hnallurv, kdreyer
Target Milestone: rc   
Target Release: 2.3   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-20 18:23:46 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:
Bug Depends On:    
Bug Blocks: 1437905    

Description Mike Hackett 2017-04-19 18:46:23 UTC
Description of problem:
In the install guide section 3.2.1 we use ansible all -m ping utility to validate that ansible can talk to all hosts but we dont specify it should be run from the configured ansible user. This can lead to issues if Ansible user isn't running the command as password-less SSH was configured for the Ansible user.

 Ensure that Ansible can reach the Ceph hosts:

# ansible all -m ping

We could say:

 Ensure that Ansible can reach the Ceph hosts by issuing the following from the previously  created Ansible user:

# ansible all -m ping

Version-Release number of selected component (if applicable):
RHCS 2.2

Comment 4 John Poelstra 2017-06-20 18:23:46 UTC
Closing this bug as the documentation has been published with the release