44aac571b716913a9ac0025375d746140659de8e
[apex-tripleo-heat-templates.git] / puppet / services / neutron-compute-plugin-nuage.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Neutron Compute Nuage plugin
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   NovaPassword:
13     description: The password for the nova service account, used by nova-api.
14     type: string
15     hidden: true
16
17 outputs:
18   role_data:
19     description: Role data for the Neutron Compute Nuage plugin
20     value:
21       service_name: neutron_compute_plugin_nuage
22       config_settings:
23         tripleo::profile::base::neutron::agents::nuage::nova_os_tenant_name: 'service'
24         tripleo::profile::base::neutron::agents::nuage::nova_os_password: {get_param: NovaPassword}
25         tripleo::profile::base::neutron::agents::nuage::nova_auth_ip: {get_param: [EndpointMap, KeystoneInternal, host]}
26       step_config: |
27         include ::tripleo::profile::base::neutron::agents::nuage