Skip to content

Commit 3be1619

Browse files
committed
Enable firewalld in AIO
1 parent 041fdef commit 3be1619

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/environments/ci-aio/controllers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ controller_bootstrap_user: "{{ os_distribution if os_distribution == 'ubuntu' el
1010
# for the exact configuration.
1111
controller_lvm_groups:
1212
- "{{ stackhpc_lvm_group_rootvg }}"
13+
14+
# Controller firewalld configuration. See inventory/group_vars/all/firewall for
15+
# the exact configuration.
16+
controller_firewalld_zones: "{{ stackhpc_firewalld_zones }}"
17+
controller_firewalld_rules: "{{ stackhpc_firewalld_rules }}"
18+
controller_firewalld_enabled: true

0 commit comments

Comments
 (0)