fd922970e8
Deploy a TripleO overcloud with OpenContrail Vrouter plugin configured to interact with an existing OpenContrail Server Manager. OpenContrail is an Apache 2.0-licensed project that is built using standards-based protocols and provides all the necessary components for network virtualization–SDN controller, virtual router, analytics engine, and published northbound APIs. It has an extensive REST API to configure and gather operational and analytics data from the system. Co-Authored-By: Jiri Stransky <jistr@redhat.com> Change-Id: I699a7c4ea09d024fe4d70c6a507c524f0a7aafd5
23 lines
897 B
YAML
23 lines
897 B
YAML
# A Heat environment file which can be used to enable OpenContrail
|
|
# extensions, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-opencontrail.yaml
|
|
OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/neutron-opencontrail.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronCorePlugin: neutron_plugin_contrail.plugins.opencontrail.contrail_plugin.NeutronPluginContrailCoreV2
|
|
NeutronServicePlugins: neutron_plugin_contrail.plugins.opencontrail.loadbalancer.plugin.LoadBalancerPlugin
|
|
NeutronEnableDHCPAgent: false
|
|
NeutronEnableL3Agent: false
|
|
NeutronEnableMetadataAgent: false
|
|
NeutronEnableOVSAgent: false
|
|
NeutronEnableTunnelling: false
|
|
|
|
# required params:
|
|
#ContrailApiServerIp:
|
|
#ContrailExtensions: ''
|
|
|
|
# optional params
|
|
# ContrailApiServerPort: 8082
|
|
# ContrailMultiTenancy: false
|