File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,18 @@ kolla_sources:
123
123
type : git
124
124
location : https://github.com/stackhpc/stackhpc-inspector-plugins.git
125
125
reference : 1.3.0
126
+ cinder-base :
127
+ type : git
128
+ location : https://github.com/stackhpc/cinder.git
129
+ reference : stackhpc/{{ openstack_release }}
126
130
cloudkitty-base :
127
131
type : git
128
132
location : https://github.com/stackhpc/cloudkitty.git
129
133
reference : stackhpc/wallaby
134
+ glance-base :
135
+ type : git
136
+ location : https://github.com/stackhpc/glance.git
137
+ reference : stackhpc/{{ openstack_release }}
130
138
horizon-plugin-cloudkitty-dashboard :
131
139
type : git
132
140
location : https://github.com/stackhpc/cloudkitty-dashboard.git
@@ -144,6 +152,10 @@ kolla_sources:
144
152
type : git
145
153
location : https://github.com/stackhpc/networking-generic-switch.git
146
154
reference : stackhpc/wallaby
155
+ nova-base :
156
+ type : git
157
+ location : https://github.com/stackhpc/nova.git
158
+ reference : stackhpc/{{ openstack_release }}
147
159
148
160
# ##############################################################################
149
161
# Kolla image build configuration.
Original file line number Diff line number Diff line change @@ -5,17 +5,21 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
5
5
6
6
{% if kolla_base_distro == 'centos' %}
7
7
bifrost_tag : wallaby-20220921T100954
8
+ cinder_tag : wallaby-20230125T101644
9
+ glance_tag : wallaby-20230125T101644
8
10
magnum_tag : wallaby-20230111T101726
9
- nova_tag : wallaby-20230119T093225
11
+ nova_tag : wallaby-20230125T101644
10
12
rabbitmq_tag : wallaby-20221205T160115
11
13
{% else %}
12
14
bifrost_tag : wallaby-20220825T112231
15
+ cinder_tag : wallaby-20230125T132411
13
16
cloudkitty_tag : wallaby-20221215T220154
17
+ glance_tag : wallaby-20230125T132411
14
18
kolla_toolbox_tag : wallaby-20221222T161624
15
19
magnum_tag : wallaby-20230111T103759
16
20
neutron_tag : wallaby-20221222T161624
17
21
neutron_tls_proxy_tag : " {% raw %}{{ openstack_tag }}{% endraw %}"
18
- nova_tag : wallaby-20221222T161624
22
+ nova_tag : wallaby-20230125T132411
19
23
octavia_tag : wallaby-20221222T161624
20
24
openvswitch_tag : wallaby-20221222T161624
21
25
ovn_tag : wallaby-20221222T161624
You can’t perform that action at this time.
0 commit comments