From 24d6290c92773121596051086b3d6269fef61084 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Thu, 15 Sep 2016 00:12:33 -0400 Subject: Networking-vpp fixes - Update TenantNIC and PublicNIC in numa.yaml - Use OVS rather than linux bridge for virtual deployment on jump host - Fix controller and compute IP arrays in T-H-T - Move networking-vpp repo for vlan rewrite patch JIRA: APEX-261 opnfv-tht-pr: 79 Change-Id: I4b3b6b09613e7c47869617e15aafec8e7b59d18f Signed-off-by: Feng Pan (cherry picked from commit 37d2dc147574a6d5bdd5cae44e2ac02f8cac4d59) --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/Makefile b/build/Makefile index ff7a7070..de369c7d 100644 --- a/build/Makefile +++ b/build/Makefile @@ -204,7 +204,7 @@ networking-vpp.noarch.rpm: networking-vpp mv networking-vpp/dist/*.rpm networking-vpp.noarch.rpm networking-vpp: - git clone -b stable https://github.com/naveenjoy/networking-vpp.git + git clone -b stable_vlan_rewrite https://github.com/fepan/networking-vpp.git ############### # UNDERCLOUD # -- cgit 1.2.3-korg