Skip to content

Commit c15fd54

Browse files
authored
Merge pull request #372 from stackhpc/upstream/2024.1-2025-01-06
Synchronise 2024.1 with upstream
2 parents fb9adc3 + 86d6fac commit c15fd54

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docker/magnum/magnum-conductor/Dockerfile.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
77

88
{% import "macros.j2" as macros with context %}
99

10+
ADD plugins-archive /
11+
RUN cp /plugins/linux-{{ debian_arch }}/helm /usr/local/bin/helm
12+
1013
{% block magnum_conductor_footer %}{% endblock %}
1114
{% block footer %}{% endblock %}
1215

kolla/common/sources.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@
189189
'type': 'url',
190190
'location': ('$tarballs_base/openstack/magnum/'
191191
'magnum-${openstack_branch}.tar.gz')},
192+
'magnum-conductor-plugin-helm': {
193+
'version': 'v3.16.3',
194+
'type': 'url',
195+
'sha256': {
196+
'amd64': 'f5355c79190951eed23c5432a3b920e071f4c00a64f75e077de0dd4cb7b294ea', # noqa: E501
197+
'arm64': '5bd34ed774df6914b323ff84a0a156ea6ff2ba1eaf0113962fa773f3f9def798'}, # noqa: E501
198+
'location': ('https://get.helm.sh/helm'
199+
'-${version}-linux-${debian_arch}.tar.gz')},
192200
'manila-base': {
193201
'type': 'url',
194202
'location': ('$tarballs_base/openstack/manila/'

0 commit comments

Comments
 (0)