summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_vmware_tests/vars
diff options
context:
space:
mode:
authorAnsible Core Team <info@ansible.com>2020-03-09 09:40:43 +0000
committerAnsible Core Team <info@ansible.com>2020-03-09 09:40:43 +0000
commit96125d46a395af50197839602febf451960ae824 (patch)
tree45bf37708a3857108f7003e274c8ca5b5df2b94f /test/integration/targets/prepare_vmware_tests/vars
parent4068eb7a4bc444ec6234e33e97569914125859be (diff)
downloadansible-96125d46a395af50197839602febf451960ae824.tar.gz
migration final cleanup
Diffstat (limited to 'test/integration/targets/prepare_vmware_tests/vars')
-rw-r--r--test/integration/targets/prepare_vmware_tests/vars/common.yml12
-rw-r--r--test/integration/targets/prepare_vmware_tests/vars/vcenter_1esxi.yml33
-rw-r--r--test/integration/targets/prepare_vmware_tests/vars/vcenter_2esxi.yml34
-rw-r--r--test/integration/targets/prepare_vmware_tests/vars/vcenter_only.yml6
-rw-r--r--test/integration/targets/prepare_vmware_tests/vars/vcsim.yml19
5 files changed, 0 insertions, 104 deletions
diff --git a/test/integration/targets/prepare_vmware_tests/vars/common.yml b/test/integration/targets/prepare_vmware_tests/vars/common.yml
deleted file mode 100644
index bfe5a30fb5..0000000000
--- a/test/integration/targets/prepare_vmware_tests/vars/common.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-dc1: DC0
-ccr1: DC0_C0
-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
diff --git a/test/integration/targets/prepare_vmware_tests/vars/vcenter_1esxi.yml b/test/integration/targets/prepare_vmware_tests/vars/vcenter_1esxi.yml
deleted file mode 100644
index 45e94331f9..0000000000
--- a/test/integration/targets/prepare_vmware_tests/vars/vcenter_1esxi.yml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-esxi_hosts:
- - esxi1.test
-rw_datastore: rw_datastore
-ro_datastore: ro_datastore
-esxi_password: '{{ esxi1_password }}'
-esxi_user: '{{ esxi1_username }}'
-infra:
- datastores:
- rw_datastore:
- type: nfs
- server: datastore.test
- path: /srv/share/vms
- ro: false
- ro_datastore:
- type: nfs
- server: datastore.test
- path: /srv/share/isos
- ro: true
-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 }}'
-cluster_tag: test_cluster_tag_0001
-cluster_category: test_cluster_cat_0001
diff --git a/test/integration/targets/prepare_vmware_tests/vars/vcenter_2esxi.yml b/test/integration/targets/prepare_vmware_tests/vars/vcenter_2esxi.yml
deleted file mode 100644
index 6b0203b4ac..0000000000
--- a/test/integration/targets/prepare_vmware_tests/vars/vcenter_2esxi.yml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-esxi_hosts:
- - esxi1.test
- - esxi2.test
-rw_datastore: rw_datastore
-ro_datastore: ro_datastore
-esxi_password: '{{ esxi1_password }}'
-esxi_user: '{{ esxi1_username }}'
-infra:
- datastores:
- rw_datastore:
- type: nfs
- server: datastore.test
- path: /srv/share/vms
- ro: false
- ro_datastore:
- type: nfs
- server: datastore.test
- path: /srv/share/isos
- ro: true
-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 }}'
-cluster_tag: test_cluster_tag_0001
-cluster_category: test_cluster_cat_0001
diff --git a/test/integration/targets/prepare_vmware_tests/vars/vcenter_only.yml b/test/integration/targets/prepare_vmware_tests/vars/vcenter_only.yml
deleted file mode 100644
index 58560b5619..0000000000
--- a/test/integration/targets/prepare_vmware_tests/vars/vcenter_only.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-esxi_hosts: []
-infra:
-virtual_machines: []
-virtual_machines_in_cluster: []
-#esxi_password: '' \ No newline at end of file
diff --git a/test/integration/targets/prepare_vmware_tests/vars/vcsim.yml b/test/integration/targets/prepare_vmware_tests/vars/vcsim.yml
deleted file mode 100644
index ee783c1038..0000000000
--- a/test/integration/targets/prepare_vmware_tests/vars/vcsim.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-esxi_hosts:
- - DC0_C0_H0
- - DC0_C0_H1
- - DC0_C0_H2
-esxi_password: 'pass'
-esxi_user: 'user'
-rw_datastore: LocalDS_0
-ro_datastore: LocalDS_1
-virtual_machines:
- - name: DC0_H0_VM0
- folder: /F0/DC0/vm/F0
- - name: DC0_H0_VM1
- folder: /F0/DC0/vm/F0
-virtual_machines_in_cluster:
- - name: DC0_C0_RP0_VM0
- cluster: '{{ ccr1 }}'
- - name: DC0_C0_RP0_VM1
- cluster: '{{ ccr1 }}'