File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 14
14
os_distribution :
15
15
description : Host OS distribution
16
16
type : string
17
- default : rocky
17
+ default : centos
18
18
os_release :
19
19
description : Host OS release
20
20
type : string
Original file line number Diff line number Diff line change 76
76
if : ${{ needs.check-changes.outputs.aio == 'true' }}
77
77
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
78
78
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
+
79
107
all-in-one-rocky-8-ovs :
80
108
name : aio (Rocky OVS)
81
109
needs :
You can’t perform that action at this time.
0 commit comments