compass-core/conf/adapter/chef_openstack.conf
Xicheng Chang 2fb2edb35c Support rally in docker
Change-Id: If9b8ac1a4269ab750684174e092f80fb795abc38
2015-06-17 15:51:56 -07:00

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'