Skip to content

Commit c482afb

Browse files
committed
WIP: Mystery DHCP rule - need to check condition
1 parent 00d5452 commit c482afb

File tree

1 file changed

+6
-0
lines changed
  • etc/kayobe/inventory/group_vars/all

1 file changed

+6
-0
lines changed

etc/kayobe/inventory/group_vars/all/firewall

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ stackhpc_controller_firewalld_rules_template:
184184
network: "{{ octavia_net_name | default() }}"
185185
state: enabled
186186
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
187193

188194
###############################################################################
189195
# Compute firewalld rules

0 commit comments

Comments
 (0)