Merge "Composable Sahara services"
[apex-tripleo-heat-templates.git] / puppet / hieradata / compute.yaml
1 # Hiera data here applies to all compute nodes
2
3 nova::host: "%{::fqdn}"
4 nova::notify_on_state_change: 'vm_and_task_state'
5 nova::notification_driver: messagingv2
6 nova::compute::enabled: true
7 nova::compute::instance_usage_audit: true
8 nova::compute::instance_usage_audit_period: 'hour'
9 nova::compute::vnc_enabled: true
10
11 nova::compute::libvirt::migration_support: true
12
13 nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}"
14
15 nova::network::neutron::neutron_auth_type: 'v3password'
16
17 # Changing the default from 512MB. The current templates can not deploy
18 # overclouds with swap. On an idle compute node, we see ~1024MB of RAM
19 # used. 2048 is suggested to account for other possible operations for
20 # example openvswitch.
21 nova::compute::reserved_host_memory: 2048
22
23 ceilometer::agent::auth::auth_tenant_name: 'service'
24 ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
25
26 neutron::host: "%{::fqdn}"
27
28 compute_classes: []