Skip to content

Commit a6c93b1

Browse files
authored
Merge pull request #358 from stackhpc/wallaby-OSSA-2023-002
Wallaby: Fixes for OSSA-2023-002
2 parents 60da6b6 + 3ff9729 commit a6c93b1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,18 @@ kolla_sources:
123123
type: git
124124
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
125125
reference: 1.3.0
126+
cinder-base:
127+
type: git
128+
location: https://github.com/stackhpc/cinder.git
129+
reference: stackhpc/{{ openstack_release }}
126130
cloudkitty-base:
127131
type: git
128132
location: https://github.com/stackhpc/cloudkitty.git
129133
reference: stackhpc/wallaby
134+
glance-base:
135+
type: git
136+
location: https://github.com/stackhpc/glance.git
137+
reference: stackhpc/{{ openstack_release }}
130138
horizon-plugin-cloudkitty-dashboard:
131139
type: git
132140
location: https://github.com/stackhpc/cloudkitty-dashboard.git
@@ -144,6 +152,10 @@ kolla_sources:
144152
type: git
145153
location: https://github.com/stackhpc/networking-generic-switch.git
146154
reference: stackhpc/wallaby
155+
nova-base:
156+
type: git
157+
location: https://github.com/stackhpc/nova.git
158+
reference: stackhpc/{{ openstack_release }}
147159

148160
###############################################################################
149161
# Kolla image build configuration.

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
55

66
{% if kolla_base_distro == 'centos' %}
77
bifrost_tag: wallaby-20220921T100954
8+
cinder_tag: wallaby-20230125T101644
9+
glance_tag: wallaby-20230125T101644
810
magnum_tag: wallaby-20230111T101726
9-
nova_tag: wallaby-20230119T093225
11+
nova_tag: wallaby-20230125T101644
1012
rabbitmq_tag: wallaby-20221205T160115
1113
{% else %}
1214
bifrost_tag: wallaby-20220825T112231
15+
cinder_tag: wallaby-20230125T132411
1316
cloudkitty_tag: wallaby-20221215T220154
17+
glance_tag: wallaby-20230125T132411
1418
kolla_toolbox_tag: wallaby-20221222T161624
1519
magnum_tag: wallaby-20230111T103759
1620
neutron_tag: wallaby-20221222T161624
1721
neutron_tls_proxy_tag: "{% raw %}{{ openstack_tag }}{% endraw %}"
18-
nova_tag: wallaby-20221222T161624
22+
nova_tag: wallaby-20230125T132411
1923
octavia_tag: wallaby-20221222T161624
2024
openvswitch_tag: wallaby-20221222T161624
2125
ovn_tag: wallaby-20221222T161624

0 commit comments

Comments
 (0)