Skip to content

Commit 177bf2c

Browse files
authored
Add info about rgw rename to OSISM 9 release notes (#861)
Signed-off-by: Jan Horstmann <[email protected]>
1 parent aa8dd7c commit 177bf2c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/release-notes/osism-9.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,35 @@ docker_registry_nexus: registry.osism.tech
7373
docker_registry_openstackclient: registry.osism.tech
7474
```
7575
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+
76105
## References
77106
78107
### Ceph 18.2 (Reef)

0 commit comments

Comments
 (0)