One bigger Virtual Machine in Cloud
- by flyer
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.