]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-rgw: introduce rgw zone to the name schema
authorSeena Fallah <seenafallah@gmail.com>
Tue, 7 May 2024 18:41:53 +0000 (20:41 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Thu, 16 May 2024 22:42:49 +0000 (00:42 +0200)
commitfaae48d75b9f5386dea2f877282a9649ab3941a3
tree03e000861f79c448808d4bb124621a4b22f53137
parent89097bec22e89109d9298f903b4c73c127fc258c
ceph-rgw: introduce rgw zone to the name schema

This is needed by ceph-exporter as it is parsing the socket by the number of dots.
Although the rgw_zone variable is only using for constructing the client name
and has nothing to do with multisiting.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 1121e6d98a41a913886240bcb873380008afcafc)
26 files changed:
.gitignore
group_vars/all.yml.sample
group_vars/rgws.yml.sample
infrastructure-playbooks/cephadm-adopt.yml
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
profiles/rgw-keystone-v2
profiles/rgw-keystone-v3
profiles/rgw-radosgw-static-website
profiles/rgw-usage-log
roles/ceph-config/tasks/main.yml
roles/ceph-config/tasks/rgw_systemd_environment_file.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-handler/tasks/check_running_containers.yml
roles/ceph-handler/templates/restart_rgw_daemon.sh.j2
roles/ceph-rgw/defaults/main.yml
roles/ceph-rgw/handlers/main.yml
roles/ceph-rgw/tasks/common.yml
roles/ceph-rgw/tasks/pre_requisite.yml
roles/ceph-rgw/tasks/start_docker_rgw.yml
roles/ceph-rgw/tasks/start_radosgw.yml
roles/ceph-rgw/templates/ceph-radosgw.service.j2
tests/functional/collect-logs.yml
tests/functional/tests/rgw/test_rgw.py
tox.ini