mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
f06de99342
commit
355f711b40
2 changed files with 16 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue