You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Rocky 10 AIO jobs added to the PR workflow. An override for
`kolla_base_distro_version` has been added to the `ci-builder`
environment so we can deploy Rocky 10 images (K-A maps to Rocky 9 by
default).
# Use dummy1 if it exists, otherwise the bridge will have no ports.
13
-
aio_bridge_ports: "{{ ['dummy1'] if ('dummy1' in hostvars[inventory_hostname].ansible_facts) or (os_distribution == 'rocky' and os_release == '9') else [] }}"
13
+
aio_bridge_ports: "{{ ['dummy1'] if 'dummy1' in hostvars[inventory_hostname].ansible_facts or os_distribution == 'rocky' else [] }}"
0 commit comments