Ryan Lane has submitted this change and it was merged.

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(-)

Approvals:
  Ryan Lane: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Icbe16377359ace6d572cb2647c77ac75af5a4979
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ryan Lane <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to