Yuvipanda has submitted this change and it was merged. Change subject: Automate creation of -mc* and -elastic* instances in staging ......................................................................
Automate creation of -mc* and -elastic* instances in staging Change-Id: Ic98e5582f107d966415bbf9ad497872990633f77 --- M nodes/labs/staging.yaml 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Yuvipanda: Verified; Looks good to me, approved diff --git a/nodes/labs/staging.yaml b/nodes/labs/staging.yaml index 9b770b8..77aa61f 100644 --- a/nodes/labs/staging.yaml +++ b/nodes/labs/staging.yaml @@ -1,3 +1,7 @@ +.*-elastic\d\d: + - role::elasticsearch::server +.*-mc\d\d: + - role::memcached .*-tin: - role::deployment::server .*-sca\d\d: -- To view, visit https://gerrit.wikimedia.org/r/197941 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic98e5582f107d966415bbf9ad497872990633f77 Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Thcipriani <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
