X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fhieradata%2Fcommon.yaml;h=272a6688aa992bbda834094e5fd697d39c7f0927;hb=3fe8be130bea172cdeab5d20115bfa550de92f24;hp=884be6afb31867c91d17d4cef4acea8de44de797;hpb=17e5760f8499c3d4851f308ae66b0b995629e192;p=apex-tripleo-heat-templates.git diff --git a/puppet/hieradata/common.yaml b/puppet/hieradata/common.yaml index 884be6af..272a6688 100644 --- a/puppet/hieradata/common.yaml +++ b/puppet/hieradata/common.yaml @@ -1 +1,29 @@ # Common Hiera data gets applied to all nodes +ssh::server::storeconfigs_enabled: false + +# ceilometer settings used by compute and controller ceilo auth settings +ceilometer::agent::auth::auth_region: 'regionOne' +# FIXME: Might be better to use 'service' tenant here but this requires +# changes in the tripleo-incubator keystone role setup +ceilometer::agent::auth::auth_tenant_name: 'admin' + +nova::network::neutron::neutron_admin_tenant_name: 'service' +nova::network::neutron::neutron_admin_username: 'neutron' +nova::network::neutron::vif_plugging_is_fatal: false +nova::network::neutron::vif_plugging_timeout: 30 +nova::network::neutron::dhcp_domain: '' + +neutron::allow_overlapping_ips: true +neutron::plugins::ml2::type_drivers: + - flat + - gre + - vxlan + - vlan + +sysctl_settings: + net.ipv4.tcp_keepalive_intvl: + value: 1 + net.ipv4.tcp_keepalive_probes: + value: 5 + net.ipv4.tcp_keepalive_time: + value: 5