diff options
author | Feng Pan <fpan@redhat.com> | 2018-06-28 23:48:05 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2018-07-18 19:57:46 +0000 |
commit | 8bc7bd15dcb170f3c37dfe0358dcdf7f9189b2ba (patch) | |
tree | 6f222c0c0e433ea6ed9b436ff348d08d84426f76 /build/upstream-environment.yaml | |
parent | a473a19aca3837eeb77adc41523bb1db95b5f47d (diff) |
Add tenant vlan support
Introduces tenant vlan support through configuration of network settings file.
JIRA: APEX-272
Change-Id: Ie8e20a92ca4ebb9e0de4c53b5e03856d19ff660c
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/upstream-environment.yaml')
-rw-r--r-- | build/upstream-environment.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/upstream-environment.yaml b/build/upstream-environment.yaml index debe6f3a..2d037c38 100644 --- a/build/upstream-environment.yaml +++ b/build/upstream-environment.yaml @@ -7,7 +7,10 @@ parameters: parameter_defaults: DockerPuppetProcessCount: 10 - NeutronNetworkVLANRanges: 'datacentre:500:525' + #NeutronNetworkVLANRanges: 'datacentre:500:525' + #NeutronBridgeMappings: "datacentre:br-ex" + #OpenDaylightProviderMappings: "datacentre:br-ex" + NeutronNetworkType: vxlan SshServerOptions: HostKey: - '/etc/ssh/ssh_host_rsa_key' |