We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a928af7 commit 50cb83fCopy full SHA for 50cb83f
etc/kayobe/kolla.yml
@@ -373,6 +373,10 @@ kolla_build_blocks:
373
{% endif %}
374
magnum_base_footer: |
375
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 %}
380
# Dict mapping image customization variable names to their values.
381
# Each variable takes the form:
382
# <image name>_<customization>_<operation>
0 commit comments