diff options
author | Eugene Bagdasaryan <ebagdasa@cisco.com> | 2016-02-18 19:51:11 +0300 |
---|---|---|
committer | Eugene Bagdasaryan <ebagdasa@cisco.com> | 2016-02-24 19:08:07 +0300 |
commit | ec1e81f51ac3d1c41257c4eb84c5611af16a2725 (patch) | |
tree | 0cabcba67606032c825584283bb06716506359a6 | |
parent | f06b99d389ff731e3098a542d6bbbce0914d1c9d (diff) |
Change the default value for NetworkNexusVxlanGlobalConfig
This parameter leads to the nonoperational state
in Nexus Vxlan topology when set to True, when VNIs created
but the nve peers do not get discovered on the Nexus.
It is time consuming process to debug the configuration
and find out that this parameter should be changed
to False. To prevent future problems for the future
deployment we want to default this parameter to False.
Change-Id: I685ad7d212af0d9e568acbf1ccf1607d120c195e
-rw-r--r-- | environments/neutron-ml2-cisco-nexus-ucsm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/neutron-ml2-cisco-nexus-ucsm.yaml b/environments/neutron-ml2-cisco-nexus-ucsm.yaml index 5a1a32a3..ad111757 100644 --- a/environments/neutron-ml2-cisco-nexus-ucsm.yaml +++ b/environments/neutron-ml2-cisco-nexus-ucsm.yaml @@ -19,7 +19,7 @@ parameter_defaults: NetworkNexusSwitchReplayCount: 3 NetworkNexusProviderVlanAutoCreate: 'true' NetworkNexusProviderVlanAutoTrunk: 'true' - NetworkNexusVxlanGlobalConfig: 'true' + NetworkNexusVxlanGlobalConfig: 'false' NetworkNexusHostKeyChecks: 'false' NetworkNexusVxlanVniRanges: '0:0' NetworkNexusVxlanMcastRanges: '0.0.0.0:0.0.0.0' |