Bug 1443702 - [DOC] Install guide should specify ansible all -m ping should be run from Ansible user
Summary: [DOC] Install guide should specify ansible all -m ping should be run from Ans...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 2.2
Hardware: x86_64
OS: Linux
low
low
Target Milestone: rc
: 2.3
Assignee: Aron Gunn
QA Contact: Harish NV Rao
URL:
Whiteboard:
Depends On:
Blocks: 1437905
TreeView+ depends on / blocked
 
Reported: 2017-04-19 18:46 UTC by Mike Hackett
Modified: 2017-06-20 18:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-20 18:23:46 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.