scottslowe-learning-tools/vagrant-openstack-multi/instances.yml
Scott Lowe 2f852dabb8 Finalize multi-instance Vagrant and OpenStack environment
Update README.md with final information. Add comments to Vagrantfile
for better understanding and troubleshooting. Sanitize all files.
2015-10-08 09:02:41 -06:00

15 lines
312 B
YAML

---
- name: "test-01"
flavor: "m1.small"
image: "Ubuntu 14.04.3 LTS x64"
ip_pool: "public"
networks: "test"
keypair: "homelab"
ssh_user: "ubuntu"
- name: "test-02"
flavor: "m1.small"
image: "Ubuntu 12.04.5 LTS x64"
ip_pool: "public"
networks: "test"
keypair: "homelab"
ssh_user: "ubuntu"