One bigger Virtual Machine in Cloud
Posted
by
flyer
on Server Fault
See other posts from Server Fault
or by flyer
Published on 2013-10-22T12:13:01Z
Indexed on
2013/11/04
3:57 UTC
Read the original article
Hit count: 440
I just setup virtual machines on one hardware with Vagrant (this is just a test environment, not production!). 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 e.g. 12 cores?
-------------------------------
| VM (12c) |
-------------------------------
| NOVA | NOVA | NOVA |
-------------------------------
| OpenStack |
-------------------------------
| VM (4c) | VM (4c) | VM (4c) |
-------------------------------
| Bare Metal (8c) |
-------------------------------
I need this information to have a bigger picture to continue.
© Server Fault or respective owner