Merge "switch to vxlan by default"
[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 nova::config::nova_config:
19   cinder/catalog_info:
20     value: 'volumev2:cinderv2:internalURL'
21   DEFAULT/default_floating_pool:
22     value: 'public'
23
24 ceilometer::agent::auth::auth_tenant_name: 'service'
25
26 compute_classes: []