Create pmon config file for sssd to run on storage
Currently sssd is not configured and running on storage nodes so ldap users can't login to storage nodes. This update creates sssd pmon config file so that sssd is running on storage nodes. Test Plan: PASS: System with storage nodes deployment PASS: In storage nodes, verify that the following config file exist: /etc/pmon.d/sssd.conf PASS: In storage nodes, verify that sssd is running by systemctl status sssd PASS: In storage nodes, verify ldap users are accessible by getent passwd Closes-Bug: 2023399 Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/885878 Change-Id: I2e85873c3ddd18bab68365a58b5a8617eb1b2766 Signed-off-by: Andy Ning <andy.ning@windriver.com>
This commit is contained in:
parent
414f61b9df
commit
8da5f0fe19
@ -3210,6 +3210,7 @@ if [ "${storage}" = true ] ; then
|
||||
ln -s /usr/share/starlingx/pmon.d/mtclogd.conf ${IMAGE_ROOTFS}/etc/pmon.d/mtclogd.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sm-eru.conf ${IMAGE_ROOTFS}/etc/pmon.d/sm-eru.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sshd.conf ${IMAGE_ROOTFS}/etc/pmon.d/sshd.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sssd.conf ${IMAGE_ROOTFS}/etc/pmon.d/sssd.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sw-patch-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sw-patch-agent.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sysinv-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sysinv-agent.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/syslog-ng.conf ${IMAGE_ROOTFS}/etc/pmon.d/syslog-ng.conf
|
||||
|
@ -3069,6 +3069,7 @@ if [ "${storage}" = true ] ; then
|
||||
ln -s /usr/share/starlingx/pmon.d/mtclogd.conf ${IMAGE_ROOTFS}/etc/pmon.d/mtclogd.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sm-eru.conf ${IMAGE_ROOTFS}/etc/pmon.d/sm-eru.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sshd.conf ${IMAGE_ROOTFS}/etc/pmon.d/sshd.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sssd.conf ${IMAGE_ROOTFS}/etc/pmon.d/sssd.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sw-patch-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sw-patch-agent.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/sysinv-agent.conf ${IMAGE_ROOTFS}/etc/pmon.d/sysinv-agent.conf
|
||||
ln -s /usr/share/starlingx/pmon.d/syslog-ng.conf ${IMAGE_ROOTFS}/etc/pmon.d/syslog-ng.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user