From 9d5ca8b6a6c9e33a5f8318483ad940eb9918819d Mon Sep 17 00:00:00 2001 From: zhangyuanyou Date: Thu, 31 Dec 2015 12:02:15 +0800 Subject: JOID-18 Juju integration with ONOSFW. Change-Id: Iaffdb78ceb5a4c1a57fce3459289c65d6b6a4f42 --- ci/onos/cloud-sh-onos/config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ci/onos/cloud-sh-onos/config.yaml (limited to 'ci/onos/cloud-sh-onos/config.yaml') diff --git a/ci/onos/cloud-sh-onos/config.yaml b/ci/onos/cloud-sh-onos/config.yaml new file mode 100644 index 00000000..9f90f788 --- /dev/null +++ b/ci/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