Skip to content

Commit f2d41f2

Browse files
committed
Xena: update package repositories and Kolla image build config
1 parent b1bfd98 commit f2d41f2

File tree

5 files changed

+42
-23
lines changed

5 files changed

+42
-23
lines changed

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ stackhpc_repo_epel_version: "{{ stackhpc_pulp_repo_epel_version }}"
2727
stackhpc_repo_epel_modular_version: "{{ stackhpc_pulp_repo_epel_modular_version }}"
2828
stackhpc_repo_docker_version: "{{ stackhpc_pulp_repo_docker_version }}"
2929
stackhpc_repo_centos_stream_advanced_virtualization_version: "{{ stackhpc_pulp_repo_centos_stream_8_advanced_virtualization_version }}"
30+
stackhpc_repo_centos_stream_nfv_extras_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_extras_version }}"
3031
stackhpc_repo_centos_stream_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version }}"
31-
stackhpc_repo_centos_stream_openstack_wallaby_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_wallaby_version }}"
32+
stackhpc_repo_centos_stream_openstack_xena_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_xena_version }}"
33+
stackhpc_repo_centos_stream_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_8_opstools_version }}"
3234
stackhpc_repo_centos_stream_powertools_version: "{{ stackhpc_pulp_repo_centos_stream_8_powertools_version }}"
33-
stackhpc_repo_centos_opstools_version: "{{ stackhpc_pulp_repo_centos_8_opstools_version }}"
3435
stackhpc_repo_centos_stream_storage_ceph_pacific_version: "{{ stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version }}"
3536
stackhpc_repo_elasticsearch_logstash_kibana_7_x_version: "{{ stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version }}"
3637
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
38+
stackhpc_repo_mariadb_10_5_centos8_version: "{{ stackhpc_pulp_repo_mariadb_10_5_centos8_version }}"
3739
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
3840
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
3941
stackhpc_repo_treasuredata_4_version: "{{ stackhpc_pulp_repo_treasuredata_4_version }}"

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ stackhpc_repo_epel_version: "{{ stackhpc_pulp_repo_epel_version }}"
4646
stackhpc_repo_epel_modular_version: "{{ stackhpc_pulp_repo_epel_modular_version }}"
4747
stackhpc_repo_docker_version: "{{ stackhpc_pulp_repo_docker_version }}"
4848
stackhpc_repo_centos_stream_advanced_virtualization_version: "{{ stackhpc_pulp_repo_centos_stream_8_advanced_virtualization_version }}"
49+
stackhpc_repo_centos_stream_nfv_extras_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_extras_version }}"
4950
stackhpc_repo_centos_stream_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version }}"
50-
stackhpc_repo_centos_stream_openstack_wallaby_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_wallaby_version }}"
51+
stackhpc_repo_centos_stream_openstack_xena_version: "{{ stackhpc_pulp_repo_centos_stream_8_openstack_xena_version }}"
52+
stackhpc_repo_centos_stream_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_8_opstools_version }}"
5153
stackhpc_repo_centos_stream_powertools_version: "{{ stackhpc_pulp_repo_centos_stream_8_powertools_version }}"
52-
stackhpc_repo_centos_opstools_version: "{{ stackhpc_pulp_repo_centos_8_opstools_version }}"
5354
stackhpc_repo_centos_stream_storage_ceph_pacific_version: "{{ stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version }}"
5455
stackhpc_repo_elasticsearch_logstash_kibana_7_x_version: "{{ stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version }}"
5556
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
57+
stackhpc_repo_mariadb_10_5_centos8_version: "{{ stackhpc_pulp_repo_mariadb_10_5_centos8_version }}"
5658
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
5759
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
5860
stackhpc_repo_treasuredata_4_version: "{{ stackhpc_pulp_repo_treasuredata_4_version }}"

etc/kayobe/kolla.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,19 @@ kolla_sources:
108108
barbican-base:
109109
type: git
110110
location: "https://github.com/stackhpc/barbican.git"
111-
reference: stackhpc/wallaby
111+
reference: stackhpc/xena
112112
bifrost-base:
113113
type: git
114114
location: "{{ kolla_bifrost_source_url }}"
115115
reference: "{{ kolla_bifrost_source_version }}"
116116
cloudkitty-base:
117117
type: git
118118
location: https://github.com/stackhpc/cloudkitty.git
119-
reference: stackhpc/wallaby
119+
reference: stackhpc/xena
120120
horizon-plugin-cloudkitty-dashboard:
121121
type: git
122122
location: https://github.com/stackhpc/cloudkitty-dashboard.git
123-
reference: stackhpc/wallaby
123+
reference: stackhpc/xena
124124
ironic-inspector-additions-stackhpc-inspector-plugins:
125125
# Install our custom inspector plugins.
126126
type: git
@@ -129,11 +129,11 @@ kolla_sources:
129129
magnum-base:
130130
type: git
131131
location: https://github.com/stackhpc/magnum.git
132-
reference: stackhpc/wallaby
132+
reference: stackhpc/xena
133133
neutron-base-plugin-networking-generic-switch:
134134
type: git
135135
location: https://github.com/stackhpc/networking-generic-switch.git
136-
reference: stackhpc/wallaby
136+
reference: stackhpc/xena
137137

