From cceecd6920ae01d99dafb46d225f69e4546f278b Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Fri, 25 Nov 2016 04:08:19 +0800 Subject: add compass-core conf/ into compass4nfv JIRA: COMPASS-507 1.create deploy/compass_conf/ directory to keep local compass-core conf/ files. build.sh will add it into compass.iso 2.adjust conf files to support congress Change-Id: I91dde6f62f2385d1289a5cf9a39eafce945a1bc7 Signed-off-by: Harry Huang --- .../flavor/openstack_juno_ansible.conf | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 deploy/compass_conf/flavor/openstack_juno_ansible.conf (limited to 'deploy/compass_conf/flavor/openstack_juno_ansible.conf') diff --git a/deploy/compass_conf/flavor/openstack_juno_ansible.conf b/deploy/compass_conf/flavor/openstack_juno_ansible.conf new file mode 100755 index 00000000..53724b58 --- /dev/null +++ b/deploy/compass_conf/flavor/openstack_juno_ansible.conf @@ -0,0 +1,32 @@ +ADAPTER_NAME = 'openstack_juno' +FLAVORS = [{ + 'flavor': 'allinone', + 'display_name': 'All-In-One', + 'template': 'allinone.tmpl', + 'roles': ['allinone-compute'], +}, { + 'flavor': 'single-controller', + 'display_name': 'Single Controller', + 'template': 'single-controller.tmpl', + 'roles': [ + 'controller', 'compute', 'network', 'storage', 'odl', 'onos' + ], +}, { + 'flavor': 'multinodes', + 'display_name': 'Multi-nodes', + 'template': 'multinodes.tmpl', + 'roles': [ + 'compute-controller', 'compute-worker', 'network-server', + 'network-worker', 'database', 'messaging', 'image', 'odl', + 'dashboard', 'identity', 'storage-controller', 'storage-volume' + ], +}, { + 'flavor': 'HA-ansible-multinodes-juno', + 'display_name': 'HA-ansible-multinodes-juno', + 'template': 'HA-ansible-multinodes.tmpl', + 'roles': [ + 'controller', 'compute', 'ha', 'odl', 'onos', 'ceph', 'ceph-adm', 'ceph-mon', 'ceph-osd', 'sec-patch', 'ceph-osd-node' + ], +}] + + -- cgit 1.2.3-korg