Alexandros Kosiaris has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349191 )
Change subject: einsteinium: Set do_acme: false ...................................................................... einsteinium: Set do_acme: false Now that everything is switchedover to tegmen, doing acme on einsteinium leads to puppet failures, set the hiera flag to false Change-Id: I9fff61ab461da0aefc19ad84410bfbc45a857d71 --- M hieradata/hosts/einsteinium.yaml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Alexandros Kosiaris: Verified; Looks good to me, approved diff --git a/hieradata/hosts/einsteinium.yaml b/hieradata/hosts/einsteinium.yaml index a46c326..988f4c2 100644 --- a/hieradata/hosts/einsteinium.yaml +++ b/hieradata/hosts/einsteinium.yaml @@ -6,5 +6,6 @@ - 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 -- To view, visit https://gerrit.wikimedia.org/r/349191 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9fff61ab461da0aefc19ad84410bfbc45a857d71 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
