Telemetry specific config for scenario001
[apex-tripleo-heat-templates.git] / ci / environments / multinode-core.yaml
1 heat_template_version: pike
2
3 description: >
4   OpenStack Core Service
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   EndpointMap:
17     default: {}
18     description: Mapping of service endpoint -> protocol. Typically set
19                  via parameter_defaults in the resource registry.
20     type: json
21   Debug:
22     type: string
23     default: ''
24     description: Set to True to enable debugging on all services.
25
26 resources:
27
28 outputs:
29   role_data:
30     description: Role data for the multinode firewall configuration
31     value:
32       service_name: multinode_core
33       config_settings:
34           tripleo.core.firewall_rules:
35             '999 core':
36               proto: 'udp'
37               dport:
38                 - 4789