Skip to content

Commit 5a71efa

Browse files
authored
Merge pull request #1652 from stackhpc/cherry-pick-f14616-stackhpc/2024.1
CI: Replace next_nth_usable with FQCN (cherry-pick #1649)
2 parents 4cc75d1 + 40240f9 commit 5a71efa

File tree

1 file changed

+1
-1
lines changed
  • etc/kayobe/environments/ci-multinode/inventory/group_vars/all

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-multinode/inventory/group_vars/all/vxlan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ vxlan_vni:
1515
# This is a dictionary of interfaces to be created by the stackhpc.vxlan role.
1616
vxlan_interfaces:
1717
- device: "vxlan{{ vxlan_vni }}"
18-
group: "{{ '239.0.0.0/8' | next_nth_usable(vxlan_vni) }}"
18+
group: "{{ '239.0.0.0/8' | ansible.utils.next_nth_usable(vxlan_vni) }}"

0 commit comments

Comments
 (0)