Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / puppet / services / neutron-plugin-ml2-odl.yaml
1 heat_template_version: pike
2
3 description: >
4   OpenStack Neutron ML2/OpenDaylight plugin configured with Puppet
5
6 parameters:
7   ServiceData:
8     default: {}
9     description: Dictionary packing service data
10     type: json
11   ServiceNetMap:
12     default: {}
13     description: Mapping of service_name -> network name. Typically set
14                  via parameter_defaults in the resource registry.  This
15                  mapping overrides those in ServiceNetMapDefaults.
16     type: json
17   DefaultPasswords:
18     default: {}
19     type: json
20   RoleName:
21     default: ''
22     description: Role name on which the service is applied
23     type: string
24   RoleParameters:
25     default: {}
26     description: Parameters specific to the role
27     type: json
28   EndpointMap:
29     default: {}
30     description: Mapping of service endpoint -> protocol. Typically set
31                  via parameter_defaults in the resource registry.
32     type: json
33   OpenDaylightPortBindingController:
34     description: OpenDaylight port binding controller
35     type: string
36     default: 'pseudo-agentdb-binding'
37
38 resources:
39
40   NeutronMl2Base:
41     type: ./neutron-plugin-ml2.yaml
42     properties:
43       ServiceData: {get_param: ServiceData}
44       ServiceNetMap: {get_param: ServiceNetMap}
45       DefaultPasswords: {get_param: DefaultPasswords}
46       EndpointMap: {get_param: EndpointMap}
47       RoleName: {get_param: RoleName}
48       RoleParameters: {get_param: RoleParameters}
49
50 outputs:
51   role_data:
52     description: Role data for the Neutron ML2/ODL plugin.
53     value:
54       service_name: neutron_plugin_ml2_odl
55       config_settings:
56         map_merge:
57           - get_attr: [NeutronMl2Base, role_data, config_settings]
58           - neutron::plugins::ml2::opendaylight::port_binding_controller: {get_param: OpenDaylightPortBindingController}
59       step_config: |
60         include ::tripleo::profile::base::neutron::plugins::ml2