compass-core/conf/adapter/os_only.conf
xiaodongwang 5479928d2e add fusionsphere support
Change-Id: If28b7b56b5feeeae67c2991fde56c5fb916ed044
2015-06-15 16:14:31 -07:00

6 lines
163 B
Plaintext

NAME = 'os_only'
PARENT = 'general'
OS_INSTALLER = 'cobbler'
SUPPORTED_OS_PATTERNS = ['(?i)centos.*', '(?i)ubuntu.*', '(?i)sles.*', '(?i)uvp.*']
DEPLOYABLE = True