Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/179943
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/43/179943/1 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 d11c581..94e1a83 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: newchange Gerrit-Change-Id: I5a230ee7aa4390f5e944f29553737a09fc2e3ce2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
