Merge "Fix endpoint names"
[apex-tripleo-heat-templates.git] / puppet / hieradata / common.yaml
1 # Common Hiera data gets applied to all nodes
2 ssh::server::storeconfigs_enabled: false
3
4 # ceilometer settings used by compute and controller ceilo auth settings
5 ceilometer::agent::auth::auth_region: 'regionOne'
6 # FIXME: Might be better to use 'service' tenant here but this requires
7 # changes in the tripleo-incubator keystone role setup
8 ceilometer::agent::auth::auth_tenant_name: 'admin'
9
10 nova::api::admin_tenant_name: 'service'
11 nova::network::neutron::neutron_admin_tenant_name: 'service'
12 nova::network::neutron::neutron_admin_username: 'neutron'
13 nova::network::neutron::dhcp_domain: ''
14
15 neutron::allow_overlapping_ips: true
16
17 sysctl_settings:
18   net.ipv4.tcp_keepalive_intvl:
19     value: 1
20   net.ipv4.tcp_keepalive_probes:
21     value: 5
22   net.ipv4.tcp_keepalive_time:
23     value: 5
24
25 nova::rabbit_heartbeat_timeout_threshold: 60
26 neutron::rabbit_heartbeat_timeout_threshold: 60
27 cinder::rabbit_heartbeat_timeout_threshold: 60
28 ceilometer::rabbit_heartbeat_timeout_threshold: 60
29 heat::rabbit_heartbeat_timeout_threshold: 60
30 keystone::rabbit_heartbeat_timeout_threshold: 60
31
32 nova::cinder_catalog_info: 'volumev2:cinderv2:internalURL'