aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-12-05 13:33:47 -0500
committerDan Prince <dprince@redhat.com>2014-12-05 20:48:33 -0500
commit42b81e8478ce01dd0a148ac9b46c4f59afc6480b (patch)
treec8094b223b77cc91b55d31346419999213a66246 /controller.yaml
parentcb62cd9838786d40334f9e7f0a5063c73b02a50d (diff)
Add missing HAProxy settings to controller
This patch adds the missing parameters to controller.yaml These parameters were adding to overcloud-source.yaml in I1581c091b996422fb1374ea4c024d0a88453e10b. Change-Id: I3e4e0e1feb521dded2679fed508fa97e8dd27661
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index b1f9fcec..d4f8d19e 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -569,6 +569,8 @@ resources:
haproxy:
net_binds:
- ip: {get_param: VirtualIP}
+ options:
+ - option httpchk GET /
services:
- name: keystone_admin
port: 35357
@@ -593,6 +595,7 @@ resources:
- name: glance_registry
port: 9191
net_binds: *public_binds
+ options: # overwrite options as glace_reg needs auth for http req
- name: heat_api
port: 8004
net_binds: *public_binds
@@ -620,9 +623,12 @@ resources:
- name: ceilometer
port: 8777
net_binds: *public_binds
+ options: # overwrite options as ceil needs auth for http req
- name: swift_proxy_server
port: 8080
net_binds: *public_binds
+ options:
+ - option httpchk GET /info
- name: rabbitmq
port: 5672
options: