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