summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-10-05 19:49:51 -0400
committerFeng Pan <fpan@redhat.com>2016-10-07 19:05:12 -0400
commit93d7a9d05cbd35f60dd59ba0f67b0f672b3b1bfa (patch)
tree74e97919bcb0e6a6b4fad24dbb1394b14fe0a70b /ci
parentdfe970932417a0a6ceca1b84d16aa51ba30e07f3 (diff)
Apply vlan_strip_offload config only when using vlan for fdio
We currently apply vlan_strip_offload cnofig to VPP interface for all enic interfaces, however, this is really only needed when vlan tagged traffic is being passed on the interface. This patch adds a vlan config option to puppet-fdio and opnfv-tht so that we only enable it when needed. Right now the only scenario this is needed is nosdn-fdio, since the only supported mode for tenant networking is VLAN. Dependent on https://github.com/radez/puppet-fdio/pull/11 JIRA: APEX-285 opnfv-tht-pr: 87 Change-Id: I40c444896e036eaa87506cf372bedd4b8a621d00 Signed-off-by: Feng Pan <fpan@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 e6932dd8..03d6ed11 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -43,3 +43,4 @@
81,Fix duplicate NeutronServicePlugins
82,Fixes neutron sdnvpn config resource
86,Moves sdnvpn config to env file
+87,Pass vlan flag to fdio module when vlan is used for tenant network