diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-12-14 15:20:41 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-12-14 15:20:41 +0000 |
commit | 64c2ca04a14ef8e31a861fa394422731d9ca897f (patch) | |
tree | a05e9c34b2898489bde5bb5fd3d50d2f5599bd04 /puppet/compute.yaml | |
parent | 7f8bbdd020bfc7eb3fdf87228dcde8dcf836faf7 (diff) | |
parent | 5d61012f86a2e036908a2f7441672e43cbd34790 (diff) |
Merge "Enable per-role SchedulerHints"
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r-- | puppet/compute.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml index 42c6e276..5e38d1c1 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -296,13 +296,16 @@ parameters: description: > The DNS domain used for the hosts. This should match the dhcp_domain configured in the Undercloud neutron. Defaults to localdomain. - ServerMetadata: default: {} description: > Extra properties or metadata passed to Nova for the created nodes in the overcloud. It's accessible via the Nova metadata API. type: json + SchedulerHints: + type: json + description: Optional scheduler hints to pass to nova + default: {} resources: @@ -321,6 +324,7 @@ resources: user_data: {get_resource: UserData} name: {get_param: Hostname} metadata: {get_param: ServerMetadata} + scheduler_hints: {get_param: SchedulerHints} # Combine the NodeAdminUserData and NodeUserData mime archives UserData: |