138138
###############################################################################
139139
# Kolla image build configuration.
@@ -158,14 +158,16 @@ stackhpc_epel_repos:
158158
stackhpc_centos_additional_repos:
159159
- url: "{{ stackhpc_repo_centos_stream_advanced_virtualization_url }}"
160160
file: "CentOS-Advanced-Virtualization.repo"
161+
- url: "{{ stackhpc_repo_centos_stream_nfv_extras_url }}"
162+
file: "CentOS-NFV-extras.repo"
161163
- url: "{{ stackhpc_repo_centos_stream_nfv_openvswitch_url }}"
162164
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"
165169
- url: "{{ stackhpc_repo_centos_stream_powertools_url }}"
166170
file: "CentOS-Stream-PowerTools.repo"
167-
- url: "{{ stackhpc_repo_centos_opstools_url }}"
168-
file: "CentOS-OpsTools.repo"
169171
- url: "{{ stackhpc_repo_centos_stream_storage_ceph_pacific_url }}"
170172
file: "CentOS-Ceph-Pacific.repo"
171173

@@ -175,6 +177,8 @@ stackhpc_third_party_repos:
175177
file: "elasticsearch.repo"
176178
- url: "{{ stackhpc_repo_grafana_url }}"
177179
file: "grafana.repo"
180+
- url: "{{ stackhpc_repo_mariadb_10_5_centos8_url }}"
181+
file: "mariadb.repo"
178182
- url: "{{ stackhpc_repo_rabbitmq_erlang_url }}"
179183
file: "rabbitmq_rabbitmq-erlang.repo"
180184
- url: "{{ stackhpc_repo_rabbitmq_server_url }}"
@@ -231,6 +235,8 @@ kolla_build_blocks:
231235
# customization is most commonly packages. The operation should be one of
232236
# override, append or remove. The value should be a list.
233237
kolla_build_customizations:
238+
base_yum_repo_files_remove:
239+
- proxysql.repo
234240
ironic_inspector_pip_packages_append:
235241
- /additions/*
236242
ovn_base_packages_override:

etc/kayobe/pulp-repo-versions.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
22
# Do not edit! This file is autogenerated by Ansible.
3-
stackhpc_pulp_repo_centos_8_opstools_version: 20211122T102435
4-
stackhpc_pulp_repo_centos_8_storage_ceph_nautilus_version: 20211122T102435
53
stackhpc_pulp_repo_centos_stream_8_advanced_virtualization_version: 20211122T102435
64
stackhpc_pulp_repo_centos_stream_8_appstream_version: 20211122T102435
75
stackhpc_pulp_repo_centos_stream_8_baseos_version: 20211122T102435
86
stackhpc_pulp_repo_centos_stream_8_extras_version: 20211122T102435
7+
stackhpc_pulp_repo_centos_stream_8_nfv_extras_version: ''
98
stackhpc_pulp_repo_centos_stream_8_nfv_openvswitch_version: 20220223T025353
10-
stackhpc_pulp_repo_centos_stream_8_openstack_wallaby_version: 20211122T102435
9+
stackhpc_pulp_repo_centos_stream_8_openstack_xena_version: ''
10+
stackhpc_pulp_repo_centos_stream_8_opstools_version: ''
1111
stackhpc_pulp_repo_centos_stream_8_powertools_version: 20211122T102435
1212
stackhpc_pulp_repo_centos_stream_8_storage_ceph_pacific_version: 20211210T124731
1313
stackhpc_pulp_repo_docker_version: 20211122T102435
1414
stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version: 20211122T102435
1515
stackhpc_pulp_repo_epel_modular_version: 20211122T102435
1616
stackhpc_pulp_repo_epel_version: 20211122T102435
1717
stackhpc_pulp_repo_grafana_version: 20220119T030911
18+
stackhpc_pulp_repo_mariadb_10_5_centos8_version: ''
1819
stackhpc_pulp_repo_rabbitmq_erlang_version: 20211122T102435
1920
stackhpc_pulp_repo_rabbitmq_server_version: 20211122T102435
2021
stackhpc_pulp_repo_treasuredata_4_version: 20211122T102435

etc/kayobe/stackhpc.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,26 @@ stackhpc_repo_docker_version: "{{ stackhpc_repo_distribution }}"
3333
stackhpc_repo_centos_stream_advanced_virtualization_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/virt/x86_64/advancedvirt-common/{{ stackhpc_repo_centos_stream_advanced_virtualization_version }}"
3434
stackhpc_repo_centos_stream_advanced_virtualization_version: "{{ stackhpc_repo_distribution }}"
3535

36+
# CentOS Stream 8 - NFV Extras
37+
stackhpc_repo_centos_stream_nfv_extras_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/nfv/x86_64/network-extras/{{ stackhpc_repo_centos_stream_nfv_extras_version }}"
38+
stackhpc_repo_centos_stream_nfv_extras_version: "{{ stackhpc_repo_distribution }}"
39+
3640
# CentOS Stream 8 - NFV OpenvSwitch
3741
stackhpc_repo_centos_stream_nfv_openvswitch_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/nfv/x86_64/openvswitch-2/{{ stackhpc_repo_centos_stream_nfv_openvswitch_version }}"
3842
stackhpc_repo_centos_stream_nfv_openvswitch_version: "{{ stackhpc_repo_distribution }}"
3943

40-
# CentOS Stream 8 - OpenStack Wallaby
41-
stackhpc_repo_centos_stream_openstack_wallaby_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/cloud/x86_64/openstack-wallaby/{{ stackhpc_repo_centos_stream_openstack_wallaby_version }}"
42-
stackhpc_repo_centos_stream_openstack_wallaby_version: "{{ stackhpc_repo_distribution }}"
44+
# CentOS Stream 8 - OpenStack Xena
45+
stackhpc_repo_centos_stream_openstack_xena_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/cloud/x86_64/openstack-xena/{{ stackhpc_repo_centos_stream_openstack_xena_version }}"
46+
stackhpc_repo_centos_stream_openstack_xena_version: "{{ stackhpc_repo_distribution }}"
47+
48+
# CentOS Stream 8 - OpsTools - collectd
49+
stackhpc_repo_centos_stream_opstools_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/opstools/x86_64/collectd-5/{{ stackhpc_repo_centos_stream_opstools_version }}"
50+
stackhpc_repo_centos_stream_opstools_version: "{{ stackhpc_repo_distribution }}"
4351

4452
# CentOS Stream 8 - PowerTools
4553
stackhpc_repo_centos_stream_powertools_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/PowerTools/x86_64/os/{{ stackhpc_repo_centos_stream_powertools_version }}"
4654
stackhpc_repo_centos_stream_powertools_version: "{{ stackhpc_repo_distribution }}"
4755

48-
# CentOS 8 - OpsTools - collectd
49-
stackhpc_repo_centos_opstools_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8/opstools/x86_64/collectd-5/{{ stackhpc_repo_centos_opstools_version }}"
50-
stackhpc_repo_centos_opstools_version: "{{ stackhpc_repo_distribution }}"
51-
5256
# CentOS Stream 8 - Ceph Pacific
5357
stackhpc_repo_centos_stream_storage_ceph_pacific_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/8-stream/storage/x86_64/ceph-pacific/{{ stackhpc_repo_centos_stream_storage_ceph_pacific_version }}"
5458
stackhpc_repo_centos_stream_storage_ceph_pacific_version: "{{ stackhpc_repo_distribution }}"
@@ -61,6 +65,10 @@ stackhpc_repo_elasticsearch_logstash_kibana_7_x_version: "{{ stackhpc_repo_distr
6165
stackhpc_repo_grafana_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/grafana/oss/rpm/{{ stackhpc_repo_grafana_version }}"
6266
stackhpc_repo_grafana_version: "{{ stackhpc_repo_distribution }}"
6367

68+
# MariaDB 10.5 CentOS 8
69+
stackhpc_repo_mariadb_10_5_centos8_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/mariadb-10.5/yum/centos8-amd64/{{ stackhpc_repo_mariadb_10_5_centos8_version }}"
70+
stackhpc_repo_mariadb_10_5_centos8_version: "{{ stackhpc_repo_distribution }}"
71+
6472
# RabbitMQ - Erlang
6573
stackhpc_repo_rabbitmq_erlang_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/rabbitmq/erlang/el/8/x86_64/{{ stackhpc_repo_rabbitmq_erlang_version }}"
6674
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_repo_distribution }}"

0 commit comments

Comments
 (0)