Skip to content

Commit dc91484

Browse files
authored
Merge pull request #461 from stackhpc/upstream/2025.1-2025-08-25
Synchronise 2025.1 with upstream
2 parents 9234b20 + 6c08b17 commit dc91484

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

doc/source/contributor/adding-a-new-image.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ provided, copy its Dockerfile structure and amend it to new needs.
5656
Distribution support
5757
====================
5858

59-
By default, every new image should support all supported distributions (CentOS,
60-
Debian, Ubuntu) and both x86-64 and aarch64 architectures. Sometimes it is not
59+
By default, every new image should support all supported distributions (Debian,
60+
Ubuntu, Rocky) and both x86-64 and aarch64 architectures. Sometimes it is not
6161
doable so we have list of `unbuildable images` for that.
6262

6363
Unbuildable images

doc/source/contributor/contributing.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Communication
2626
IRC Channel
2727
``#openstack-kolla`` (`channel logs`_) on `OFTC <http://oftc.net>`_
2828

29-
Weekly Meetings
30-
On Wednesdays at 14:00 UTC in the IRC channel (`meetings logs`_)
29+
`Weekly Meetings <https://meetings.opendev.org/#Kolla_Team_Meeting>`_
3130

3231
Mailing list (prefix subjects with ``[kolla]``)
3332
https://lists.openstack.org/pipermail/openstack-discuss/
@@ -47,19 +46,17 @@ Contacting the Core Team
4746
~~~~~~~~~~~~~~~~~~~~~~~~
4847

4948
In general it is suggested to use the above mentioned public communication
50-
channels, but if you find the you need to contact someone from the Core team
49+
channels, but if you find that you need to contact someone from the Core team
5150
directly, you can find the lists in Gerrit:
5251

5352
- kolla-core https://review.opendev.org/admin/groups/28d5dccfccc125b3963f76ab67e256501565d52b,members
54-
- kolla-ansible-core https://review.opendev.org/admin/groups/cfd61289b70f00206797b035aa0bd7adfccf4be2,members
5553
- kayobe-core https://review.opendev.org/admin/groups/361e28280e3a06be2997a5aa47a8a11d3a8fb9b9,members
5654

5755
New Feature Planning
5856
~~~~~~~~~~~~~~~~~~~~
5957

60-
New features are discussed via IRC or mailing list (with [kolla] prefix).
61-
Kolla project keeps blueprints in `Launchpad <https://blueprints.launchpad.net/kolla>`__.
62-
Specs are welcome but not strictly required.
58+
New features are discussed on PTG, via IRC or mailing list (with [kolla]
59+
prefix).
6360

6461
Task Tracking
6562
~~~~~~~~~~~~~

docker/base/influxdb.repo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[influxdb]
22
name = InfluxDB Repository - RHEL $releasever
3-
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
3+
baseurl = https://repos.influxdata.com/stable/$basearch/main
44
enabled = 0
55
gpgcheck = 1
6-
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
6+
gpgkey = https://repos.influxdata.com/influxdata-archive.key

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:
@@ -46,10 +45,8 @@
4645
},
4746

4847
'ubuntu+aarch64': {
49-
"barbican-base", # https://github.com/unbit/uwsgi/issues/2434
5048
},
5149

5250
'centos+aarch64': {
53-
"telegraf", # no binary package
5451
},
5552
}

0 commit comments

Comments
 (0)