diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-05-27 14:11:17 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-06-02 17:13:56 +0800 |
commit | f9d5aacba1ce6a2fdc3f5ef71a82550cec3812ae (patch) | |
tree | 2f6718fbb224a4fb8ab22cbc235ae55cf6c9f537 /repo/openstack/make_ppa/ubuntu/xenial | |
parent | 02603a05c4d3fe59876030dc914cab019193d4e6 (diff) |
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 <xueyifei@huawei.com>
Diffstat (limited to 'repo/openstack/make_ppa/ubuntu/xenial')
-rw-r--r-- | repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl b/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl index 7bec8878..0790552c 100644 --- a/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl +++ b/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl @@ -11,7 +11,7 @@ apt-get install -d nova-compute-kvm -y #make pernoca database apt-get install -y apt-transport-https debconf-utils libaio1 libc6 libdbd-mysql-perl libgcc1 libgcrypt20 libstdc++6 python-software-properties wget apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 -add-apt-repository 'deb https://mirrors.tuna.tsinghua.edu.cn/mariadb/mariadb-10.0.26/repo/ubuntu/ xenial main' +add-apt-repository 'deb http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-10.0.26/repo/ubuntu/ xenial main' apt-get update apt-get install -d mariadb-client mariadb-galera-server-10.0 galera-3 rsync socat -y #make pernoca database end |