From f9d5aacba1ce6a2fdc3f5ef71a82550cec3812ae Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Sat, 27 May 2017 14:11:17 +0800 Subject: Add opendaylight sfc support for compass installer JIRA: COMPASS-483 As odl sfc has been supported by other installers, we compass project has also support odl boron and tacker now. So we are going to support odl sfc+tacker in Danube release. This patch includes: 1. Add ovs-common and ovs-dkms 2. Install networking-sfc for neutron and odl 3. Configure odl sfc in neutron ml2 4. Add sfc related features in odl 5. Add sfc related repo making scripts 6. Add odl_sfc switch both in compass4nfv and compass-core Change-Id: If37a9e190c3095d771ffab61777a927b6d94ea9e Signed-off-by: Yifei Xue --- deploy/conf/vm_environment/os-odl_l2-sfc-ha.yml | 47 +++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 deploy/conf/vm_environment/os-odl_l2-sfc-ha.yml (limited to 'deploy/conf') diff --git a/deploy/conf/vm_environment/os-odl_l2-sfc-ha.yml b/deploy/conf/vm_environment/os-odl_l2-sfc-ha.yml new file mode 100644 index 00000000..8b3c2033 --- /dev/null +++ b/deploy/conf/vm_environment/os-odl_l2-sfc-ha.yml @@ -0,0 +1,47 @@ +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- +TYPE: virtual +FLAVOR: cluster + +odl_sfc: "Enable" + +hosts: + - name: host1 + roles: + - controller + - ha + - odl + - ceph-adm + - ceph-mon + + - name: host2 + roles: + - controller + - ha + - odl + - ceph-mon + + - name: host3 + roles: + - controller + - ha + - odl + - ceph-mon + + - name: host4 + roles: + - compute + - ceph-osd + + - name: host5 + roles: + - compute + - ceph-osd -- cgit 1.2.3-korg