Convert service_name to underscore syntax
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker / neutron-ovs-agent.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Neutron OVS agent with Pacemaker configured with Puppet
5
6 parameters:
7   EndpointMap:
8     default: {}
9     description: Mapping of service endpoint -> protocol. Typically set
10                  via parameter_defaults in the resource registry.
11     type: json
12
13 resources:
14
15   NeutronOvsBase:
16     type: ../neutron-ovs-agent.yaml
17
18 outputs:
19   role_data:
20     description: Role data for the Neutron OVS agent service.
21     value:
22       service_name: neutron_ovs_agent
23       config_settings:
24         get_attr: [NeutronOvsBase, role_data, config_settings]
25       step_config: |
26         include ::tripleo::profile::pacemaker::neutron::ovs