Add $hostname.localdomain alias to /etc/hosts
[apex-tripleo-heat-templates.git] / puppet / hieradata / common.yaml
index a75bbe3..40c44ae 100644 (file)
@@ -6,3 +6,27 @@ 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::plugins::ml2::tunnel_id_ranges:
+  - '1:1000'
+neutron::plugins::ml2::vni_ranges:
+  - '1:1000'
+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
\ No newline at end of file