diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-29 15:31:51 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-29 15:31:51 +0000 |
commit | 6677663e1141c1baabb0769191a7f951abe0c66d (patch) | |
tree | 3f51ee76c267a45e80da32328c8e70c3a92ba959 /environments | |
parent | 1e5e9b172c02bbaa49d3176cfecbe40cccad74f2 (diff) | |
parent | fd922970e86d62d3da7ea5bbde37418fdbcb248e (diff) |
Merge "OpenContrail heat templates"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-opencontrail.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/environments/neutron-opencontrail.yaml b/environments/neutron-opencontrail.yaml new file mode 100644 index 00000000..4704dbc8 --- /dev/null +++ b/environments/neutron-opencontrail.yaml @@ -0,0 +1,22 @@ +# 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 |