File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 126126# Compute node firewalld configuration.
127127
128128# Whether to install and enable firewalld.
129- compute_firewalld_enabled : false
129+ compute_firewalld_enabled : true
130130
131131# A list of zones to create. Each item is a dict containing a 'zone' item.
132132compute_firewalld_zones : " {{ compute_firewalld_zones_default | union(compute_firewalld_zones_extra) | unique | select }}"
@@ -169,14 +169,14 @@ compute_firewalld_rules_default:
169169 state : enabled
170170 zone : " {{ tunnel_net_name | net_zone}}"
171171 network : " {{ tunnel_net_name }}"
172- enabled : " {{ 'geneve' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) | bool }}"
172+ enabled : " {{ ( 'geneve' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) ) | bool }}"
173173 # VXLAN
174174 - rules :
175175 - port : 4789/udp
176176 state : enabled
177177 zone : " {{ tunnel_net_name | net_zone}}"
178178 network : " {{ tunnel_net_name }}"
179- enabled : " {{ 'geneve ' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) | bool }}"
179+ enabled : " {{ ('vxlan ' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) ) | bool }}"
180180
181181# ##############################################################################
182182# Compute node host libvirt configuration.
Original file line number Diff line number Diff line change 138138# provision_oc_net_name }}).
139139
140140# Whether to install and enable firewalld.
141- controller_firewalld_enabled : false
141+ controller_firewalld_enabled : true
142142
143143# A list of zones to create. Each item is a dict containing a 'zone' item.
144144controller_firewalld_zones : " {{ controller_firewalld_zones_default | union(controller_firewalld_zones_extra) | unique | select }}"
@@ -160,7 +160,7 @@ controller_firewalld_rules: "{{ controller_firewalld_rules_default | selectattr(
160160controller_firewalld_rules_extra : []
161161controller_firewalld_rules_default :
162162 # Common
163- - rules :
163+ - rules :
164164 - service : ssh
165165 zone : " {{ provision_oc_net_name | net_zone }}"
166166 network : " {{ provision_oc_net_name }}"
@@ -219,14 +219,14 @@ controller_firewalld_rules_default:
219219 zone : " {{ tunnel_net_name | net_zone }}"
220220 network : " {{ tunnel_net_name }}"
221221 state : enabled
222- enabled : " {{ 'geneve' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) | bool }}"
222+ enabled : " {{ ( 'geneve' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) ) | bool }}"
223223 # VXLAN
224224 - rules :
225225 - port : 4789/udp
226226 zone : " {{ tunnel_net_name | net_zone }}"
227227 network : " {{ tunnel_net_name }}"
228228 state : enabled
229- enabled : " {{ 'vxlan' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) | bool }}"
229+ enabled : " {{ ( 'vxlan' in (kolla_neutron_ml2_type_drivers + kolla_neutron_ml2_tenant_network_types) ) | bool }}"
230230 # Octavia
231231 - rules :
232232 - port : 5555/udp
Original file line number Diff line number Diff line change 33# Infrastructure VM node firewalld configuration.
44
55# Whether to install and enable firewalld.
6- infra_vm_firewalld_enabled: false
6+ infra_vm_firewalld_enabled: true
77
88# A list of zones to create. Each item is a dict containing a 'zone' item.
99infra_vm_firewalld_zones: "{{ infra_vm_firewalld_zones_default | union(infra_vm_firewalld_zones_extra) | unique | select }}"
Original file line number Diff line number Diff line change 66# provision_oc_net_name }}).
77
88# Whether to install and enable firewalld.
9- infra_vm_firewalld_enabled: false
9+ infra_vm_firewalld_enabled: true
1010
1111# A list of zones to create. Each item is a dict containing a 'zone' item.
1212infra_vm_firewalld_zones: "{{ infra_vm_firewalld_zones_default | union(infra_vm_firewalld_zones_extra) | unique | select }}"
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ kolla_build_customizations: "{{ kolla_build_customizations_common | combine(koll
365365
366366# Dict mapping Kolla Dockerfile ARG names to their values.
367367kolla_build_args :
368- node_exporter_version : " 1.5.0" # kolla has 1.4.0
368+ node_exporter_version : " 1.5.0" # kolla has 1.4.0
369369 node_exporter_sha256sum : " af999fd31ab54ed3a34b9f0b10c28e9acee9ef5ac5a5d5edfdde85437db7acbb"
370370
371371# ##############################################################################
Original file line number Diff line number Diff line change 9999# Monitoring node firewalld configuration.
100100
101101# Whether to install and enable firewalld.
102- monitoring_firewalld_enabled : false
102+ monitoring_firewalld_enabled : true
103103
104104# A list of zones to create. Each item is a dict containing a 'zone' item.
105105monitoring_firewalld_zones : " {{ monitoring_firewalld_zones_default | union(monitoring_firewalld_zones_extra) | unique | select }}"
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ seed_extra_containers: {}
159159# provision_oc_net_name }}).
160160
161161# Whether to install and enable firewalld.
162- seed_firewalld_enabled : false
162+ seed_firewalld_enabled : true
163163
164164# A list of zones to create. Each item is a dict containing a 'zone' item.
165165seed_firewalld_zones : " {{ seed_firewalld_zones_default | union(seed_firewalld_zones_extra) | unique | select }}"
Original file line number Diff line number Diff line change 134134# provision_oc_net_name }}).
135135
136136# Whether to install and enable firewalld.
137- storage_firewalld_enabled : false
137+ storage_firewalld_enabled : true
138138
139139# A list of zones to create. Each item is a dict containing a 'zone' item.
140140storage_firewalld_zones : " {{ storage_firewalld_zones_default | union(storage_firewalld_zones_extra) | unique | select }}"
@@ -180,7 +180,7 @@ storage_firewalld_default:
180180 zone : " {{ storage_net_name | net_zone }}"
181181 network : " {{ storage_net_name }}"
182182 state : " {{ 'enabled' if 'mons' in group_names else 'disabled' }}"
183- enabled : " {{ stackhpc_enable_ceph | default(false) | bool }}" # Just a random guess
183+ enabled : " {{ stackhpc_enable_ceph | default(false) | bool }}"
184184
185185# ##############################################################################
186186# Storage node swap configuration.
You can’t perform that action at this time.
0 commit comments