9 lines
334 B
Plaintext
9 lines
334 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.*', '(?i)sles.*']
|
|
DEPLOYABLE = True
|
|
HEALTH_CHECK_COMMAND = 'docker run -i -d $cluster_name python /opt/compass/rally/check_health.py'
|