
Implement health check feature for Compass by Rally. User is able to check health by sending request after the cluster is deployed successfully. blueprint rally-acceptance-test Change-Id: If445ad3a97156bde3b623552d77bf186931b556b
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
NAME = 'openstack_icehouse'
|
|
DISPLAY_NAME = 'OpenStack Icehouse'
|
|
PARENT = 'openstack'
|
|
PACKAGE_INSTALLER = 'chef_installer'
|
|
OS_INSTALLER = 'cobbler'
|
|
SUPPORTED_OS_PATTERNS = ['(?i)centos.*', '(?i)ubuntu.*']
|
|
DEPLOYABLE = True
|
|
HEALTH_CHECK_COMMAND = 'python /opt/compass/health_check.py'
|