Allow customization of Ceph client user
[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 ceilometer::agent::auth::auth_tenant_name: 'service'
16 ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
17
18 compute_classes: []