Merge "Fix redis coordination url"
[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_project_name: 'service'
10 nova::network::neutron::neutron_username: 'neutron'
11 nova::network::neutron::dhcp_domain: ''
12
13 neutron::allow_overlapping_ips: true
14
15 kernel_modules:
16   nf_conntrack: {}
17
18 sysctl_settings:
19   net.ipv4.tcp_keepalive_intvl:
20     value: 1
21   net.ipv4.tcp_keepalive_probes:
22     value: 5
23   net.ipv4.tcp_keepalive_time:
24     value: 5
25   net.nf_conntrack_max:
26     value: 500000
27   net.netfilter.nf_conntrack_max:
28     value: 500000
29   # prevent neutron bridges from autoconfiguring ipv6 addresses
30   net.ipv6.conf.default.accept_ra:
31     value: 0
32   net.ipv6.conf.default.autoconf:
33     value: 0
34   net.core.netdev_max_backlog:
35     value: 10000
36
37 nova::rabbit_heartbeat_timeout_threshold: 60
38 neutron::rabbit_heartbeat_timeout_threshold: 60
39 cinder::rabbit_heartbeat_timeout_threshold: 60
40 ceilometer::rabbit_heartbeat_timeout_threshold: 60
41 heat::rabbit_heartbeat_timeout_threshold: 60
42 keystone::rabbit_heartbeat_timeout_threshold: 60
43
44 nova::cinder_catalog_info: 'volumev2:cinderv2:internalURL'