Passing stack ID from heat to nova-scheduler.
Nova-scheduler should be aware of stack which is taking a create action on the VM. Stack ID generated by heat could be passed as a scheduler hint to nova-scheduler.
filter_properties:{
}
}
More about Filter Scheduler hints:
http://
Example of use:
http://
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Obsolete
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
- Steve Baker
Whiteboard
Just a comment:
we do support nova hints now, see:
https:/
So you could achieve what you are after with:
"NovaSchedulerH
shardy: I think what is actually desired here is to pass the *instance* ID to nova via NovaSchedulerHints - we support this for individual instance resources via Ref, but not for InstanceGroups or AutoScalingGroups (which based on the differenthostfilter example above is likely to be what the reporter wants?)
(stevebaker) OS::Nova::Server already has a scheduler_hints property