Dzahn has submitted this change and it was merged. Change subject: admin: add datacenter-ops to palladium ......................................................................
admin: add datacenter-ops to palladium Originally i wanted to use a role to add this group to nodes (Id553cc38820e6d7b), but that doesn't work (Ib75956186d9c0a5). So for now i'm just adding the group by hostname. And access on iron wasn't existing anyways, so this is actually correct. Bug:T115718 Change-Id: Iee4eeb4d10644ab1a0d72256ecf84a592b05cd38 --- M hieradata/hosts/palladium.yaml 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/hieradata/hosts/palladium.yaml b/hieradata/hosts/palladium.yaml index b5f9719..403e0d3 100644 --- a/hieradata/hosts/palladium.yaml +++ b/hieradata/hosts/palladium.yaml @@ -8,3 +8,5 @@ confd::monitor_files: false apache::logrotate::period: "daily" apache::logrotate::rotate: 7 +admin::groups: + - datacenter-ops -- To view, visit https://gerrit.wikimedia.org/r/248936 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iee4eeb4d10644ab1a0d72256ecf84a592b05cd38 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Papaul <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
