scottslowe-learning-tools/vagrant/openstack-multi/instances.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07: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"