File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
docker/magnum/magnum-conductor Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
7
7
8
8
{% import "macros.j2" as macros with context %}
9
9
10
+ ADD plugins-archive /
11
+ RUN cp /plugins/linux-{{ debian_arch }}/helm /usr/local/bin/helm
12
+
10
13
{% block magnum_conductor_footer %}{% endblock %}
11
14
{% block footer %}{% endblock %}
12
15
Original file line number Diff line number Diff line change 189
189
'type' : 'url' ,
190
190
'location' : ('$tarballs_base/openstack/magnum/'
191
191
'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' )},
192
200
'manila-base' : {
193
201
'type' : 'url' ,
194
202
'location' : ('$tarballs_base/openstack/manila/'
You can’t perform that action at this time.
0 commit comments