Alexandros Kosiaris has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/358962 )
Change subject: Revert "Switch einsteinium and tegmen roles" ...................................................................... Revert "Switch einsteinium and tegmen roles" This reverts commit d1ea109a192f9243e0c12ce4a4ab8a94b8fd11a4. Bug: T164206 Bug: T163324 Change-Id: I83904e1ae4a5cc6590693729b7bd9ee1a6e18d70 --- M hieradata/hosts/einsteinium.yaml M hieradata/hosts/tegmen.yaml 2 files changed, 8 insertions(+), 8 deletions(-) Approvals: Alexandros Kosiaris: Verified; Looks good to me, approved diff --git a/hieradata/hosts/einsteinium.yaml b/hieradata/hosts/einsteinium.yaml index 988f4c2..b2491d8 100644 --- a/hieradata/hosts/einsteinium.yaml +++ b/hieradata/hosts/einsteinium.yaml @@ -4,8 +4,8 @@ - codfw.wmnet - esams.wmnet - ulsfo.wmnet -# Note that our paging infrastructure (AQL as of 20161101) may need an update of it's sender whitelist -role::tcpircbot::ensure: absent -do_acme: false role::icinga::partner: tegmen.wikimedia.org -role::icinga::passive: true +# Note that our paging infrastructure (AQL as of 20161101) may need an update of it's sender whitelist +role::tcpircbot::ensure: present +do_acme: true +role::icinga::passive: false diff --git a/hieradata/hosts/tegmen.yaml b/hieradata/hosts/tegmen.yaml index 9142654..9504215 100644 --- a/hieradata/hosts/tegmen.yaml +++ b/hieradata/hosts/tegmen.yaml @@ -4,9 +4,9 @@ - codfw.wmnet - esams.wmnet - ulsfo.wmnet +role::icinga::partner: einsteinium.wikimedia.org # Note that our paging infrastructure (AQL as of 20161101) may need an update of it's sender whitelist # tegmen is the backup icinga server. All these flags need to be converted accordingly for it to assume the identity of the primary -role::tcpircbot::ensure: present -#do_acme: false -role::icinga::partner: einsteinium.wikimedia.org -role::icinga::passive: false +role::tcpircbot::ensure: absent +do_acme: false +role::icinga::passive: true -- To view, visit https://gerrit.wikimedia.org/r/358962 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I83904e1ae4a5cc6590693729b7bd9ee1a6e18d70 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[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
