Dzahn has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/391988 )
Change subject: fake icinga contact secrets for testing ...................................................................... fake icinga contact secrets for testing Change-Id: I98f03464346219bedb539f2b16ab90e31d0f3eba --- M hieradata/common.yaml 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/private refs/changes/88/391988/1 diff --git a/hieradata/common.yaml b/hieradata/common.yaml index ca1a3f2..0b5da5a 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -36,6 +36,17 @@ mm-wikidatatech-pass: pass mm-user: pass +# Icinga contact (fake) secrets +icinga_contact_secrets: + bblack: # Brandon Black + email: '[email protected]' + pager: '15417543010' + address1: '[email protected]' + dzahn: # Daniel Zahn + email: '[email protected]' + pager: '15555551234' + address1: '[email protected]' + k8s_infrastructure_users: client-infrastructure: type: infrastructure-readwrite -- To view, visit https://gerrit.wikimedia.org/r/391988 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I98f03464346219bedb539f2b16ab90e31d0f3eba Gerrit-PatchSet: 1 Gerrit-Project: labs/private Gerrit-Branch: master Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
