summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-10-18 15:31:34 -0400
committerTim Rozet <trozet@redhat.com>2016-10-18 15:31:34 -0400
commit8670b43ee245d85f7dd86851e15131e5bc5537cb (patch)
tree607035c5d711a0be3803e05d093b83ef12236e78 /ci
parentd08d76d73da738f8e719771bc7453b3030f742bf (diff)
Adds enic workaround for OVS DPDK
OVS DPDK deployments were failing in daily CI. This is because the UCS fabric tags packets no matter what when not using an external switch with UCS. This patch inserts a flow to strip any vlan tag when the tenant network type is set to vxlan. JIRA: APEX-333 opnfv-tht-pr: 89 Change-Id: I49920c45901f724a96a3a5515172a13b7ddee7a7 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/PR_revision.log1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log
index 16cf08f8..78cd7091 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -45,3 +45,4 @@
86,Moves sdnvpn config to env file
87,Pass vlan flag to fdio module when vlan is used for tenant network
88,Default tenant_nic to its physical name
+89,Add enic workaround for UCS with OVS DPDK