Skip to content

Commit 48fa9ca

Browse files
authored
Merge branch 'stackhpc:stackhpc/yoga' into stackhpc/yoga
2 parents 4009c5d + a9d8b98 commit 48fa9ca

File tree

8 files changed

+1028
-8
lines changed

8 files changed

+1028
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Controller interface on all-in-one network.
66
aio_interface: breth1
77
# Use dummy1 if it exists, otherwise the bridge will have no ports.
8-
aio_bridge_ports: "{{ ['dummy1'] if 'dummy1' in hostvars[inventory_hostname].ansible_facts else [] }}"
8+
aio_bridge_ports: "{{ ['dummy1'] if ('dummy1' in hostvars[inventory_hostname].ansible_facts) or (os_distribution == 'rocky' and os_release == '9') else [] }}"
99

1010
###############################################################################
1111
# Dummy variable to allow Ansible to accept this file.

0 commit comments

Comments
 (0)