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.
1 parent 00d5452 commit c482afbCopy full SHA for c482afb
etc/kayobe/inventory/group_vars/all/firewall
@@ -184,6 +184,12 @@ stackhpc_controller_firewalld_rules_template:
184
network: "{{ octavia_net_name | default() }}"
185
state: enabled
186
enabled: "{{ kolla_enable_octavia | bool and octavia_net_name is not none }}"
187
+ # DHCP, Was required to create VMs at a customer site, need to work out condition
188
+ - rules:
189
+ - port: 67/udp
190
+ network: "{{ provision_oc_net_name }}"
191
+ state: enabled
192
+ enabled: true
193
194
###############################################################################
195
# Compute firewalld rules
0 commit comments