Remove default_floating_pool in compute.yaml
[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::network::neutron::neutron_admin_tenant_name: 'service'
11 nova::network::neutron::neutron_admin_username: 'neutron'
12 nova::network::neutron::vif_plugging_is_fatal: false
13 nova::network::neutron::vif_plugging_timeout: 30
14 nova::network::neutron::dhcp_domain: ''
15
16 neutron::allow_overlapping_ips: true
17 neutron::plugins::ml2::type_drivers:
18   - flat
19   - gre
20   - vxlan
21   - vlan
22
23 sysctl_settings:
24   net.ipv4.tcp_keepalive_intvl:
25     value: 1
26   net.ipv4.tcp_keepalive_probes:
27     value: 5
28   net.ipv4.tcp_keepalive_time:
29     value: 5
30
31 nova::rabbit_heartbeat_timeout_threshold: 60
32 neutron::rabbit_heartbeat_timeout_threshold: 60
33 cinder::rabbit_heartbeat_timeout_threshold: 60
34 ceilometer::rabbit_heartbeat_timeout_threshold: 60
35 heat::rabbit_heartbeat_timeout_threshold: 60
36 keystone::rabbit_heartbeat_timeout_threshold: 60