Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
36cdbec
)
Drop nova_meta and glance_registry on public vip
author
Dan Prince
<dprince@redhat.com>
Tue, 2 Jun 2015 13:40:31 +0000
(09:40 -0400)
committer
Dan Prince
<dprince@redhat.com>
Wed, 3 Jun 2015 01:40:02 +0000
(21:40 -0400)
This patch removes the public VIP for the nova metadata
and glance registry services.
Change-Id: I0878f7b3eeed6e16c5d30bdf76ebca56eb49d042
manifests/loadbalancer.pp
patch
|
blob
|
history
diff --git
a/manifests/loadbalancer.pp
b/manifests/loadbalancer.pp
index
7c3a442
..
a98ad3b
100644
(file)
--- 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 /' ],