Skip to content

Commit 50cb83f

Browse files
author
scrungus
committed
add magnum-capi-helm driver to base footer
1 parent a928af7 commit 50cb83f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@ kolla_build_blocks:
373373
{% endif %}
374374
magnum_base_footer: |
375375
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
376+
{% raw %}
377+
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.1.0'] %}
378+
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
379+
{% endraw %}
376380
# Dict mapping image customization variable names to their values.
377381
# Each variable takes the form:
378382
# <image name>_<customization>_<operation>

0 commit comments

Comments
 (0)