Add 'service_name' to composable services
[apex-tripleo-heat-templates.git] / puppet / services / neutron-l3.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Neutron L3 agent 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   Debug:
13     type: string
14     default: ''
15   NeutronExternalNetworkBridge:
16     description: Name of bridge used for external network traffic.
17     type: string
18     default: 'br-ex'
19
20 resources:
21
22   NeutronBase:
23     type: ./neutron-base.yaml
24
25 outputs:
26   role_data:
27     description: Role data for the Neutron L3 agent service.
28     value:
29       service_name: neutron-l3
30       config_settings:
31         map_merge:
32           - get_attr: [NeutronBase, role_data, config_settings]
33           - neutron::agents::l3::external_network_bridge: {get_param: NeutronExternalNetworkBridge}
34       step_config: |
35         include tripleo::profile::base::neutron::l3