Page MenuHomeDevCentral

Create software build account
ClosedPublic

Authored by dereckson on Feb 23 2017, 18:26.
Tags
None
Referenced Files
F11707329: D923.id2342.diff
Sat, Sep 13, 02:10
F11706439: D923.id.diff
Fri, Sep 12, 23:02
F11705963: D923.id2342.diff
Fri, Sep 12, 21:59
F11701580: D923.id2344.diff
Fri, Sep 12, 16:25
F11701579: D923.id2343.diff
Fri, Sep 12, 16:25
F11701578: D923.id2342.diff
Fri, Sep 12, 16:25
Unknown Object (File)
Thu, Sep 11, 11:00
Unknown Object (File)
Thu, Sep 11, 07:27
Subscribers
None

Details

Summary

Account 'builder' can be used to install software, so a non privileged
account is used to operations like git clone, ./configure or make.

The group 'deployment' will contain deployment accounts, and users
allowed to sudo to these groups.

Ref T1159

Test Plan
  • check builder account exists
  • check deployment group exists
  • test sudo -u builder whoami

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
wraith (branched from master)
Build Status
Buildable 1423
Build 1671: arc lint + arc unit

Event Timeline

Salt master
$ cd /opt/nasqueron-operations
$ arc patch D923
$ salt '*' saltutil.refresh_pillar
$ salt eglide state.apply roles/shellserver/users/
$ salt eglide state.apply roles/shellserver/userland-software/account
Eglide
$ id
uid=5001(dereckson) gid=5001(dereckson) groups=5001(dereckson),0(wheel),200(shell),828(deployment),829(nasqueron-irc)
$ sudo -u builder whoami
builder
This revision is now accepted and ready to land.Feb 23 2017, 18:58
This revision was automatically updated to reflect the committed changes.