Move ironic::db data within service template
[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::instance_usage_audit: true
7 nova::compute::instance_usage_audit_period: 'hour'
8
9 nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}"
10
11 nova::network::neutron::neutron_auth_type: 'v3password'
12
13 # Changing the default from 512MB. The current templates can not deploy
14 # overclouds with swap. On an idle compute node, we see ~1024MB of RAM
15 # used. 2048 is suggested to account for other possible operations for
16 # example openvswitch.
17 nova::compute::reserved_host_memory: 2048
18
19 ceilometer::agent::auth::auth_tenant_name: 'service'
20 ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
21
22 neutron::host: "%{::fqdn}"
23
24 compute_classes: []