diff options
author | Justin chi <chigang@huawei.com> | 2016-12-05 12:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 12:41:23 +0000 |
commit | c98a6528c6b0b9ce73d48b97b3287dbd9502543b (patch) | |
tree | 158dda969e865ba9ec5cabc37f8426f8064bfa08 /deploy/compass_conf/adapter | |
parent | 3bc1fe012f53ae38ce8fc1c9370ed499bdbb3b26 (diff) | |
parent | cceecd6920ae01d99dafb46d225f69e4546f278b (diff) |
Merge "add compass-core conf/ into compass4nfv"
Diffstat (limited to 'deploy/compass_conf/adapter')
11 files changed, 59 insertions, 0 deletions
diff --git a/deploy/compass_conf/adapter/ansible_openstack_juno.conf b/deploy/compass_conf/adapter/ansible_openstack_juno.conf new file mode 100755 index 00000000..6d36cd55 --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_juno.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_juno' +DISPLAY_NAME = 'Openstack Juno' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_juno' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*15.*'] +DEPLOYABLE = True 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 diff --git a/deploy/compass_conf/adapter/ansible_openstack_liberty.conf b/deploy/compass_conf/adapter/ansible_openstack_liberty.conf new file mode 100755 index 00000000..d181d1c7 --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_liberty.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_liberty' +DISPLAY_NAME = 'Openstack Liberty' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_liberty' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)CentOS-7.*15.*'] +DEPLOYABLE = True diff --git a/deploy/compass_conf/adapter/ansible_openstack_mitaka.conf b/deploy/compass_conf/adapter/ansible_openstack_mitaka.conf new file mode 100755 index 00000000..0e53829b --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_mitaka.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_mitaka' +DISPLAY_NAME = 'Openstack Mitaka' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_mitaka' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)ubuntu-16\.04', '(?i)CentOS-7.*15.*'] +DEPLOYABLE = True diff --git a/deploy/compass_conf/adapter/ansible_openstack_mitaka_xenial.conf b/deploy/compass_conf/adapter/ansible_openstack_mitaka_xenial.conf new file mode 100755 index 00000000..691ce930 --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_mitaka_xenial.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_mitaka_xenial' +DISPLAY_NAME = 'Openstack Mitaka Xenial' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_mitaka_xenial' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)ubuntu-16\.04', '(?i)CentOS-7.*15.*'] +DEPLOYABLE = True diff --git a/deploy/compass_conf/adapter/ansible_openstack_newton_xenial.conf b/deploy/compass_conf/adapter/ansible_openstack_newton_xenial.conf new file mode 100755 index 00000000..cd8d2deb --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_newton_xenial.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_newton_xenial' +DISPLAY_NAME = 'Openstack Mitaka Xenial' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_newton_xenial' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)ubuntu-14\.04.*', '(?i)ubuntu-14\.04\.3.*', '(?i)ubuntu-16\.04', '(?i)CentOS-7.*15.*'] +DEPLOYABLE = True diff --git a/deploy/compass_conf/adapter/ansible_openstack_osp9.conf b/deploy/compass_conf/adapter/ansible_openstack_osp9.conf new file mode 100755 index 00000000..81c00a0f --- /dev/null +++ b/deploy/compass_conf/adapter/ansible_openstack_osp9.conf @@ -0,0 +1,7 @@ +NAME = 'openstack_osp9' +DISPLAY_NAME = 'RedHat OSP 9' +PARENT = 'openstack' +PACKAGE_INSTALLER = 'ansible_installer_osp9' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)rhel-server-7\.2.*'] +DEPLOYABLE = True diff --git a/deploy/compass_conf/adapter/ceph.conf b/deploy/compass_conf/adapter/ceph.conf new file mode 100755 index 00000000..d63ecf13 --- /dev/null +++ b/deploy/compass_conf/adapter/ceph.conf @@ -0,0 +1,2 @@ +NAME = 'ceph' +PARENT = 'general' diff --git a/deploy/compass_conf/adapter/general.conf b/deploy/compass_conf/adapter/general.conf new file mode 100755 index 00000000..4d8cb371 --- /dev/null +++ b/deploy/compass_conf/adapter/general.conf @@ -0,0 +1 @@ +NAME = 'general' diff --git a/deploy/compass_conf/adapter/openstack.conf b/deploy/compass_conf/adapter/openstack.conf new file mode 100755 index 00000000..66bdd8bb --- /dev/null +++ b/deploy/compass_conf/adapter/openstack.conf @@ -0,0 +1,2 @@ +NAME = 'openstack' +PARENT = 'general' diff --git a/deploy/compass_conf/adapter/os_only.conf b/deploy/compass_conf/adapter/os_only.conf new file mode 100755 index 00000000..253ff84c --- /dev/null +++ b/deploy/compass_conf/adapter/os_only.conf @@ -0,0 +1,5 @@ +NAME = 'os_only' +PARENT = 'general' +OS_INSTALLER = 'cobbler' +SUPPORTED_OS_PATTERNS = ['(?i)centos.*', '(?i)ubuntu.*', '(?i)sles.*', '(?i)uvp.*'] +DEPLOYABLE = True |