Akira Ajisaka created BIGTOP-3001:
-------------------------------------

             Summary: Change uid and gid for jenkins user in bigtop-toolchain
                 Key: BIGTOP-3001
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3001
             Project: Bigtop
          Issue Type: Bug
          Components: toolchain
    Affects Versions: 1.2.1
            Reporter: Akira Ajisaka


BIGTOP-2187 set uid and gid 1000 for jenkins user, however, 1000 is almost 
always used by the first non-system user. Therefore, if there is a non-system 
user who has uid/gid 1000, puppet apply command fails.
{noformat}
Error: Could not create group jenkins: Execution of '/sbin/groupadd -g 1000 
jenkins' returned 4: groupadd: GID '1000' already exists
Error: /Stage[main]/Bigtop_toolchain::User/Group[jenkins]/ensure: change from 
'absent' to 'present' failed: Could not create group jenkins: Execution of 
'/sbin/groupadd -g 1000 jenkins' returned 4: groupadd: GID '1000' already exists
{noformat}
Changing them to 500 seems a good choice.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to