diff options
author | Feng Pan <fpan@redhat.com> | 2016-09-15 00:12:33 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-09-16 01:30:50 +0000 |
commit | 24d6290c92773121596051086b3d6269fef61084 (patch) | |
tree | cd6292bd0fe701f2e5ea8d42a66862e6e86ce96b /build/Makefile | |
parent | 6626849fa31c2d99292a52599ef69fdf6be8f7d0 (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>
(cherry picked from commit 37d2dc147574a6d5bdd5cae44e2ac02f8cac4d59)
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |