diff options
author | Feng Pan <fpan@redhat.com> | 2017-08-10 14:27:44 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-08-10 14:27:44 -0400 |
commit | affa1d140da054d2ef6d4f15da4fd8d6ee37a332 (patch) | |
tree | b47e014982050823391d4969ad80fb7d08554170 /build | |
parent | bc3314efcddd275596424afad1d71309c0bbc060 (diff) |
Remove extra VPP interface from fdio-nosdn scenarios
Also set NeutronNetworkVLANRanges for daily environment.
JIRA: APEX-502
Change-Id: I0a53ad8b0bce7a721104b84a2aa7ea38c510a7e7
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/opnfv-environment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 8140d0d7..8bd1c10b 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -12,6 +12,8 @@ parameter_defaults: NeutronEnableDHCPMetadata: true NeutronEnableIsolatedMetadata: true NeutronPluginExtensions: 'qos,port_security,data_plane_status' + # TODO: VLAN Ranges should be configurable from network settings + NeutronNetworkVLANRanges: 'datacentre:500:525' # NeutronVPPAgentPhysnets: # NovaSchedulerDefaultFilters: # # Kernel arguments, this value will be set to kernel arguments specified |