20c82dc1c44adb4d7eb3001cd71492c955394085
[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       config_settings:
30         map_merge:
31           - get_attr: [NeutronBase, role_data, config_settings]
32           - neutron::agents::l3::external_network_bridge: {get_param: NeutronExternalNetworkBridge}
33       step_config: |
34         include tripleo::profile::base::neutron::l3