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