File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ compute_firewalld_rules:
160
160
# GENEVE
161
161
- port : 6081/udp
162
162
zone : tunnel
163
+ # VXLAN
164
+ - port : 4789/udp
165
+ zone : tunnel
163
166
164
167
# ##############################################################################
165
168
# Compute node host libvirt configuration.
Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ controller_firewalld_rules:
175
175
zone : provision_wl
176
176
- port : 8089/tcp
177
177
zone : provision_wl
178
+ - service : cockpit
179
+ state : disabled
180
+ zone : public
178
181
- service : dhcpv6-client
179
182
state : disabled
180
183
zone : public
@@ -194,6 +197,12 @@ controller_firewalld_rules:
194
197
# GENEVE
195
198
- port : 6081/udp
196
199
zone : tunnel
200
+ # VXLAN
201
+ - port : 4789/udp
202
+ zone : tunnel
203
+ # Octavia
204
+ - port : 5555/udp
205
+ zone : lb_mgmt
197
206
198
207
# ##############################################################################
199
208
# Controller node swap configuration.
Original file line number Diff line number Diff line change 99
99
# Monitoring node firewalld configuration.
100
100
101
101
# Whether to install and enable firewalld.
102
- # monitoring_firewalld_enabled:
102
+ monitoring_firewalld_enabled : true
103
103
104
104
# A list of zones to create. Each item is a dict containing a 'zone' item.
105
- # monitoring_firewalld_zones:
105
+ monitoring_firewalld_zones :
106
+ - zone : admin_oc
106
107
107
108
# A firewalld zone to set as the default. Default is unset, in which case the
108
109
# default zone will not be changed.
109
- # monitoring_firewalld_default_zone:
110
+ # FIXME: Try drop
111
+ monitoring_firewalld_default_zone : trusted
110
112
111
113
# A list of firewall rules to apply. Each item is a dict containing arguments
112
114
# to pass to the firewalld module. Arguments are omitted if not provided, with
113
115
# the following exceptions:
114
116
# - offline: true
115
117
# - permanent: true
116
118
# - state: enabled
117
- # monitoring_firewalld_rules:
119
+ monitoring_firewalld_rules :
120
+ - service : ssh
121
+ zone : admin_oc
118
122
119
123
# ##############################################################################
120
124
# Monitoring node swap configuration.
You can’t perform that action at this time.
0 commit comments