Use HAProxy httpchk for openstack services
authorTom Cammann <tom.cammann@hp.com>
Tue, 4 Nov 2014 11:11:52 +0000 (11:11 +0000)
committerTom Cammann <tom.cammann@hp.com>
Fri, 7 Nov 2014 15:43:33 +0000 (15:43 +0000)
commit2cab499f433e9a88ed4017399f3ca1e66bf8effa
tree91ccce41f43cbf7266ccbc19d4932bcd0b0e1c57
parent897c8b8aa9295b0214f35bd08ac42416078904f5
Use HAProxy httpchk for openstack services

Instead of the default TCP connection check use the HTTP check. This
provides a more reliable way to tell if the service is up or not, only
2xx and 3xx response codes will signal a healthy service. This check can
also be used in conjunction with check-ssl to enable checks for services
running SSL/TLS in overcloud.

Change-Id: I1581c091b996422fb1374ea4c024d0a88453e10b
overcloud-source.yaml