X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Fconf%2Fdistro%2Fpoky-stx.conf;h=0331580d29f42fb3d05f81b82f777168e3397b3d;hb=eca6fca7c6b90fbccbe746551a1497414be523da;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..0331580 100644 --- a/meta-stx/conf/distro/poky-stx.conf +++ b/meta-stx/conf/distro/poky-stx.conf @@ -46,7 +46,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,9 +53,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; \