We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ceph-mon
osds
1 parent 1c5d937 commit 29961cbCopy full SHA for 29961cb
etc/kayobe/inventory/group_vars/all/firewall
@@ -232,7 +232,7 @@ stackhpc_ceph_firewalld_rules_template:
232
state: enabled
233
- service: ceph-mon
234
network: "{{ storage_net_name }}"
235
- state: "{{ 'enabled' if 'mons' in group_names else 'disabled' }}"
+ state: "{{ 'enabled' if ('mons' in group_names or 'osds' in group_names) else 'disabled' }}"
236
- port: "{{ stackhpc_ceph_firewalld_radosgw_port }}/tcp"
237
238
state: "{{ 'enabled' if 'rgws' in group_names else 'disabled' }}"
0 commit comments