Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 1852497

Summary: TASK [ceph-mgr : install ceph-mgr packages FAILED
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Charles Thao <cthao>
Component: Ceph-AnsibleAssignee: Dimitri Savineau <dsavinea>
Status: CLOSED NOTABUG QA Contact: Vasishta <vashastr>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 4.0CC: aschoen, ceph-eng-bugs, gmeno, nthomas, ykaul
Target Milestone: z2   
Target Release: 4.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: 2020-07-10 13:15: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:
Embargoed:
Attachments:
Description Flags
log none

Description Charles Thao 2020-06-30 14:34:33 UTC
Created attachment 1699323 [details]
log

Description of problem: ceph-ansible fails on RHEL 7.8


Version-Release number of selected component (if applicable):    
ceph_pkg_ver: "14.2.8-50"
ceph_ansible_ver: "4.0.23-1"

How reproducible: 100% of time


Steps to Reproduce:
1. run playbook
2.
3.

Actual results: See log at http://pastebin.test.redhat.com/880155
TASK [ceph-mgr : install ceph-mgr packages on RedHat or SUSE] ******************
Monday 29 June 2020  22:48:31 -0400 (0:00:00.127)       0:03:35.533 *********** 

FAILED - RETRYING: install ceph-mgr packages on RedHat or SUSE (1 retries left).
fatal: [10.74.177.169]: FAILED! => changed=false 
  attempts: 3
  msg: No package matching 'python-saml' found available, installed or updated
  rc: 126
  results:
  - No package matching 'python-saml' found available, installed or updated
fatal: [10.74.177.201]: FAILED! => changed=false 
  attempts: 3
  msg: No package matching 'python-saml' found available, installed or updated
  rc: 126
  results:
  - No package matching 'python-saml' found available, installed or updated
fatal: [10.74.179.9]: FAILED! => changed=false 
  attempts: 3
  msg: No package matching 'python-saml' found available, installed or updated
  rc: 126
  results:
  - No package matching 'python-saml' found available, installed or updated


Expected results:


Additional info: I tried to install python-saml manually by there is problem with finding dependencies like libxmlsec1 and libxmlsec1-openssl

Comment 1 RHEL Program Management 2020-06-30 14:34:40 UTC
Please specify the severity of this bug. Severity is defined here:
https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.

Comment 3 Charles Thao 2020-07-08 13:41:16 UTC
I have specified the severity of the request. This issue is still happening when I try to set up Ceph 4.1 clusters on RHEL7 and RHEL8.

Comment 4 Yaniv Kaul 2020-07-08 13:43:28 UTC
Please see the question on comment 2 .

Comment 5 Charles Thao 2020-07-08 13:55:40 UTC
I don't see any question from my view

Comment 6 Dimitri Savineau 2020-07-08 13:57:17 UTC
The comment was a private one but I don't know why you don't see it.

---------------

python-saml for RHEL 7 is available in RHCS 4.1 tools repository

Did you enable it ?

This should be done automatically for you if you use (which is the default RHCS value):

ceph_repository: rhcs
ceph_origin: repository
ceph_rhcs_version: 4

https://access.redhat.com/downloads/content/rhel---7/x86_64/9601/python-saml/1.8.0-2.el7cp/noarch/fd431d51/package

Comment 7 Charles Thao 2020-07-10 12:50:37 UTC
I enabled ceph_repository to cdn and it worked. Thank you for your help