One bigger Virtual Machine distributed across many OpenStack nodes [duplicate]
- by flyer
This question already has an answer here:
Can a virtualized machine have the CPU and RAM resources of multiple underlying physical machines?
2 answers
I just setup virtual machines on one hardware with Vagrant. I want to use a
Puppet to configure them and next try to setup OpenStack. I am not sure
If I am understanding how this should look at the end.
Is it possible to have below architecture with OpenStack after
all where I will run one Virtual Machine with Linux?
-------------------------------
| VM with OS |
-------------------------------
| NOVA | NOVA | NOVA |
-------------------------------
| OpenStack |
-------------------------------
| Node | Node | Node |
-------------------------------
More details:
In my environment Nodes are just virtual machines, but my question concerns separate Hardware nodes. If we imagine this Nodes(Novas) are placed on a separate machines (e.g. every has 4 cores) can I run one Virtual Machine across many OpenStack Nodes? Is it possible to aggregate the computation power of OpenStack in one virtual distributed operating system?