You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
494 B
11 lines
494 B
# A Heat environment file which can be used to enable a |
|
# a Cisco N1KV backend, configured via puppet |
|
resource_registry: |
|
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-ml2-cisco-n1kv.yaml |
|
OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-ml2-cisco-n1kv.yaml |
|
|
|
parameter_defaults: |
|
N1000vVSMIP: '192.168.24.50' |
|
N1000vMgmtGatewayIP: '192.168.24.1' |
|
N1000vVSMDomainID: '100' |
|
N1000vVSMHostMgmtIntf: 'br-ex'
|
|
|