Merge "Fix description of control plane route parameter"
[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::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}"
14
15 # Changing the default from 512MB. The current templates can not deploy
16 # overclouds with swap. On an idle compute node, we see ~1024MB of RAM
17 # used. 2048 is suggested to account for other possible operations for
18 # example openvswitch.
19 nova::compute::reserved_host_memory: 2048
20
21 ceilometer::agent::auth::auth_tenant_name: 'service'
22 ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
23
24 compute_classes: []