Merge "fm-mgr: fix to avoid useradd error"
[pti/rtp.git] / meta-stx / conf / distro / poky-stx.conf
index 0331580..869866a 100644 (file)
@@ -38,6 +38,9 @@ SYSTEMD_AUTO_ENABLE_pn-postgresql = "disable"
 # networking sysv service is required
 SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking"
 
+# Defines the serial consoles (TTYs) to enable using getty
+SERIAL_CONSOLES = "115200;ttyS0"
+
 # /var/log is mounted as a logical volume for stx,
 # so do not link to /var/volatile/log.
 VOLATILE_LOG_DIR = "no"
@@ -53,9 +56,6 @@ EXTRA_USERS_PARAMS_CONFIG = "\
        useradd -m -g sys_protected -G root \
            -d /home/sysadmin -p ${SYSADMIN_P} \
            -s /bin/sh sysadmin; \
-       useradd -p '' ceph; \
-       groupadd ceph; \
-       usermod -a -G ceph ceph; \
        useradd -p '' haproxy; \
        groupadd haproxy; \
        usermod -a -G haproxy haproxy; \
@@ -74,6 +74,7 @@ EXTRA_USERS_PARAMS_CONFIG = "\
        usermod -a -G sys_protected nfv; \
        usermod -a -G sys_protected patching; \
        usermod -a -G sys_protected haproxy; \
+       usermod -a -G snmpd fm; \
        usermod -P root root; \
        \
        groupadd -r -g 128 nscd; \