]> git-server-git.apps.pok.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)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 13 May 2024 11:26:02 +0000 (13:26 +0200)
commit1121e6d98a41a913886240bcb873380008afcafc
treee33f3dce72d28acaebfde760283756f49e962306
parent878cce5b4847a9a112f9d07c0fd651aa15f1e58b
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>
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