Ottomata has submitted this change and it was merged. Change subject: create shell user for Marielle Volz ......................................................................
create shell user for Marielle Volz For read access to the output logs from the citoid service. Change-Id: I17d24257ca457249139c591fe25f2fdfdbb84b8a key: https://github.com/mvolz.keys Bug:T89057 --- M hieradata/role/common/sca.yaml M modules/admin/data/data.yaml 2 files changed, 14 insertions(+), 2 deletions(-) Approvals: Ottomata: Looks good to me, approved jenkins-bot: Verified Dzahn: Looks good to me, but someone else must approve diff --git a/hieradata/role/common/sca.yaml b/hieradata/role/common/sca.yaml index 1f84489..18406ef 100644 --- a/hieradata/role/common/sca.yaml +++ b/hieradata/role/common/sca.yaml @@ -4,9 +4,10 @@ - mathoid-admin - citoid-roots - citoid-admin + - citoid-users - cxserver-admin lvs::realserver::realserver_ips: - '10.2.2.18' # cxserver.svc.eqiad.wmnet - '10.2.2.19' # citoid.svc.eqiad.wmnet - - '10.2.2.20' # mathoid.svc.eqiad.wmnet + - '10.2.2.20' # mathoid.svc.eqiad.wmnet diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml index cdaa405..e7b43ef 100644 --- a/modules/admin/data/data.yaml +++ b/modules/admin/data/data.yaml @@ -61,7 +61,7 @@ haithams, mhurd, dbrant, mglaser, mah, kleduc, bsitzmann, deskana, jzerebecki, declerambaul, ellery, dduvall, nettrom, mforns, jkatz, bmansurov, west1, jhernandez, smalyshev, ananthrk, tbayer, zfilipin, - joal, thcipriani, daisy, ashwinpp] + joal, thcipriani, daisy, ashwinpp, mvolz] cassandra-test-roots: gid: 708 description: users with root on cassandra hosts @@ -299,6 +299,10 @@ description: people who have full root on restbase nodes members: [gwicke, mobrovac] privileges: ['ALL = NOPASSWD: ALL'] + citoid-users: + gid: 745 + description: Login rights for citoid in order to look at citoid logs + members: [mvolz] users: rush: @@ -1339,3 +1343,10 @@ realname: Ashwin Pradeep Paranjape ssh_keys: [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgV06472reSVOxOHVPGh9rCdt+pkJIePYxoBM6JyNAPic42XYu2dJMvTop4EVZpHV33rpdVNhELY4/JxOY7zU6dFx+yA1W+Ag7u8XrqkSk3WYmyWcUTocrgUrt0c6jAuScSFfHYAkGunyo3XP+l6iUYuej+Sv8v8Xtexq+ax+5YNjxdBH4AOxq8n4s4tso2vvaVEF91jxCGuZS3mSp77WTAO3BZNzJAwlZEF5LD5ufMF7EJgVSFhrfqkkMgbrzvqrSYV4O0mtvPYp4qzigedDpE+WU+DtIu3JRs3Jz/pk7wX3wiELuaZNvwyxPZWihh+gRhS6gYfDwrdd5z0rO1ART ashwin@ashwin-SVE15127CNB] uid: 11049 + mvolz: + ensure: present + gid: 500 + name: mvolz + realname: Marielle Volz + ssh_keys: [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUwZtM3gAMDybHgDpBkY/TAC2aglbx03BOGK81GKmLEttRPWhvRM2kqml4lh+v7yiDuajAPZ5cV4KkiP/qaa94WfY8J0osRq4Dedwv6Q0R4InuNSF4bJv5jxfm9+L6LRd88hU3aXO/FACs6I6V/4JbWpHnesTFcuunCY3ZtKTyTXlungfpTGNAm8jnOWnHDefBQk/4rwqFPg09IXk/cC7ThQqMf2O4pwwu4JOFyBFfkb3har/DxM+BMKUToB/IQEgNu4LkVa5oeKQNsVZCDGv4bntoQ/t+2PJKxii0h8tOoZYgxkpEzitf5lY0+aAueunFjuzB/R/DAN+fvUjeeEdB] + uid: 4724 -- To view, visit https://gerrit.wikimedia.org/r/190405 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I17d24257ca457249139c591fe25f2fdfdbb84b8a Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Mvolz <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: RobH <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
