From 989d936c05c4f841efa383676473d2c6cc2cfba5 Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Tue, 31 Oct 2017 19:57:27 +0800 Subject: Install networking-sfc for non odl-sfc scenarios JIRA: - Currently we only install networking-sfc for odl-sfc scenario, however someone may use native neutron sfc functionality.So we propose this patch to add installation of networking-sfc for non odl scenarios. Change-Id: I4527387626f0c14fb6af135c511d0fd783b8f624 Signed-off-by: Yifei Xue --- deploy/adapters/ansible/roles/post-osa/files/sfc.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 deploy/adapters/ansible/roles/post-osa/files/sfc.conf (limited to 'deploy/adapters/ansible/roles/post-osa/files') diff --git a/deploy/adapters/ansible/roles/post-osa/files/sfc.conf b/deploy/adapters/ansible/roles/post-osa/files/sfc.conf new file mode 100755 index 00000000..ce42c9e1 --- /dev/null +++ b/deploy/adapters/ansible/roles/post-osa/files/sfc.conf @@ -0,0 +1,9 @@ +[DEFAULT] + +service_plugins = router,metering,flow_classifier,sfc + +[sfc] +drivers = ovs + +[flowclassifier] +drivers = ovs -- cgit 1.2.3-korg