X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Fconf%2Fdistro%2Fpoky-stx.conf;h=869866a1574057df70c116e1328893189d89d19d;hb=9d6826903db0a8f3d04af88f0b2e6b35fcc7bcd9;hp=8eb85dcb0146dbfca505b8d78111f678013a7f5d;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/conf/distro/poky-stx.conf b/meta-stx/conf/distro/poky-stx.conf index 8eb85dc..869866a 100644 --- a/meta-stx/conf/distro/poky-stx.conf +++ b/meta-stx/conf/distro/poky-stx.conf @@ -33,10 +33,14 @@ TASK_BASIC_SSHDAEMON = "openssh-sshd openssh-sftp openssh-sftp-server" # Disable services by default SYSTEMD_AUTO_ENABLE_pn-haproxy = "disable" SYSTEMD_AUTO_ENABLE_pn-lighttpd = "disable" +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" @@ -45,7 +49,6 @@ VOLATILE_LOG_DIR = "no" IMAGE_OVERHEAD_FACTOR = "1.05" # Add extra users and groups for stx -INHERIT += " extrausers-config" SYSADMIN_P = "4SuW8cnXFyxsk" EXTRA_USERS_PARAMS_CONFIG = "\ @@ -53,12 +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 '' sysinv; \ - groupadd sysinv; \ - usermod -a -G sysinv sysinv; \ - useradd -p '' ceph; \ - groupadd ceph; \ - usermod -a -G ceph ceph; \ useradd -p '' haproxy; \ groupadd haproxy; \ usermod -a -G haproxy haproxy; \ @@ -77,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; \