summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-09-15 00:12:33 -0400
committerFeng Pan <fpan@redhat.com>2016-09-15 09:18:14 -0400
commit37d2dc147574a6d5bdd5cae44e2ac02f8cac4d59 (patch)
treeeebc17b393d1f38e96374b1f264c7969eaa224cc /build/Makefile
parentbb7442fbfec5918126840e2ac2694621eb839530 (diff)
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 <fpan@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 89aa647c..7374215e 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 #