From: Dan Prince Date: Tue, 2 Jun 2015 13:40:31 +0000 (-0400) Subject: Drop nova_meta and glance_registry on public vip X-Git-Tag: opnfv-6.0.0~865 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f4dab984c0dc6d2f0a9f587222396987cff3ad9d;p=apex-puppet-tripleo.git Drop nova_meta and glance_registry on public vip This patch removes the public VIP for the nova metadata and glance registry services. Change-Id: I0878f7b3eeed6e16c5d30bdf76ebca56eb49d042 --- diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 7c3a442..a98ad3b 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -607,7 +607,7 @@ class tripleo::loadbalancer ( if $glance_registry { haproxy::listen { 'glance_registry': - ipaddress => [$controller_virtual_ip, $public_virtual_ip], + ipaddress => $controller_virtual_ip, ports => 9191, options => { 'option' => [ 'httpchk GET /' ], @@ -659,7 +659,7 @@ class tripleo::loadbalancer ( if $nova_metadata { haproxy::listen { 'nova_metadata': - ipaddress => [$controller_virtual_ip, $public_virtual_ip], + ipaddress => $controller_virtual_ip, ports => 8775, options => { 'option' => [ 'httpchk GET /' ],