scottslowe-learning-tools/centos-atomic/docker-tcp/machines.yml
Scott Lowe 610bdc8588
Add Libvirt support
Update machines.yml to include a Libvirt-formatted box

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2018-01-23 11:07:23 -07:00

13 lines
240 B
YAML

---
- box:
vmw: "bento/centos-7.1"
vb: "centos/atomic-host"
lv: "centos/atomic-host"
name: "atomic-01"
nested: false
nics:
- type: "private_network"
ip_addr: "dhcp"
ram: "512"
sync_disabled: true
vcpu: "1"