Ryan Lane has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74321


Change subject: Bind memcached to 127.0.0.1 on openstackmanager nodes
......................................................................

Bind memcached to 127.0.0.1 on openstackmanager nodes

Change-Id: Icbe16377359ace6d572cb2647c77ac75af5a4979
---
M manifests/openstack.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/74321/1

diff --git a/manifests/openstack.pp b/manifests/openstack.pp
index e6c4673..bf98f4a 100644
--- a/manifests/openstack.pp
+++ b/manifests/openstack.pp
@@ -460,6 +460,7 @@
 
        if !defined(Class["memcached"]) {
                class { "memcached":
+                       memcached_ip => "127.0.0.1",
                        pin => true;
                }
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbe16377359ace6d572cb2647c77ac75af5a4979
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ryan Lane <[email protected]>

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

Reply via email to