Update YAML configuration files for KVM-based environments

Update the YAML configuration files for KVM-based environments to use the "vmw_box" notation for VMware-formatted boxes, even though VirtualBox is not supported for these environments.
This commit is contained in:
Scott S. Lowe 2016-10-03 19:36:44 -06:00
parent f06de99342
commit 355f711b40
2 changed files with 16 additions and 16 deletions

View file

@ -1,13 +1,13 @@
---
- name: kvm-01
box: slowe/ubuntu-trusty-x64
ram: 1024
vcpu: 1
ip_addr: 192.168.100.100
- name: "kvm-01"
vmw_box: "slowe/ubuntu-trusty-x64"
ram: "1024"
vcpu: "1"
ip_addr: "192.168.100.100"
nested: true
provision: provision.yml
- name: remote-01
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1
ip_addr: 192.168.100.110
provision: "provision.yml"
- name: "remote-01"
vmw_box: "slowe/ubuntu-trusty-x64"
ram: "512"
vcpu: "1"
ip_addr: "192.168.100.110"

View file

@ -1,7 +1,7 @@
---
- name: kvm-01
box: slowe/ubuntu-trusty-x64
ram: 1024
vcpu: 1
ip_addr: 192.168.100.100
- name: "kvm-01"
vmw_box: "slowe/ubuntu-trusty-x64"
ram: "1024"
vcpu: "1"
ip_addr: "192.168.100.100"
nested: true