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