From fd922970e86d62d3da7ea5bbde37418fdbcb248e Mon Sep 17 00:00:00 2001 From: Nicolas Hicher Date: Thu, 21 Jan 2016 16:21:23 +0100 Subject: OpenContrail heat templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I699a7c4ea09d024fe4d70c6a507c524f0a7aafd5 --- puppet/compute.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/compute.yaml') diff --git a/puppet/compute.yaml b/puppet/compute.yaml index a0af2316..5b18dc8b 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -437,6 +437,7 @@ resources: - cisco_n1kv_data # Optionally provided by ComputeExtraConfigPre - nova_nuage_data # Optionally provided by ComputeExtraConfigPre - midonet_data # Optionally provided by AllNodesExtraConfig + - neutron_opencontrail_data # Optionally provided by ComputeExtraConfigPre datafiles: compute_extraconfig: mapped_data: {get_param: NovaComputeExtraConfig} -- cgit 1.2.3-korg