File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
14
14
15
15
{% set nova_compute_packages = [
16
16
'ceph-common' ,
17
+ 'cyrus-sasl-md5' ,
18
+ 'cyrus-sasl-scram' ,
17
19
'device-mapper-multipath' ,
18
20
'e2fsprogs' ,
19
21
'genisoimage' ,
@@ -50,6 +52,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
50
52
'e2fsprogs' ,
51
53
'genisoimage' ,
52
54
'ironic-common' ,
55
+ 'libsasl2-modules-gssapi-mit' ,
53
56
'multipath-tools' ,
54
57
'nfs-common' ,
55
58
'nova-compute' ,
@@ -65,6 +68,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
65
68
'python3-rados' ,
66
69
'python3-rbd' ,
67
70
'python3-rtslib-fb' ,
71
+ 'sasl2-bin' ,
68
72
'sysfsutils' ,
69
73
'targetcli-fb' ,
70
74
'xfsprogs'
@@ -88,6 +92,8 @@ RUN rm -f /etc/nova/nova-compute.conf
88
92
89
93
{% set nova_compute_packages = [
90
94
'ceph-common' ,
95
+ 'cyrus-sasl-md5' ,
96
+ 'cyrus-sasl-scram' ,
91
97
'device-mapper-multipath' ,
92
98
'dosfstools' ,
93
99
'e2fsprogs' ,
@@ -127,6 +133,7 @@ RUN rm -f /etc/nova/nova-compute.conf
127
133
'e2fsprogs' ,
128
134
'genisoimage' ,
129
135
'libosinfo-bin' ,
136
+ 'libsasl2-modules-gssapi-mit' ,
130
137
'multipath-tools' ,
131
138
'nfs-common' ,
132
139
'nvme-cli' ,
@@ -140,6 +147,7 @@ RUN rm -f /etc/nova/nova-compute.conf
140
147
'python3-rbd' ,
141
148
'python3-rtslib-fb' ,
142
149
'qemu-utils' ,
150
+ 'sasl2-bin' ,
143
151
'sysfsutils' ,
144
152
'targetcli-fb' ,
145
153
'xfsprogs'
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
15
15
16
16
{% set nova_libvirt_packages = [
17
17
'ceph-common' ,
18
+ 'cyrus-sasl-md5' ,
18
19
'cyrus-sasl-scram' ,
19
20
'libguestfs' ,
20
21
'libvirt-client' ,
@@ -40,6 +41,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
40
41
{% set nova_libvirt_packages = [
41
42
'ceph-common' ,
42
43
'ebtables' ,
44
+ 'libsasl2-modules-gssapi-mit' ,
43
45
'libvirt-clients' ,
44
46
'libvirt-daemon-system' ,
45
47
'openvswitch-switch' ,
@@ -49,6 +51,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
49
51
'python3-rbd' ,
50
52
'qemu-block-extra' ,
51
53
'qemu-system' ,
54
+ 'sasl2-bin' ,
52
55
'trousers'
53
56
] %}
54
57
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Adds Cyrus SASL packages necessary for the DIGEST-MD5 and SCRAM-SHA-256
5
+ mechanisms. These can be used for libvirt SASL authentication.
6
+ `LP#1964013 <https://bugs.launchpad.net/kolla-ansible/+bug/1964013>`__
You can’t perform that action at this time.
0 commit comments