Configuring the Ceph client (optional) in OpenStack-Ansible

Bug #2062313 reported by Kasper Rasmussen
This bug report is a duplicate of:  Bug #2047783: [DOCS] Configuring the Ceph client. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
New
Undecided
Unassigned

Bug Description

Documentation of - https://docs.openstack.org/openstack-ansible-ceph_client/2023.1/configure-ceph.html#configure-os-gnocchi-with-ceph-client:~:text=os_gnocchi%20with%20ceph_client-,%C2%B6,-If%20the%20os_gnocchi is wrong after introduction of
https://opendev.org/openstack/openstack-ansible-ceph_client/commit/fdd2aaa00b3753b393be5768f730f58d0a1e3b04

ceph_extra_components:
  - component: gnocchi_api
    package: "{{ python_ceph_packages }}"
    client:
      - '{{ gnocchi_ceph_client }}'
    service: '{{ ceph_gnocchi_service_names }}'

seems to be required to change to

ceph_extra_components:
  - component: gnocchi_api
    package: "{{ python_ceph_packages }}"
    client:
      - name: '{{ gnocchi_ceph_client }}'
    service: '{{ ceph_gnocchi_service_names }}'

This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output.

If you have a troubleshooting or support issue, use the following resources:

 - The mailing list: https://lists.openstack.org
 - IRC: 'openstack' channel on OFTC

-----------------------------------
Release: 18.1.0.dev209 on 2020-10-05 13:38:51
SHA: 602dc5fc044c91b5efa77fd6d13ef2f3570e7e12
Source: https://opendev.org/openstack/openstack-ansible-ceph_client/src/doc/source/configure-ceph.rst
URL: https://docs.openstack.org/openstack-ansible-ceph_client/2023.1/configure-ceph.html

Revision history for this message
Dmitriy Rabotyagov (noonedeadpunk) wrote :

Hey

Thanks for reporting that. I believe this is a duplicate of #2047783 which we missed to backport to 2023.1

I have just proposed a backport patch which should land for the next Antelope release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.