Bug 1547849
Summary: | [ceph-ansible]: "iscsi-gw" role fails to configure the Tools repository when pointed to CDN | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Tejas <tchandra> |
Component: | Ceph-Ansible | Assignee: | Sébastien Han <shan> |
Status: | CLOSED ERRATA | QA Contact: | Madhavi Kasturi <mkasturi> |
Severity: | medium | Docs Contact: | Aron Gunn <agunn> |
Priority: | unspecified | ||
Version: | 3.0 | CC: | adeza, agunn, aschoen, ceph-eng-bugs, gmeno, kdreyer, nicolas, nthomas, rperiyas, sankarshan, shan, vpoliset |
Target Milestone: | z3 | ||
Target Release: | 3.0 | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-ansible-3.0.32-1.el7cp Ubuntu: ceph-ansible_3.0.32-2redhat1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-05-15 18:20:29 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: | 1600697 |
Description
Tejas
2018-02-22 05:54:39 UTC
Hello, I'm witnessing the same issue on CentOS 7.4, using : ceph_origin: repository ceph_repository: community ceph_stable_release: luminous Is there a workaround? Thank you. (Merci Seb) Sorry for the wait, fix is upstream. Nicolas, what's your issue? If you run on community there is no rhel repo. (In reply to leseb from comment #5) > Sorry for the wait, fix is upstream. > > Nicolas, what's your issue? If you run on community there is no rhel repo. Seb, with the help of the same related Github thread (you took part of), I ended up understanding that the missing packages were available only : - from the official Redhat subscription channel or - using the "dev" repository. I tried to use the "dev" setting in the all.yml settings file, and indeed it allowed the playbook to run nicely and install the required packages. Using the "community" repo, for the time being, there's no way to setup an iSCSI gateway. Not a serious issue, but something to warn about. Oh now I understand better Nicolas, so no issue here :). Verified with the following parameters set in all.yml.Issue No longer reproducible. ceph-ansible enables the Tools repo on iscsi-gw nodes before installing the necessary packages. all.yml variables for cdn installation fetch_directory: ~/ceph-ansible-keys cluster: 'remote' ceph_repository_type: cdn # "{{ 'cdn' if ceph_rhcs_cdn_install else 'iso' if ceph_rhcs_iso_install else 'dummy' }}" # backward compatibility with stable-2.2, will disappear in stable 3.1 ceph_origin: repository ceph_repository: rhcs ceph_rhcs_version: 3 # "{{ ceph_stable_rh_storage_version | default(2) }}" monitor_interface: eno1 public_network: x.x.x.x/x radosgw_interface: eno1 Version-Release number of selected component (if applicable): ceph-ansible-3.0.33-1.el7cp.noarch ansible-2.4.2.0-2.el7.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1563 |