0aa59ce9ab
In the VMware tests, we call the datastores `ds1` and `ds2`. The first one is read-only, the second is read-write and can be used to deploy VMs. The naming convention was not clear enough and source of a lot confusion and mistake. We now have two better names: - ro_datastore, which is ... read-only - rw_datastore, the one that we can use to deploy new VM.
14 lines
No EOL
257 B
YAML
14 lines
No EOL
257 B
YAML
---
|
|
dc1: DC0
|
|
ccr1: DC0_C0
|
|
rw_datastore: LocalDS_0
|
|
ro_datastore: LocalDS_1
|
|
f0: F0
|
|
switch1: switch1
|
|
esxi1: '{{ esxi_hosts[0] }}'
|
|
esxi2: '{{ esxi_hosts[1] }}'
|
|
esxi3: '{{ esxi_hosts[2] }}'
|
|
dvswitch1: DVS0
|
|
esxi_user: root
|
|
dvpg1: DC0_DVPG0
|
|
dvpg_with_slash: DVPG/1 |