Skip to content

Commit e33ec74

Browse files
authored
Merge pull request #462 from stackhpc/upstream/master-2025-08-25
Synchronise master with upstream
2 parents c93a712 + c93cf1b commit e33ec74

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

.zuul.d/base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
name: kolla-centos-10-stream
5454
nodes:
5555
- name: primary
56-
label: nested-virt-centos-9-stream
56+
label: centos-10-stream-8GB
5757

5858
- nodeset:
5959
name: kolla-centos-10-stream-aarch64
6060
nodes:
6161
- name: primary
62-
label: centos-9-stream-arm64
62+
label: centos-10-stream-arm64-8GB
6363

6464
- nodeset:
6565
name: kolla-rockylinux-9

doc/source/contributor/versions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ information about package sources.
2323
Galera 26.4 (LTS) `MariaDB Community downloads`_
2424
OpenSearch 3.x `OpenSearch install guide`_
2525
ProxySQL 2.7.x `ProxySQL repository`_
26-
Rabbitmq 4.0.x - CentOS/Rocky:
26+
Rabbitmq 4.1.x - CentOS/Rocky:
2727
`Team RabbitMQ 'Cloudsmith' repo (RPM)`_
2828
- Debian/Ubuntu:
2929
`Team RabbitMQ 'Cloudsmith' repo (Deb)`_
30-
Erlang 26.2.X - CentOS/Rocky aarch64:
30+
Erlang 27.X - CentOS/Rocky aarch64:
3131
`openstack-kolla COPR`_
3232
- CentOS/Rocky x86-64:
3333
`Team RabbitMQ 'Cloudsmith' repo (RPM)`_

docker/base/influxdb.repo

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[influxdb]
22
name = InfluxDB Repository - RHEL $releasever
3-
# NOTE(mnasiadka): Use EL9 for now, 10 is not available yet
4-
baseurl = https://repos.influxdata.com/rhel/9/$basearch/stable
3+
baseurl = https://repos.influxdata.com/stable/$basearch/main
54
enabled = 0
65
gpgcheck = 1
7-
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
6+
gpgkey = https://repos.influxdata.com/influxdata-archive.key

kolla/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'rocky': 'Rocky Linux 9.* (Blue Onyx)',
3838
'ubuntu': 'Ubuntu 24.04.* LTS',
3939
}
40-
OPENSTACK_RELEASE = '2025.1'
40+
OPENSTACK_RELEASE = 'master'
4141

4242
# This is noarch repository so we will use it on all architectures
4343
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos10-master/" \

kolla/image/unbuildable.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
UNBUILDABLE_IMAGES = {
1818
'aarch64': {
1919
"bifrost-base", # someone need to get upstream working first
20-
"prometheus-mtail", # no aarch64 binary
2120
},
2221

2322
# Issues for SHA1 keys:
@@ -49,10 +48,8 @@
4948
},
5049

5150
'ubuntu+aarch64': {
52-
"barbican-base", # https://github.com/unbit/uwsgi/issues/2434
5351
},
5452

5553
'centos+aarch64': {
56-
"telegraf", # no binary package
5754
},
5855
}

0 commit comments

Comments
 (0)