Mark Bergsma has submitted this change and it was merged.

Change subject: Rename the 'apaches' backend to 'appservers'
......................................................................


Rename the 'apaches' backend to 'appservers'

Change-Id: I1c12f44db7935537f683a7f02fca5840f4273dc3
---
M manifests/role/cache.pp
1 file changed, 3 insertions(+), 3 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 528b18c..66a0a5d 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -286,7 +286,7 @@
 
                $backends = {
                        'production' => {
-                               'apaches' => 
$lvs::configuration::lvs_service_ips['production']['apaches'],
+                               'appservers' => 
$lvs::configuration::lvs_service_ips['production']['apaches'],
                                'api' => 
$lvs::configuration::lvs_service_ips['production']['api'],
                                'rendering' => 
$lvs::configuration::lvs_service_ips['production']['rendering'],
                                'bits_appservers' => {
@@ -299,7 +299,7 @@
                                },
                        },
                        'labs' => {
-                               'apaches' => {
+                               'appservers' => {
                                        'pmtpa' => [
                                                '10.4.0.166',  # 
deployment-apache32
                                                '10.4.0.187',  # 
deployment-apache33
@@ -854,7 +854,7 @@
                                'labs' => '-s 
vdb=persistent,/srv/vdb/varnish.persist,19G',
                        },
                        directors => {
-                               "backend" => 
$role::cache::configuration::backends[$::realm]['apaches'][$::mw_primary],
+                               "backend" => 
$role::cache::configuration::backends[$::realm]['appservers'][$::mw_primary],
                                "api" => 
$role::cache::configuration::backends[$::realm]['api'][$::mw_primary],
                                "test_wikipedia" => 
$role::cache::configuration::backends[$::realm]['test_appservers'][$::mw_primary],
                        },

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1c12f44db7935537f683a7f02fca5840f4273dc3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[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