Skip to content

Commit 3e286d8

Browse files
authored
Merge pull request #495 from stackhpc/multinode-fix-controllers-gateway
Multinode: fix the controllers gateway to the seed
2 parents 091b205 + 160363d commit 3e286d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-multinode/inventory/group_vars/controllers/network-interfaces

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public_interface: "{{ vxlan_interfaces[0].device }}.{{ public_vlan }}"
1414

1515
public_routes:
1616
- cidr: "{{ external_cidr }}"
17-
gateway: "{{ public_net_name | net_ip('seed') }}"
17+
gateway: "{{ public_net_name | net_ip( groups['seed'][0] ) }}"
1818

1919
###############################################################################
2020
# Dummy variable to allow Ansible to accept this file.

0 commit comments

Comments
 (0)