Update neutron ml2 class
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker / neutron-plugin-ml2.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Neutron ML2 Plugin 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   NeutronMl2Base:
16     type: ../neutron-plugin-ml2.yaml
17
18 outputs:
19   role_data:
20     description: Role data for the Neutron ML2 plugin.
21     value:
22       config_settings:
23         map_merge:
24           - get_attr: [NeutronMl2Base, role_data, config_settings]
25           - neutron::agents::ml2::ovs::enabled: false
26             neutron::agents::ml2::ovs::manage_service: false
27       step_config: |
28         include ::tripleo::profile::pacemaker::neutron::plugins::ml2