Add support for DeployArtifactURLs
[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_project_name: 'service'
12 nova::network::neutron::neutron_username: 'neutron'
13 nova::network::neutron::dhcp_domain: ''
14
15 neutron::allow_overlapping_ips: true
16
17 kernel_modules:
18   nf_conntrack: {}
19
20 sysctl_settings:
21   net.ipv4.tcp_keepalive_intvl:
22     value: 1
23   net.ipv4.tcp_keepalive_probes:
24     value: 5
25   net.ipv4.tcp_keepalive_time:
26     value: 5
27   net.nf_conntrack_max:
28     value: 500000
29   net.netfilter.nf_conntrack_max:
30     value: 500000
31   # prevent neutron bridges from autoconfiguring ipv6 addresses
32   net.ipv6.conf.default.accept_ra:
33     value: 0
34   net.ipv6.conf.default.autoconf:
35     value: 0
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'