aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-07-08 13:33:43 +0200
committerGiulio Fidente <gfidente@redhat.com>2015-07-10 11:19:53 +0200
commit21cea3602548a0d58e662eaa0f55e12a62f7291d (patch)
tree6c9d33bc1bb1f89bd8dfc6719d65630e322189ef
parentec80b3e24a6606cf1dd2a215410beaf9ff2505e4 (diff)
Add missing options to Ceilometer/Ironic/Horizon
Backend options for Ceilometer and Ironic are aligned with what we use for the other OpenStack services. Listener options for Horizon is updated so that we do cookie tracking as suggested by refarch doc. Change-Id: I4640d974a3ab8188919eaae79dde71463234b5ff
-rw-r--r--manifests/loadbalancer.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp
index 3826fcf..589d852 100644
--- a/manifests/loadbalancer.pp
+++ b/manifests/loadbalancer.pp
@@ -804,7 +804,7 @@ class tripleo::loadbalancer (
ports => '8777',
ipaddresses => hiera('ceilometer_api_node_ips', $controller_hosts_real),
server_names => $controller_hosts_names_real,
- options => [],
+ options => ['check', 'inter 2000', 'rise 2', 'fall 5'],
}
}
@@ -880,6 +880,7 @@ class tripleo::loadbalancer (
bind => $horizon_bind_opts,
options => {
'option' => [ 'httpchk GET /' ],
+ 'cookie' => 'SERVERID insert indirect nocache',
},
collect_exported => false,
}
@@ -917,7 +918,7 @@ class tripleo::loadbalancer (
ports => '6385',
ipaddresses => hiera('ironic_api_node_ips', $controller_hosts_real),
server_names => $controller_hosts_names_real,
- options => [],
+ options => ['check', 'inter 2000', 'rise 2', 'fall 5'],
}
}