Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/283372
Change subject: swift/admin: set admin group per dc and role ...................................................................... swift/admin: set admin group per dc and role Setting the admin group in role/common/swift.yaml also didn't work. Setting it in the existing files for eqiad/esams and the proxy/storage roles. Bug:T130910 Change-Id: I1eadb3f5bd798482bc4457b2496a5f24f43a0e9e --- M hieradata/role/common/swift/eqiad_prod/proxy.yaml M hieradata/role/common/swift/eqiad_prod/storage.yaml M hieradata/role/common/swift/esams_prod/proxy.yaml M hieradata/role/common/swift/esams_prod/storage.yaml 4 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/72/283372/1 diff --git a/hieradata/role/common/swift/eqiad_prod/proxy.yaml b/hieradata/role/common/swift/eqiad_prod/proxy.yaml index 21bef47..2253392 100644 --- a/hieradata/role/common/swift/eqiad_prod/proxy.yaml +++ b/hieradata/role/common/swift/eqiad_prod/proxy.yaml @@ -1,2 +1,4 @@ cluster: swift nagios_group: swift +admin::groups: + - swift-roots diff --git a/hieradata/role/common/swift/eqiad_prod/storage.yaml b/hieradata/role/common/swift/eqiad_prod/storage.yaml index 21bef47..2253392 100644 --- a/hieradata/role/common/swift/eqiad_prod/storage.yaml +++ b/hieradata/role/common/swift/eqiad_prod/storage.yaml @@ -1,2 +1,4 @@ cluster: swift nagios_group: swift +admin::groups: + - swift-roots diff --git a/hieradata/role/common/swift/esams_prod/proxy.yaml b/hieradata/role/common/swift/esams_prod/proxy.yaml index 21bef47..2253392 100644 --- a/hieradata/role/common/swift/esams_prod/proxy.yaml +++ b/hieradata/role/common/swift/esams_prod/proxy.yaml @@ -1,2 +1,4 @@ cluster: swift nagios_group: swift +admin::groups: + - swift-roots diff --git a/hieradata/role/common/swift/esams_prod/storage.yaml b/hieradata/role/common/swift/esams_prod/storage.yaml index 21bef47..2253392 100644 --- a/hieradata/role/common/swift/esams_prod/storage.yaml +++ b/hieradata/role/common/swift/esams_prod/storage.yaml @@ -1,2 +1,4 @@ cluster: swift nagios_group: swift +admin::groups: + - swift-roots -- To view, visit https://gerrit.wikimedia.org/r/283372 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1eadb3f5bd798482bc4457b2496a5f24f43a0e9e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
