Skip to content

Commit

Permalink
Merge pull request #119 from anna-savina/fix_ovf_tests
Browse files Browse the repository at this point in the history
Integration tests fix
  • Loading branch information
anna-savina authored Dec 26, 2024
2 parents d0d3414 + ad6dc0e commit 29d8a51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/integration/targets/group_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_esxi_8_username: "root"
custom_esxi_8_password: "!#%135qEt"
custom_esxi_8_iso_path: "[eco-nfs-datastore-iso] custom_esxi_8.iso"
rhel_8_9_iso_path: "[eco-nfs-datastore-iso] rhel-8.9-x86_64-boot.iso"
rhel_9_3_iso_path: "[eco-nfs-datastore-iso] rhel-9.3-x86_64-dvd.iso"
rhel_9_4_iso_path: "[eco-nfs-datastore-iso] rhel-9.4-x86_64-boot.iso"
shared_storage_01: "eco-iscsi-ds1"
vm_network_name: "VM Network"
test_network_name: "TestNetwork"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
state: poweredoff
folder: "{{ deploy_ovf_folder }}"
datacenter: "{{ deploy_ovf_datacenter_name }}"
cluster: "{{ vcenter_cluster_name }}"
disk:
- size_gb: 5
type: thick
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
password: "{{ vmware_ops_password }}"
validate_certs: "{{ vmware_ops_validate_certs }}"
name: "{{ export_vm_as_ovf_vm_name }}"
cluster: "{{ vcenter_cluster_name }}"
state: poweredoff
folder: "/{{ vcenter_datacenter }}/vm/e2e-qe"
datacenter: "{{ export_vm_as_ovf_datacenter }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provision_vms_template:
unit_number: 0
state: present
type: iso
iso_path: "{{ rhel_9_3_iso_path }}"
iso_path: "{{ rhel_9_4_iso_path }}"
provision_vm_networks:
- name: "{{ vm_network_name }}"
device_type: "vmxnet3"
Expand Down Expand Up @@ -48,7 +48,7 @@ provision_vms:
unit_number: 0
state: present
type: iso
iso_path: "{{ rhel_9_3_iso_path }}"
iso_path: "{{ rhel_9_4_iso_path }}"
provision_vm_networks:
- name: "{{ vm_network_name }}"
device_type: "vmxnet3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ provision_vm_cdrom:
unit_number: 0
state: present
type: iso
iso_path: "{{ rhel_9_3_iso_path }}"
iso_path: "{{ rhel_9_4_iso_path }}"
provision_vm_networks:
- name: "{{ vm_network_name }}"
device_type: "vmxnet3"
Expand Down

0 comments on commit 29d8a51

Please sign in to comment.