aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/pacemaker/neutron-metadata.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-04-08 17:09:30 -0400
committerDan Prince <dprince@redhat.com>2016-05-18 08:26:09 -0400
commit168bc2f6ff7310db6dc4cf957fdbb121419a3fcf (patch)
tree8f5c3e0bbb7f333662159cdb92fea8711c10904a /puppet/services/pacemaker/neutron-metadata.yaml
parent59e2f29fd1a43bee6a6d59d655c6ba579597f67e (diff)
composable neutron metadata service
Adds new puppet and puppet pacemaker specific services for the Neutron Metadata agent. Partially-implements: blueprint composable-services-within-roles Change-Id: I25f026507e78f18594599b3621613a54f246545d
Diffstat (limited to 'puppet/services/pacemaker/neutron-metadata.yaml')
-rw-r--r--puppet/services/pacemaker/neutron-metadata.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/neutron-metadata.yaml b/puppet/services/pacemaker/neutron-metadata.yaml
new file mode 100644
index 00000000..79baf1ea
--- /dev/null
+++ b/puppet/services/pacemaker/neutron-metadata.yaml
@@ -0,0 +1,33 @@
+heat_template_version: 2016-04-08
+
+description: >
+ OpenStack Neutron Metadata service 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
+ MysqlVirtualIPUri:
+ type: string
+ default: ''
+
+resources:
+
+ NeutronMetadataBase:
+ type: ../neutron-metadata.yaml
+ properties:
+ EndpointMap: {get_param: EndpointMap}
+ MysqlVirtualIPUri: {get_param: MysqlVirtualIPUri}
+
+outputs:
+ role_data:
+ description: Role data for the Neutron Metadata role.
+ value:
+ config_settings:
+ map_merge:
+ - get_attr: [NeutronMetadataBase, role_data, config_settings]
+ - tripleo::profile::pacemaker::neutron::enable_metadata: True
+ step_config: |
+ include ::tripleo::profile::pacemaker::neutron::metadata