Skip to content

Commit 0009ffb

Browse files
markgoddardmmalchuk
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)
1 parent cfd0fb0 commit 0009ffb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/masakari/masakari-monitors/Dockerfile.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2020
{% elif base_package_type == 'deb' %}
2121

2222
{% set masakari_base_packages = [
23+
'libsasl2-modules-gssapi-mit',
2324
'masakari-host-monitor',
2425
'masakari-instance-monitor',
2526
'masakari-introspective-instance-monitor',
2627
'masakari-process-monitor',
28+
'sasl2-bin',
2729
] %}
2830

2931
{% endif %}
@@ -35,6 +37,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3537
{% if base_package_type == 'rpm' %}
3638

3739
{% set masakari_monitors_packages = [
40+
'cyrus-sasl-md5',
41+
'cyrus-sasl-scram',
3842
'python3-libvirt',
3943
'pacemaker-cli',
4044
'tcpdump',
@@ -43,8 +47,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
4347
{% elif base_package_type == 'deb' %}
4448

4549
{% set masakari_monitors_packages = [
50+
'libsasl2-modules-gssapi-mit',
4651
'python3-libvirt',
4752
'pacemaker-cli-utils',
53+
'sasl2-bin',
4854
'tcpdump',
4955
] %}
5056

0 commit comments

Comments
 (0)