Merge "Allow setting Neutron tunnel type in no mergepy"
[apex-tripleo-heat-templates.git] / puppet / hieradata / compute.yaml
1 # Hiera data here applies to all compute nodes
2
3 nova::notify_on_state_change: 'vm_and_task_state'
4
5 nova::compute::enabled: true
6 nova::compute::instance_usage_audit: true
7 nova::compute::instance_usage_audit_period: 'hour'
8 nova::compute::vnc_enabled: true
9
10 nova::compute::libvirt::vncserver_listen: '0.0.0.0'
11 nova::compute::libvirt::migration_support: true
12
13 nova::network::neutron::neutron_admin_tenant_name: 'service'
14 nova::network::neutron::neutron_admin_username: 'neutron'
15 nova::network::neutron::vif_plugging_is_fatal: false
16 nova::network::neutron::vif_plugging_timeout: 30
17
18 neutron::plugins::ml2::tunnel_id_ranges: ['1:1000']
19
20 ceilometer::agent::auth::auth_tenant_name: 'service'