UKCloud / maloja

A Python toolkit for use with your VMware cloud. You can survey existing infrastructure and automate the task of building VApps.
Apache License 2.0
2 stars 0 forks source link

Evolve build module #26

Open tundish opened 8 years ago

tundish commented 8 years ago

Evolve the build module so that it handles the following scenario:

tundish commented 8 years ago

Extensions to the basic scenario:

  1. Add an extra APP server (same spec) to the VAPP with an IP address of 192.168.0.8
  2. Add an extra NAT and FW rule allowing ports 443 to the same IP addresses
  3. Create a new Org VDC network called private which is isolated and then add an additional NIC to APP and DB and connect it to the new ISOLATED network.
  4. Add an extra HDD to WEB that is 100GB in size and in a different storage profile to the first 1
  5. Change the spec of DB from 1 CPU and 2GB RAM to 4 CPU and 8 GB RAM.