X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Fconf%2Fdistro%2Fpoky-stx.conf;h=99da3808d386977e7b6a91564133e6ed47e1fffe;hb=b2988288accc01f7c1d1e4ba276507fa05ae74fb;hp=119c416846323f97d79ba26b0e5f60dfd9df78fe;hpb=7b7cde1149ec358aa032d0cc13a8f1b2a7403495;p=pti%2Frtp.git diff --git a/meta-stx/conf/distro/poky-stx.conf b/meta-stx/conf/distro/poky-stx.conf index 119c416..99da380 100644 --- a/meta-stx/conf/distro/poky-stx.conf +++ b/meta-stx/conf/distro/poky-stx.conf @@ -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" @@ -46,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 = "\ @@ -54,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; \ @@ -78,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; \ @@ -92,6 +89,7 @@ HELM_TOOL_KIT_VERSION = "0.1.0" TIS_PATCH_VER = "7" HELM_REPO = "stx-platform" STX_REL = "19.12" +ORAN_REL = "Cherry (3.0)" # For the stx /etc/build.info STX_ID = "3.0"