From 9cedf8ac5dfbd49f1e58d3d0ca6ce7981509aed1 Mon Sep 17 00:00:00 2001 From: CNlukai Date: Tue, 12 Jan 2016 17:22:10 +0800 Subject: ONOSFW-157 Add script of installer integration onos Change-Id: Ib78b6ce38eae80f553550ad1738e678aed3950f6 Signed-off-by: CNlukai --- .../installer/joid/onos/cloud-sh-onos/config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 framework/scripts/installer/joid/onos/cloud-sh-onos/config.yaml (limited to 'framework/scripts/installer/joid/onos/cloud-sh-onos/config.yaml') diff --git a/framework/scripts/installer/joid/onos/cloud-sh-onos/config.yaml b/framework/scripts/installer/joid/onos/cloud-sh-onos/config.yaml new file mode 100644 index 00000000..9f90f788 --- /dev/null +++ b/framework/scripts/installer/joid/onos/cloud-sh-onos/config.yaml @@ -0,0 +1,21 @@ +keystone: + admin-password: password + + +mysql: + dataset-size: 10% + max-connections: 1000 + +neutron-api: + neutron-plugin: onos + neutron-security-groups: True + + +neutron-gateway: + plugin: onos + + +nova-cloud-controller: + network-manager: Neutron + quantum-security-groups: "yes" + -- cgit 1.2.3-korg