Michal Jastrzebski (inc0) 52f4909435 Keepalived container
This patch contains keepalived container for yum-based distros.

Change-Id: I8e3ea7a61ad6c27b25b635e7aeeff5ef04a807b4
Implements: blueprint keepalived-container
2015-06-22 17:18:44 +02:00

8 lines
247 B
Bash
Executable File

#!/bin/bash
# This is noop check script. Change it to something meaningful.
# TODO (inc0): When HAProxy is implemented, this should be changed to HAProxy check
# https://github.com/stackforge/kolla/blob/master/specs/high-availability.rst
exit 0