Skip to content

Commit 02dfa91

Browse files
markgoddardyoctozepto
authored andcommitted
masakari: add Cyrus SASL packages to monitors image
Adds Cyrus SASL packages necessary for the DIGEST-MD5 and SCRAM-SHA-256 mechanisms. These can be used for libvirt SASL authentication. Follow up to I13e19ca29eeab40cd08fa3afe2cdf7531867f81b. Partial-Bug: #1964013 Change-Id: Ic4b6171789c3d360317599310492771bd78828ec (cherry picked from commit 5cc480a) (cherry picked from commit 444bdff)
1 parent b716b5a commit 02dfa91

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)