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/openstack/HA-ansible-multinodes.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'deploy/adapters/ansible/openstack') diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index ef7128c5..8d944387 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -41,7 +41,10 @@ - setup-openstack - sync-inventory -- hosts: compute +- hosts: + - compute + - utility + - neutron_server remote_user: root roles: - post-osa -- cgit 1.2.3-korg