aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/pacemaker/neutron-plugin-nuage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-21 08:57:50 +0000
committerGerrit Code Review <review@openstack.org>2016-06-21 08:57:50 +0000
commit2059931c70b8968eccf2a58de48623503b22095b (patch)
treec64b02b33e7d6e7b0e6e054d58d5958912d97264 /puppet/services/pacemaker/neutron-plugin-nuage.yaml
parent9c16693ef8c47981a209f5b37b88d95a3e72cbab (diff)
parent9e502fc07d4520c873cde64dfd01a901cd271274 (diff)
Merge "Composable neutron nuage plugin"
Diffstat (limited to 'puppet/services/pacemaker/neutron-plugin-nuage.yaml')
-rw-r--r--puppet/services/pacemaker/neutron-plugin-nuage.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/neutron-plugin-nuage.yaml b/puppet/services/pacemaker/neutron-plugin-nuage.yaml
new file mode 100644
index 00000000..704d922a
--- /dev/null
+++ b/puppet/services/pacemaker/neutron-plugin-nuage.yaml
@@ -0,0 +1,28 @@
+heat_template_version: 2016-04-08
+
+description: >
+ OpenStack Neutron Nuage Plugin with Pacemaker configured with Puppet
+
+parameters:
+ EndpointMap:
+ default: {}
+ description: Mapping of service endpoint -> protocol. Typically set
+ via parameter_defaults in the resource registry.
+ type: json
+
+resources:
+
+ NeutronPluginNuageBase:
+ type: ../neutron-plugin-nuage.yaml
+ properties:
+ EndpointMap: {get_param: EndpointMap}
+
+outputs:
+ role_data:
+ description: Role data for the Neutron Nuage plugin.
+ value:
+ config_settings:
+ map_merge:
+ - get_attr: [NeutronPluginNuageBase, role_data, config_settings]
+ step_config: |
+ include ::tripleo::profile::pacemaker::neutron::plugins::nuage