Giuseppe Lavagetto has submitted this change and it was merged. Change subject: wikidata-query: give root on the test machine to the group ......................................................................
wikidata-query: give root on the test machine to the group See RT #9078 for details. Change-Id: I5a230ee7aa4390f5e944f29553737a09fc2e3ce2 Signed-off-by: Giuseppe Lavagetto <[email protected]> --- A hieradata/hosts/einsteinium.yaml M modules/admin/data/data.yaml 2 files changed, 7 insertions(+), 0 deletions(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/hosts/einsteinium.yaml b/hieradata/hosts/einsteinium.yaml new file mode 100644 index 0000000..0b33661 --- /dev/null +++ b/hieradata/hosts/einsteinium.yaml @@ -0,0 +1,2 @@ +admin::groups: + - wikidata-query-roots diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml index 35d5a40..93accbd 100644 --- a/modules/admin/data/data.yaml +++ b/modules/admin/data/data.yaml @@ -256,6 +256,11 @@ description: Full root on EventLogging servers. members: [qchris] privs: ['ALL = NOPASSWD: ALL'] + wikidata-query-roots: + gid: 740 + description: Full root on the Wikidata Query Service nodes. + members: [manybubbles,aaron,gwicke] + privs: ['ALL = NOPASSWD: ALL'] users: rush: -- To view, visit https://gerrit.wikimedia.org/r/179943 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5a230ee7aa4390f5e944f29553737a09fc2e3ce2 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
