ansible/test/integration/targets/prepare_vmware_tests/vars/real_lab.yml
Gonéri Le Bouder db81b1d0f5 prepapre_vmware_tests: add a common vars file
Add a new file to record the variables that are shared with the two
scenarios (real_lab and vcsim).

The goal is to reduce the the amount of boilerplate configuration from
a user perspective.
2019-06-21 14:35:44 -04:00

29 lines
590 B
YAML

---
esxi_hosts:
- esxi1.test
- esxi2.test
esxi_password: '{{ esxi1_password }}'
infra:
datastores:
LocalDS_0:
type: nfs
server: gateway.test
path: /srv/share/isos
ro: true
LocalDS_1:
type: nfs
server: gateway.test
path: /srv/share/vms
ro: false
virtual_machines:
- name: DC0_H0_VM0
folder: '{{ f0 }}'
- name: DC0_H0_VM1
folder: '{{ f0 }}'
virtual_machines_in_cluster:
- name: DC0_C0_RP0_VM0
folder: '{{ f0 }}'
cluster: '{{ ccr1 }}'
- name: DC0_C0_RP0_VM1
folder: '{{ f0 }}'
cluster: '{{ ccr1 }}'