Bug 1576102

Summary: enable rhel-7-server-ansible-2.4-rpms repository on ansible admin node
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Ken Dreyer (Red Hat) <kdreyer>
Component: DocumentationAssignee: John Brier <jbrier>
Status: CLOSED CURRENTRELEASE QA Contact: Vasishta <vashastr>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.1CC: asriram, ceph-qe-bugs, hnallurv, kdreyer, khartsoe, tchandra, vashastr
Target Milestone: rc   
Target Release: 3.1   
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-09-27 13:16:41 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: 1523244    

Description Ken Dreyer (Red Hat) 2018-05-08 20:41:34 UTC
Description of problem:
In RHCEPH 3.1 we will rely on the Ansible product's Yum repositories to obtain the latest ansible 2.4 RPM, rather than relying on the ansible package in RHCEPH or RHEL Extras.

Version-Release number of selected component (if applicable):
RHCEPH 3.1

How reproducible:
always

Steps to Reproduce:
1. Follow RHCS installation documentation steps for "enabling repositories".
2. Look specifically at the documentation for the Ansible administration node.

Actual results:
The subscription-manager command for the Ansible administration node only includes the RHCEPH tools repo, ie:

  subscription-manager repos --enable=rhel-7-server-rhceph-3-tools-rpms

The "yum install ceph-ansible" command pulls in an older version of the ansible package from rhel-extras.

Expected results:
The subscription-manager command for the Ansible administration node includes the RHCEPH tools repo *and* the Ansible 2.4 repo, ie:

  subscription-manager repos --enable=rhel-7-server-rhceph-3-tools-rpms --enable=rhel-7-server-ansible-2.4-rpms

The "yum install ceph-ansible" command pulls in the ansible package from this repository.

Comment 14 Vasishta 2018-08-24 06:58:53 UTC
Thank you, Looks good to me.

Moving to VERIFIED state.