Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ kolla_sources:
type: git
location: "{{ kolla_bifrost_source_url }}"
reference: "{{ kolla_bifrost_source_version }}"
bifrost-base-additions-stackhpc-inspector-plugins:
# Install our custom inspector plugins.
type: git
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
reference: 1.3.0
cloudkitty-base:
type: git
location: https://github.com/stackhpc/cloudkitty.git
Expand Down Expand Up @@ -221,6 +226,8 @@ kolla_build_blocks:
# echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \
# {% endif %}
# {% endfor %}
bifrost_base_header: |
ADD additions-archive /
grafana_plugins_install: |
RUN grafana-cli plugins install vonage-status-panel
ironic_inspector_header: |
Expand All @@ -244,6 +251,8 @@ kolla_build_blocks:
ARG blackbox_exporter_version='0.19.0'

kolla_build_customizations_common:
bifrost_base_pip_packages_append:
- /additions/*
ironic_inspector_pip_packages_append:
- /additions/*

Expand Down
3 changes: 2 additions & 1 deletion etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ docker_yum_gpgkey: "https://download.docker.com/linux/{% raw %}{{ ansible_facts.

{% if kolla_base_distro == 'centos' %}
barbican_tag: wallaby-20220311T133847
bifrost_tag: wallaby-20220825T103439
cinder_tag: wallaby-20220309T083940
cloudkitty_tag: wallaby-20220119T122428
grafana_tag: wallaby-20220210T160332
Expand All @@ -27,5 +28,5 @@ prometheus_openstack_exporter_tag: wallaby-20220705T132206
skydive_agent_tag: wallaby-20220817T151053
skydive_analyzer_tag: wallaby-20220817T151053
{% else %}
bifrost_tag: wallaby-20220819T150635
bifrost_tag: wallaby-20220825T112231
{% endif %}