We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffa455 commit cbab775Copy full SHA for cbab775
etc/kayobe/kolla.yml
@@ -316,8 +316,12 @@ kolla_build_blocks:
316
fi
317
{% endif %}
318
319
+ kolla_toolbox_header: |
320
+ ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/stackhpc/{{ openstack_release }}/upper-constraints.txt
321
bifrost_base_header: |
322
ADD additions-archive /
323
+ ENV ANSIBLE_PIP_VERSION='>=8,<9'
324
+ ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
325
grafana_plugins_install: |
326
RUN grafana-cli plugins install vonage-status-panel \
327
&& grafana-cli plugins install grafana-piechart-panel \
0 commit comments