7575 os_distribution : rocky
7676 os_release : " 8"
7777 neutron_plugin : ovs
78- # NOTE: The current SMS lab Rocky8 image has moved ahead of our release
79- # train snapshots, causing failures installing some packages.
80- vm_image : Rocky8-2022-11-08
81- vm_interface : ens3
8278 OS_CLOUD : sms-lab-release
8379 secrets : inherit
8480 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
9389 os_distribution : rocky
9490 os_release : " 8"
9591 neutron_plugin : ovn
96- # NOTE: The current SMS lab Rocky8 image has moved ahead of our release
97- # train snapshots, causing failures installing some packages.
98- vm_image : Rocky8-2022-11-08
99- vm_interface : ens3
10092 OS_CLOUD : sms-lab-release
10193 secrets : inherit
10294 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
@@ -112,7 +104,6 @@ jobs:
112104 os_release : focal
113105 ssh_username : ubuntu
114106 neutron_plugin : ovs
115- vm_image : Ubuntu-20.04
116107 OS_CLOUD : sms-lab-release
117108 secrets : inherit
118109 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
@@ -128,7 +119,36 @@ jobs:
128119 os_release : focal
129120 ssh_username : ubuntu
130121 neutron_plugin : ovn
131- vm_image : Ubuntu-20.04
122+ OS_CLOUD : sms-lab-release
123+ secrets : inherit
124+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
125+
126+ all-in-one-ubuntu-jammy-ovs :
127+ name : aio (Ubuntu Jammy OVS)
128+ needs :
129+ - build-kayobe-image
130+ uses : ./.github/workflows/stackhpc-all-in-one.yml
131+ with :
132+ kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
133+ os_distribution : ubuntu
134+ os_release : jammy
135+ ssh_username : ubuntu
136+ neutron_plugin : ovs
137+ OS_CLOUD : sms-lab-release
138+ secrets : inherit
139+ if : github.repository == 'stackhpc/stackhpc-kayobe-config'
140+
141+ all-in-one-ubuntu-jammy-ovn :
142+ name : aio (Ubuntu Jammy OVN)
143+ needs :
144+ - build-kayobe-image
145+ uses : ./.github/workflows/stackhpc-all-in-one.yml
146+ with :
147+ kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
148+ os_distribution : ubuntu
149+ os_release : jammy
150+ ssh_username : ubuntu
151+ neutron_plugin : ovn
132152 OS_CLOUD : sms-lab-release
133153 secrets : inherit
134154 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
@@ -144,8 +164,6 @@ jobs:
144164 os_release : " 9"
145165 ssh_username : cloud-user
146166 neutron_plugin : ovs
147- vm_image : Rocky9
148- vm_interface : ens3
149167 OS_CLOUD : sms-lab-release
150168 secrets : inherit
151169 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
@@ -161,8 +179,6 @@ jobs:
161179 os_release : " 9"
162180 ssh_username : cloud-user
163181 neutron_plugin : ovn
164- vm_image : Rocky9
165- vm_interface : ens3
166182 OS_CLOUD : sms-lab-release
167183 secrets : inherit
168184 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
0 commit comments