Skip to content

Commit d6fc8f9

Browse files
committed
Update Windows download URL to bypass spamwall
1 parent c883452 commit d6fc8f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It also assumes that the Kubernetes cluster and Windows VM will be running on th
2222

2323
- Libvirt and QEMU
2424
- Ansible
25-
- A Windows Server installation ISO (download from https://info.microsoft.com/ww-landing-windows-server-2022.html)
25+
- A Windows Server installation ISO (download from https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022)
2626
- A Kubernetes cluster (kind is suggested) running the Stackable Data Platform
2727

2828
In addition, for a completely unattended installation, the ISO must be patched using cdrtools.

roles/create-vm/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
register: install_iso_windows_stat
1111
- name: Complain about missing Windows ISO
1212
ansible.builtin.fail:
13-
msg: "Windows ISO could not be found, please download it from https://info.microsoft.com/ww-landing-windows-server-2022.html and put it at {{ install_iso_windows }} (or modify install_iso_windows to point at the correct path)"
13+
msg: "Windows ISO could not be found, please download it from https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022 and put it at {{ install_iso_windows }} (or modify install_iso_windows to point at the correct path)"
1414
when: not install_iso_windows_stat.stat.exists
1515

1616
- name: Download virtio-win drivers

0 commit comments

Comments
 (0)