diff options
Diffstat (limited to 'deploy/compass_conf/adapter/ansible_openstack_kilo.conf')
-rwxr-xr-x | deploy/compass_conf/adapter/ansible_openstack_kilo.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deploy/compass_conf/adapter/ansible_openstack_kilo.conf b/deploy/compass_conf/adapter/ansible_openstack_kilo.conf new file mode 100755 index 00000000..943453ad --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_kilo.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_kilo' +DISPLAY_NAME = 'Openstack kilo' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_kilo' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*15.*'] +DEPLOYABLE = True |