Skip to content

Commit

Permalink
fixed ISO path
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-savina committed Dec 26, 2024
1 parent ee28fd0 commit ad6dc0e
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -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 ad6dc0e

Please sign in to comment.