cc20dae095e53ac2e5577fdcf655971b25712d0b
[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 ceilometer::agent::auth::auth_tenant_name: 'service'
7
8 nova::api::admin_tenant_name: 'service'
9 nova::network::neutron::neutron_admin_tenant_name: 'service'
10 nova::network::neutron::neutron_admin_username: 'neutron'
11 nova::network::neutron::dhcp_domain: ''
12
13 neutron::allow_overlapping_ips: true
14
15 sysctl_settings:
16   net.ipv4.tcp_keepalive_intvl:
17     value: 1
18   net.ipv4.tcp_keepalive_probes:
19     value: 5
20   net.ipv4.tcp_keepalive_time:
21     value: 5
22
23 nova::rabbit_heartbeat_timeout_threshold: 60
24 neutron::rabbit_heartbeat_timeout_threshold: 60
25 cinder::rabbit_heartbeat_timeout_threshold: 60
26 ceilometer::rabbit_heartbeat_timeout_threshold: 60
27 heat::rabbit_heartbeat_timeout_threshold: 60
28 keystone::rabbit_heartbeat_timeout_threshold: 60
29
30 nova::cinder_catalog_info: 'volumev2:cinderv2:internalURL'