5e302b4ff7a4e211e885d9e5a298343ba15eab25
During `openstack overcloud deploy`, ceph create pool operation fails on RHSCSv6 as the podman command generated by 'ceph_pool' ansible module has the volume argument as /etc/ceph. This patch ensures to use the '/var/lib/ceph/$FSID/config/' in the podman command generated by all the ansible moduels. Even the 'tripleo_cephadm_ceph_cli' is updated to use the new path. Resolves: rhbz#2172582 Change-Id: I570ce859c3033d0f8cc36064f851419fca1a9d66 (cherry picked from commit0c3a54a6ef) (cherry picked from commit5a1570f52b) Conflicts: tripleo_ansible/roles/tripleo_cephadm/tasks/ceph_nfs.yaml tripleo_ansible/roles/tripleo_cephadm/tasks/monitoring.yaml
Team and repository tags
TripleO Ansible
TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.
Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/
The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/
The project home is at: https://launchpad.net/tripleo
The project bug tracker is located at: https://bugs.launchpad.net/tripleo
Description
RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.