Mark Bergsma has submitted this change and it was merged.

Change subject: beta: adds ::site to bits_appservers backends
......................................................................


beta: adds ::site to bits_appservers backends

We want to be consistent with production, so adds a $::site level to the
labs $backends definitions.

Change-Id: I4b76c054e9ad6797e97eb53ab0cff9c948b17ccf
---
M manifests/role/cache.pp
1 file changed, 6 insertions(+), 4 deletions(-)

Approvals:
  Mark Bergsma: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 29333e8..9863812 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -310,10 +310,12 @@
                                },
                        },
                        'labs' => {
-                               'bits_appservers' => [
-                                       '10.4.0.166',  # deployment-apache32
-                                       '10.4.0.187',  # deployment-apache33
-                               ],
+                               'bits_appservers' => {
+                                       'pmtpa' => [
+                                               '10.4.0.166',  # 
deployment-apache32
+                                               '10.4.0.187',  # 
deployment-apache33
+                                       ],
+                               },
                                'test_appservers' => {
                                        'pmtpa' => [ '10.4.0.166' ],
                                }

-- 
To view, visit https://gerrit.wikimedia.org/r/59380
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4b76c054e9ad6797e97eb53ab0cff9c948b17ccf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to