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.
2 parents ad72543 + 02dfa91 commit 5f6a0ecCopy full SHA for 5f6a0ec
docker/masakari/masakari-monitors/Dockerfile.j2
@@ -19,6 +19,8 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
19
{% if base_package_type == 'rpm' %}
20
21
{% set masakari_monitors_packages = [
22
+ 'cyrus-sasl-md5',
23
+ 'cyrus-sasl-scram',
24
'python3-libvirt',
25
'pacemaker-cli',
26
'tcpdump',
@@ -27,8 +29,10 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
27
29
{% elif base_package_type == 'deb' %}
28
30
31
32
+ 'libsasl2-modules-gssapi-mit',
33
34
'pacemaker-cli-utils',
35
+ 'sasl2-bin',
36
37
] %}
38
0 commit comments