File tree Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 53
53
name : kolla-centos-10-stream
54
54
nodes :
55
55
- name : primary
56
- label : nested-virt- centos-9 -stream
56
+ label : centos-10 -stream-8GB
57
57
58
58
- nodeset :
59
59
name : kolla-centos-10-stream-aarch64
60
60
nodes :
61
61
- name : primary
62
- label : centos-9 -stream-arm64
62
+ label : centos-10 -stream-arm64-8GB
63
63
64
64
- nodeset :
65
65
name : kolla-rockylinux-9
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ information about package sources.
23
23
Galera 26.4 (LTS) `MariaDB Community downloads `_
24
24
OpenSearch 3.x `OpenSearch install guide `_
25
25
ProxySQL 2.7.x `ProxySQL repository `_
26
- Rabbitmq 4.0 .x - CentOS/Rocky:
26
+ Rabbitmq 4.1 .x - CentOS/Rocky:
27
27
`Team RabbitMQ 'Cloudsmith' repo (RPM) `_
28
28
- Debian/Ubuntu:
29
29
`Team RabbitMQ 'Cloudsmith' repo (Deb) `_
30
- Erlang 26.2.X - CentOS/Rocky aarch64:
30
+ Erlang 27.X - CentOS/Rocky aarch64:
31
31
`openstack-kolla COPR `_
32
32
- CentOS/Rocky x86-64:
33
33
`Team RabbitMQ 'Cloudsmith' repo (RPM) `_
Original file line number Diff line number Diff line change 1
1
[influxdb]
2
2
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
5
4
enabled = 0
6
5
gpgcheck = 1
7
- gpgkey = https://repos.influxdata.com/influxdata-archive_compat .key
6
+ gpgkey = https://repos.influxdata.com/influxdata-archive .key
Original file line number Diff line number Diff line change 37
37
'rocky' : 'Rocky Linux 9.* (Blue Onyx)' ,
38
38
'ubuntu' : 'Ubuntu 24.04.* LTS' ,
39
39
}
40
- OPENSTACK_RELEASE = '2025.1 '
40
+ OPENSTACK_RELEASE = 'master '
41
41
42
42
# This is noarch repository so we will use it on all architectures
43
43
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos10-master/" \
Original file line number Diff line number Diff line change 17
17
UNBUILDABLE_IMAGES = {
18
18
'aarch64' : {
19
19
"bifrost-base" , # someone need to get upstream working first
20
- "prometheus-mtail" , # no aarch64 binary
21
20
},
22
21
23
22
# Issues for SHA1 keys:
49
48
},
50
49
51
50
'ubuntu+aarch64' : {
52
- "barbican-base" , # https://github.com/unbit/uwsgi/issues/2434
53
51
},
54
52
55
53
'centos+aarch64' : {
56
- "telegraf" , # no binary package
57
54
},
58
55
}
You can’t perform that action at this time.
0 commit comments