In a multiserver environment can you run an instance on an specific compute node

Asked by arturo lorenzo

I have three boxes. One is the CC and two are compute nodes. Can I send instances to either compute node? What is the scheduling algorithm?
Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
arturo lorenzo
Solved:
Last query:
Last reply:
Revision history for this message
Sandy Walsh (sandy-walsh) said :
#1

There is a Scheduler Service that has Scheduler plug-in's (drivers) to decide where to route.

Currently the default is the ChangeScheduler which randomly picks a Compute node.

The Zone work going on in https://blueprints.launchpad.net/nova/+spec/multi-cluster-in-a-region will expand this do Server-Best-Match based on Compute load.

Hope it helps!

Revision history for this message
arturo lorenzo (arturo-lorenzo) said :
#2

Thanks Sandy, that really helps.