File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,35 @@ docker_registry_nexus: registry.osism.tech
73
73
docker_registry_openstackclient : registry.osism.tech
74
74
` ` `
75
75
76
+ ## New service names for RadosGW in Ceph Reef
77
+
78
+ The naming scheme for the Ceph RadosGW service was changed from
79
+
80
+ ` ` `
81
+ rgw.$HOSTNAME.$INSTANCE
82
+ ```
83
+
84
+ to
85
+
86
+ ```
87
+ rgw.$ZONE.$HOSTNAME.$INSTANCE
88
+ ```
89
+
90
+ Please adapt any ` client ` entries in ` ceph_config_overrides ` in ` environments/ceph/configuration.yml ` accordingly.
91
+ E.g. if you previously had
92
+
93
+ ``` yaml title="environments/ceph/configuration.yml"
94
+ ceph_conf_overrides :
95
+ " client.rgw.{{ hostvars[inventory_hostname]['ansible_hostname'] }}.rgw0 " :
96
+ ` ` `
97
+
98
+ change it to
99
+
100
+ ` ` ` yaml title="environments/ceph/configuration.yml"
101
+ ceph_conf_overrides :
102
+ " client.rgw.{{ rgw_zone }}.{{ hostvars[inventory_hostname]['ansible_hostname'] }}.rgw0 " :
103
+ ` ` `
104
+
76
105
## References
77
106
78
107
### Ceph 18.2 (Reef)
You can’t perform that action at this time.
0 commit comments