From 02603a05c4d3fe59876030dc914cab019193d4e6 Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Sat, 27 May 2017 15:13:57 +0800 Subject: onos sfc for danbue JIRA: COMPASS-483 Install ovs-common and ovs-dkms. Upgrade the ONOS SFC driver and update the sfc related comfigurations. Change-Id: I47c7fe5cd2cb83517da18c36820dba05522c3835 Signed-off-by: Yifei Xue --- deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf (limited to 'deploy/adapters/ansible/roles/onos_cluster/files') diff --git a/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf b/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf new file mode 100644 index 00000000..ddef928d --- /dev/null +++ b/deploy/adapters/ansible/roles/onos_cluster/files/sfc_plugins.conf @@ -0,0 +1,4 @@ +[DEFAULT] + +service_plugins = networking_sfc.services.sfc.plugin.SfcPlugin,networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin,onos_router + -- cgit 1.2.3-korg