a425a6f1ff
Update and Remove deprecated variables from Cisco Nexus Config. * Deprecated variables include vlan_name_prefix, svi_round_robin, provider_vlan_name_prefix, persistent_switch_config, never_cache_ssh_connection, ssh_port, switch_replay_count, nexus_driver, and host_key_checks. * Change config replay to on by defaulting switch_heartbeat_time=30. * Replaced method of configurating host_ports_mapping config. Depends-On: Iee2f869c4054f1120d224994aba8c827f981e6c0 Change-Id: Ibda17afdcf7a6748f15390fd8a0a8b70bb6dfc2b Closes-bug: #1793381
24 lines
1.0 KiB
YAML
24 lines
1.0 KiB
YAML
# A Heat environment file which can be used to enable a
|
|
# a Cisco Neutron plugin.
|
|
resource_registry:
|
|
OS::TripleO::AllNodesExtraConfig: ../puppet/extraconfig/all_nodes/neutron-ml2-cisco-nexus-ucsm.yaml
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
NetworkUCSMIp: '127.0.0.1'
|
|
NetworkUCSMUsername: 'admin'
|
|
NetworkUCSMPassword: 'password'
|
|
NetworkUCSMHostList: '12:34:56:78:9a:bc:profile1, 12:34:56:78:9a:de:profile2'
|
|
NetworkUCSMSupportedPciDevs: ''
|
|
NetworkUCSMHttpsVerify: 'true'
|
|
NetworkUCSMSpTemplateList: 'SP_Template1_path:SP_Template1:Host1,Host2 SP_Template2_path:SP_Template2:Host3,Host4'
|
|
NetworkUCSMVnicTemplateList: 'physnet1:vnic_template_path1:vt11 physnet2:vnic_template_path2:vt21'
|
|
NetworkNexusConfig: {}
|
|
NetworkNexusManagedPhysicalNetwork: ''
|
|
NetworkNexusSwitchHeartbeatTime: 30
|
|
NetworkNexusProviderVlanAutoCreate: 'true'
|
|
NetworkNexusProviderVlanAutoTrunk: 'true'
|
|
NetworkNexusVxlanGlobalConfig: 'false'
|
|
NetworkNexusVxlanVniRanges: '0:0'
|
|
NetworkNexusVxlanMcastRanges: '0.0.0.0:0.0.0.0'
|