magnum: Add helm binary for magnum-cluster-api
Closes-Bug: #2091608 Change-Id: I52105f6cbf7529ce107cabf8a38a10525be7435c
This commit is contained in:
parent
27f31009cb
commit
592f341dd2
@ -7,6 +7,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
ADD plugins-archive /
|
||||
RUN cp /plugins/linux-{{ debian_arch }}/helm /usr/local/bin/helm
|
||||
|
||||
{{ macros.kolla_patch_sources() }}
|
||||
|
||||
{% block magnum_conductor_footer %}{% endblock %}
|
||||
|
@ -189,6 +189,14 @@ SOURCES = {
|
||||
'type': 'url',
|
||||
'location': ('$tarballs_base/openstack/magnum/'
|
||||
'magnum-${openstack_branch}.tar.gz')},
|
||||
'magnum-conductor-plugin-helm': {
|
||||
'version': 'v3.16.3',
|
||||
'type': 'url',
|
||||
'sha256': {
|
||||
'amd64': 'f5355c79190951eed23c5432a3b920e071f4c00a64f75e077de0dd4cb7b294ea', # noqa: E501
|
||||
'arm64': '5bd34ed774df6914b323ff84a0a156ea6ff2ba1eaf0113962fa773f3f9def798'}, # noqa: E501
|
||||
'location': ('https://get.helm.sh/helm'
|
||||
'-${version}-linux-${debian_arch}.tar.gz')},
|
||||
'manila-base': {
|
||||
'type': 'url',
|
||||
'location': ('$tarballs_base/openstack/manila/'
|
||||
|
Loading…
Reference in New Issue
Block a user