File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed
Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 1414 os_distribution :
1515 description : Host OS distribution
1616 type : string
17- default : centos
17+ default : rocky
1818 os_release :
1919 description : Host OS release
2020 type : string
Original file line number Diff line number Diff line change 7676 if : ${{ needs.check-changes.outputs.aio == 'true' }}
7777 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
7878
79- all-in-one-centos-ovs :
80- name : aio (CentOS OVS)
81- needs :
82- - check-changes
83- - build-kayobe-image
84- uses : ./.github/workflows/stackhpc-all-in-one.yml
85- with :
86- kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
87- neutron_plugin : ovs
88- OS_CLOUD : openstack
89- if : ${{ needs.check-changes.outputs.aio == 'true' }}
90- secrets : inherit
91- if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
92-
93- all-in-one-centos-ovn :
94- name : aio (CentOS OVN)
95- needs :
96- - check-changes
97- - build-kayobe-image
98- uses : ./.github/workflows/stackhpc-all-in-one.yml
99- with :
100- kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
101- neutron_plugin : ovn
102- OS_CLOUD : openstack
103- if : ${{ needs.check-changes.outputs.aio == 'true' }}
104- secrets : inherit
105- if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
106-
10779 all-in-one-rocky-8-ovs :
10880 name : aio (Rocky OVS)
10981 needs :
You can’t perform that action at this time.
0 commit comments