Commit Graph

4 Commits

Author SHA1 Message Date
Pablo Iranzo Gómez
37a5c78673
Fix formatting options
Fix tabs<->spaces and other bashate complains
	Change mode to +x to scripts missing it
	Force shell to be /bin/bash for compatibility

Change-Id: Ied5979f2d886c15b273956a9828d9e0484368bab
Signed-off-by: Pablo Iranzo Gómez <Pablo.Iranzo@gmail.com>
2018-09-11 17:15:11 +02:00
Ian Main
6a876977f7 Set healthchecks executable.
A lot of healthchecks are failing because they aren't executable.

Change-Id: I396c9c964cb30d670315cb06743158cfd7934b89
2017-08-21 17:59:39 -04:00
Martin Mágr
1abff9af09 Use correct path in healthcheck scripts
Currently /usr/share/tripleo-common is used in healthcheck scripts,
but only /usr/share/openstack-tripleo-common is available in container
images

Closes-Bug: #1710629
Change-Id: Id7d169cfd34bf2a45e9bff0e389e77189cb774d7
2017-08-14 15:56:56 +02:00
Martin Mágr
b4327a4d3b Add health check for services connected to RabbitMQ
- extended common lib with check for processes opening a specific ports
- added health check scripts for services which require to be connected
  to RabbitMQ server

Implements: blueprint container-healthchecks
Change-Id: I039b4f2bc9826bece6c382ac07e8fb2495fae924
2017-07-25 14:10:21 +02:00