Skip to content

Commit b6c8269

Browse files
authored
Merge pull request #392 from stackhpc/upstream/master-2025-03-24
Synchronise master with upstream
2 parents b9c69b4 + 7667e24 commit b6c8269

File tree

24 files changed

+57
-540
lines changed

24 files changed

+57
-540
lines changed

.zuul.d/centos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- job:
2323
name: kolla-build-centos9s-aarch64
2424
parent: kolla-build-centos9s
25-
nodeset: kolla-centos-9-stream
25+
nodeset: kolla-centos-9-stream-aarch64
2626
vars:
2727
base_arch: aarch64
2828
voting: false

.zuul.d/debian.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
- job:
5050
name: kolla-build-debian-aarch64
5151
parent: kolla-build-debian
52-
# NOTE(mnasiadka): Switch to aarch64 nodeset when nodes are fixed
53-
nodeset: kolla-debian-bookworm
52+
nodeset: kolla-debian-bookworm-aarch64
5453
voting: false
5554
vars:
5655
base_arch: aarch64

.zuul.d/rocky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- job:
7070
name: kolla-build-rocky9-aarch64
7171
parent: kolla-build-rocky9
72-
nodeset: kolla-rockylinux-9
72+
nodeset: kolla-rockylinux-9-aarch64
7373
vars:
7474
base_arch: aarch64
7575
voting: false

.zuul.d/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- job:
7070
name: kolla-build-ubuntu-aarch64
7171
parent: kolla-build-ubuntu
72-
nodeset: kolla-ubuntu-noble
72+
nodeset: kolla-ubuntu-noble-aarch64
7373
vars:
7474
base_arch: aarch64
7575
voting: false

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Kolla provides images to deploy the following OpenStack projects:
9292
- `Nova <https://docs.openstack.org/nova/latest/>`__
9393
- `Octavia <https://docs.openstack.org/octavia/latest/>`__
9494
- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)
95-
- `Swift <https://docs.openstack.org/swift/latest/>`__
9695
- `Tacker <https://docs.openstack.org/tacker/latest/>`__
9796
- `Trove <https://docs.openstack.org/trove/latest/>`__
9897
- `Venus <https://docs.openstack.org/venus/latest/>`__

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ prometheus,U,U,U
4848
rabbitmq,U,U,U
4949
redis,U,U,U
5050
skyline,U,U,U
51-
swift,U,U,U
5251
tacker,U,U,U
5352
telegraf,N,N,N
5453
tgtd,U,U,U

doc/source/support_matrix.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ Please see :ref:`unbuildable-images-list`
6262
Deprecations
6363
============
6464

65-
.. note::
66-
The swift Kolla images are currently deprecated with removal planned
67-
in the 2025.2 cycle.
65+
None
6866

6967
x86_64 images
7068
=============

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,12 @@ if [ "$fail" -eq 1 ]; then exit 1; fi
120120
ENV ANSIBLE_LIBRARY /usr/share/ansible:$ANSIBLE_LIBRARY
121121
{% endblock %}
122122

123-
COPY find_disks.py /usr/share/ansible/
124123
COPY ansible.cfg /etc/ansible/ansible.cfg
125124
COPY ansible_sudoers /etc/sudoers.d/kolla_ansible_sudoers
126125
COPY extend_start.sh /usr/local/bin/kolla_extend_start
127126
COPY kolla_toolbox.sh /usr/local/bin/kolla_toolbox
128127

129-
RUN chmod 644 /usr/share/ansible/find_disks.py \
130-
/etc/ansible/ansible.cfg \
128+
RUN chmod 644 /etc/ansible/ansible.cfg \
131129
/usr/local/bin/kolla_extend_start \
132130
&& chmod 755 /usr/local/bin/kolla_toolbox \
133131
&& chmod 440 /etc/sudoers.d/kolla_ansible_sudoers

0 commit comments

Comments
 (0)