Merge "TLS everywhere: configure mongodb's TLS settings"
[apex-tripleo-heat-templates.git] / puppet / services / neutron-compute-plugin-nuage.yaml
1 heat_template_version: pike
2
3 description: >
4   OpenStack Neutron Compute Nuage plugin
5
6 parameters:
7   ServiceNetMap:
8     default: {}
9     description: Mapping of service_name -> network name. Typically set
10                  via parameter_defaults in the resource registry.  This
11                  mapping overrides those in ServiceNetMapDefaults.
12     type: json
13   DefaultPasswords:
14     default: {}
15     type: json
16   RoleName:
17     default: ''
18     description: Role name on which the service is applied
19     type: string
20   RoleParameters:
21     default: {}
22     description: Parameters specific to the role
23     type: json
24   EndpointMap:
25     default: {}
26     description: Mapping of service endpoint -> protocol. Typically set
27                  via parameter_defaults in the resource registry.
28     type: json
29   NovaPassword:
30     description: The password for the nova service account, used by nova-api.
31     type: string
32     hidden: true
33   NuageMetadataPort:
34     description: TCP Port to listen for metadata server requests
35     type: string
36     default: '9697'
37
38 outputs:
39   role_data:
40     description: Role data for the Neutron Compute Nuage plugin
41     value:
42       service_name: neutron_compute_plugin_nuage
43       config_settings:
44         tripleo::profile::base::neutron::agents::nuage::nova_os_tenant_name: 'service'
45         tripleo::profile::base::neutron::agents::nuage::nova_os_password: {get_param: NovaPassword}
46         tripleo::profile::base::neutron::agents::nuage::nova_auth_ip: {get_param: [EndpointMap, KeystoneInternal, host]}
47         tripleo.neutron_compute_plugin_nuage.firewall_rules:
48           '118 neutron vxlan networks':
49             proto: 'udp'
50             dport: 4789
51           '100 metadata agent':
52             dport: {get_param: NuageMetadataPort}
53       step_config: |
54         include ::tripleo::profile::base::neutron::agents::nuage