Skip to content

Commit 5f6a0ec

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "masakari: add Cyrus SASL packages to monitors image" into stable/victoria
2 parents ad72543 + 02dfa91 commit 5f6a0ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/masakari/masakari-monitors/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
1919
{% if base_package_type == 'rpm' %}
2020

2121
{% set masakari_monitors_packages = [
22+
'cyrus-sasl-md5',
23+
'cyrus-sasl-scram',
2224
'python3-libvirt',
2325
'pacemaker-cli',
2426
'tcpdump',
@@ -27,8 +29,10 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
2729
{% elif base_package_type == 'deb' %}
2830

2931
{% set masakari_monitors_packages = [
32+
'libsasl2-modules-gssapi-mit',
3033
'python3-libvirt',
3134
'pacemaker-cli-utils',
35+
'sasl2-bin',
3236
'tcpdump',
3337
] %}
3438

0 commit comments

Comments
 (0)