@@ -108,19 +108,19 @@ kolla_sources:
108
108
barbican-base :
109
109
type : git
110
110
location : " https://github.com/stackhpc/barbican.git"
111
- reference : stackhpc/wallaby
111
+ reference : stackhpc/xena
112
112
bifrost-base :
113
113
type : git
114
114
location : " {{ kolla_bifrost_source_url }}"
115
115
reference : " {{ kolla_bifrost_source_version }}"
116
116
cloudkitty-base :
117
117
type : git
118
118
location : https://github.com/stackhpc/cloudkitty.git
119
- reference : stackhpc/wallaby
119
+ reference : stackhpc/xena
120
120
horizon-plugin-cloudkitty-dashboard :
121
121
type : git
122
122
location : https://github.com/stackhpc/cloudkitty-dashboard.git
123
- reference : stackhpc/wallaby
123
+ reference : stackhpc/xena
124
124
ironic-inspector-additions-stackhpc-inspector-plugins :
125
125
# Install our custom inspector plugins.
126
126
type : git
@@ -129,11 +129,11 @@ kolla_sources:
129
129
magnum-base :
130
130
type : git
131
131
location : https://github.com/stackhpc/magnum.git
132
- reference : stackhpc/wallaby
132
+ reference : stackhpc/xena
133
133
neutron-base-plugin-networking-generic-switch :
134
134
type : git
135
135
location : https://github.com/stackhpc/networking-generic-switch.git
136
- reference : stackhpc/wallaby
136
+ reference : stackhpc/xena
137
137
138
138
# ##############################################################################
139
139
# Kolla image build configuration.
@@ -158,14 +158,16 @@ stackhpc_epel_repos:
158
158
stackhpc_centos_additional_repos :
159
159
- url : " {{ stackhpc_repo_centos_stream_advanced_virtualization_url }}"
160
160
file : " CentOS-Advanced-Virtualization.repo"
161
+ - url : " {{ stackhpc_repo_centos_stream_nfv_extras_url }}"
162
+ file : " CentOS-NFV-extras.repo"
161
163
- url : " {{ stackhpc_repo_centos_stream_nfv_openvswitch_url }}"
162
164
file : " CentOS-NFV-OpenvSwitch.repo"
163
- - url : " {{ stackhpc_repo_centos_stream_openstack_wallaby_url }}"
164
- file : " CentOS-OpenStack-wallaby.repo"
165
+ - url : " {{ stackhpc_repo_centos_stream_openstack_xena_url }}"
166
+ file : " CentOS-OpenStack-xena.repo"
167
+ - url : " {{ stackhpc_repo_centos_stream_opstools_url }}"
168
+ file : " CentOS-OpsTools.repo"
165
169
- url : " {{ stackhpc_repo_centos_stream_powertools_url }}"
166
170
file : " CentOS-Stream-PowerTools.repo"
167
- - url : " {{ stackhpc_repo_centos_opstools_url }}"
168
- file : " CentOS-OpsTools.repo"
169
171
- url : " {{ stackhpc_repo_centos_stream_storage_ceph_pacific_url }}"
170
172
file : " CentOS-Ceph-Pacific.repo"
171
173
@@ -175,6 +177,8 @@ stackhpc_third_party_repos:
175
177
file : " elasticsearch.repo"
176
178
- url : " {{ stackhpc_repo_grafana_url }}"
177
179
file : " grafana.repo"
180
+ - url : " {{ stackhpc_repo_mariadb_10_5_centos8_url }}"
181
+ file : " mariadb.repo"
178
182
- url : " {{ stackhpc_repo_rabbitmq_erlang_url }}"
179
183
file : " rabbitmq_rabbitmq-erlang.repo"
180
184
- url : " {{ stackhpc_repo_rabbitmq_server_url }}"
@@ -231,6 +235,8 @@ kolla_build_blocks:
231
235
# customization is most commonly packages. The operation should be one of
232
236
# override, append or remove. The value should be a list.
233
237
kolla_build_customizations :
238
+ base_yum_repo_files_remove :
239
+ - proxysql.repo
234
240
ironic_inspector_pip_packages_append :
235
241
- /additions/*
236
242
ovn_base_packages_override :
0 commit comments