Enable Ceph RGW public port into firewall when using SSL

Adds CephRgwPublic endpoint port to firewall rule because it does
not match the CephRgwInternal endpoint port when using SSL

In train/ussuri/victoria we do not need the cephadm fix because it wasn't supported then.

Change-Id: Ia08b3d9b0fc96511e5a9202fa5e5a09487263e5b
(cherry picked from commit c69733bb65)
Closes-Bug: 1942198
(cherry picked from commit e3073243bd)
(cherry picked from commit 530668d031)
(cherry picked from commit da30175061)
This commit is contained in:
Giulio Fidente 2021-08-31 13:24:11 +02:00
parent 562971d7e3
commit 5575c42bd6
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ outputs:
dport:
list_concat:
- - {get_param: [EndpointMap, CephRgwInternal, port]}
- {get_param: [EndpointMap, CephRgwPublic, port]}
- if:
- dashboard_enabled
- - '9100'