Skip to content

Commit

Permalink
fixed datastore naming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-savina authored and mikemorency committed Sep 5, 2024
1 parent 67e84ad commit e8018d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions tests/integration/targets/group_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
vcenter_cluster_name: "Eco-Cluster"
vcenter_datacenter: "Eco-Datacenter"
vcenter_port: 443
shared_storage_01: "eco-iscsi-ds1"
shared_storage_02: "eco-iscsi-ds2"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
test_cluster: "{{ tiny_prefix }}_cluster_drs_test"
run_on_simulator: false

allowed_datastores: ["datastore4"]
datastores_to_add: ["datastore7"]
datastores_to_remove: ["datastore4"]
allowed_datastores: ["{{ shared_storage_01 }}"]
datastores_to_add: ["{{ shared_storage_02 }}"]
datastores_to_remove: ["{{ shared_storage_01 }}"]
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ vm_hardware:
boot_firmware: efi

template_host: 10.46.29.208
datastore: datastore2
datastore: "{{ shared_storage_01 }}"
library: "{{ tiny_prefix }}-content-library"
template_name: "{{ tiny_prefix }}-template"

0 comments on commit e8018d3

Please sign in to comment.