Bug 2072665
| Summary: | New command line option to ack that RHCS 5.1 MultiSite Configuration is not supported breaks automated deployemnt | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | John Fulton <johfulto> |
| Component: | tripleo-ansible | Assignee: | John Fulton <johfulto> |
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 17.0 (Wallaby) | CC: | fpantano, jdurgin, kmehta, lhh, mhicks |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tripleo-ansible-3.3.1-0.20220418220931.1557dde.el9ost tripleo-ansible-3.3.1-0.20220415222436.c2b77e6.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-21 12:20:11 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: | |||
Opened https://bugzilla.redhat.com/show_bug.cgi?id=2073030 to request a non-repeat of this type of problem when RGW Multisite is supported. *** Bug 2076497 has been marked as a duplicate of this bug. *** 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 (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), 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/RHEA-2022:6543 |
Our CI failed with the following: 2022-04-06 13:53:06,754 p=115777 u=root n=ansible | 2022-04-06 13:53:06.753277 | fa163e0e-eec2-de5a-d6fe-000000000053 | FATAL | Run cephadm bootstrap | standalone | error={"changed": true, "cmd": "/usr/sbin/cephadm --image 192.168.24.1:8787/ceph/ceph-5.1-rhel-8:latest \\bootstrap --skip-firewalld --ssh-private-key /home/ceph-admin/.ssh/id_rsa --ssh-public-key /home/ceph-admin/.ssh/id_rsa.pub --ssh-user ceph-admin --allow-fqdn-hostname --output-keyring /etc/ceph/ceph.client.admin.keyring --output-config /etc/ceph/ceph.conf --fsid 4b5c8c0a-ff60-454b-a1b4-9747aa737d19 --config /home/ceph-admin/assimilate_ceph.conf \\--skip-monitoring-stack --skip-dashboard --mon-ip 192.168.24.1\n", "delta": "0:00:00.610261", "end": "2022-04-06 13:53:06.694026", "msg": "non-zero return code", "rc": 1, "start": "2022-04-06 13:53:06.083765", "stderr": "ERROR: This release of Red Hat Ceph Storage does not allow installing for rgw multisite configuration, please see\nthe following knowledge base article for additional details: https://access.redhat.com/articles/6850761\nIf you do not plan to use rgw multisite or are okay with the regressions, rerun the bootstrap command with\nthe flag \"--yes-i-know\" for it to run normally.", "stderr_lines": ["ERROR: This release of Red Hat Ceph Storage does not allow installing for rgw multisite configuration, please see", "the following knowledge base article for additional details: https://access.redhat.com/articles/6850761", "If you do not plan to use rgw multisite or are okay with the regressions, rerun the bootstrap command with", "the flag \"--yes-i-know\" for it to run normally."], "stdout": "", "stdout_lines": []} As per the referenced KCS: https://access.redhat.com/articles/6850761 the user needs to add --yes-i-know to --bootstrap that's fine IF AND ONLY IF the user is using cephadm interactively. However, OpenStack's installation tools use ansible non-interactively. Thus, I need to update tripleo to add this new flag.