wazuh-qa icon indicating copy to clipboard operation
wazuh-qa copied to clipboard

DTT1 - Allocation - Windows 2019 Vagrant image is deprecated

Open pro-akim opened this issue 9 months ago • 0 comments

Testing the PR https://github.com/wazuh/wazuh-qa/pull/5324 in https://github.com/wazuh/wazuh-qa/issues/5219

We could find that Windows 2019 Vagrant Image is deprecated.

The following error message was found

[2024-05-06 15:17:39,910] [ERROR] ALLOCATOR: Command failed: b"The box you're attempting to add has no available version that\nmatches the constraints you requested. Please double-check your\nsettings. Also verify that if you specified version constraints,\nthat the provider you wish to use is available for these constraints.\n\nBox: gusztavvargadr/windows-server-2019-standard\nAddress: https://vagrantcloud.com/api/v2/vagrant/gusztavvargadr/windows-server-2019-standard\nConstraints: 1809.0.2310\nAvailable versions: 1809.0.2312, 1809.0.2401, 1809.0.2402\n"

It could be fixed changing in deployability/modules/allocation/static/specs/os.yml

  windows-server-2019-amd64:
    box: gusztavvargadr/windows-server-2019-standard
    box_version: 1809.0.2310

by

  windows-server-2019-amd64:
    box: gusztavvargadr/windows-server-2019-standard
    box_version: 1809.0.2402

pro-akim avatar May 06 '24 17:05 pro-akim