wazuh / wazuh-qa

Wazuh - Quality Assurance
GNU General Public License v2.0
61 stars 30 forks source link

DTT1 - Iteration 3 - Allocation module - Improve sizes and OS for Vagrant provider #4862

Closed QU3B1M closed 3 months ago

QU3B1M commented 4 months ago

Epic #4495

Description

This issue aims to add new sizes and operating systems for the Vagrant provider, including validating the correct functioning of these OSs along with those added previously.

As Vagrant will be used mainly for local testing, is possible that some of the VMs or Sizes are not completely compatible with the local environment where the tool is executed

Tasks

c-bordon commented 3 months ago

Ubuntu 16.04 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-ubuntu-16.04-amd64 --provider vagrant --size micro
[2024-02-08 09:28:43] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 09:28:43] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 09:28:46] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 09:28:46] [INFO] ALLOCATOR: Instance VAGRANT-FC376512-C4DB-4862-945D-67E5856988C3 created.
[2024-02-08 09:31:14] [INFO] ALLOCATOR: Instance VAGRANT-FC376512-C4DB-4862-945D-67E5856988C3 started.
[2024-02-08 09:31:17] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 09:31:17] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 09:31:17] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_094535

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 09:45:43] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 09:45:43] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-FC376512-C4DB-4862-945D-67E5856988C3
[2024-02-08 09:45:48] [INFO] ALLOCATOR: Instance VAGRANT-FC376512-C4DB-4862-945D-67E5856988C3 deleted.
c-bordon commented 3 months ago

Ubuntu 18.04 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-ubuntu-18.04-amd64 --provider vagrant --size micro
[2024-02-08 13:23:08] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 13:23:08] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 13:23:11] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 13:23:11] [INFO] ALLOCATOR: Instance VAGRANT-2F136184-60EB-4C91-8786-A07F7D268109 created.
[2024-02-08 13:23:50] [INFO] ALLOCATOR: Instance VAGRANT-2F136184-60EB-4C91-8786-A07F7D268109 started.
[2024-02-08 13:23:53] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 13:23:53] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 13:23:53] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_133127

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 13:31:35] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 13:31:35] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-2F136184-60EB-4C91-8786-A07F7D268109
[2024-02-08 13:31:40] [INFO] ALLOCATOR: Instance VAGRANT-2F136184-60EB-4C91-8786-A07F7D268109 deleted.

I encountered an error when trying to create the Ubuntu 18.04 and 20.04 machine, the error was the following:

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-ubuntu-18.04-amd64 --provider vagrant --size micro
[2024-02-08 09:47:12] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 09:47:12] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 09:47:16] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 09:47:16] [INFO] ALLOCATOR: Instance VAGRANT-B6B38CF9-3103-4503-A7D3-85BD3A03B4FA created.
[2024-02-08 09:48:16] [ERROR] ALLOCATOR: Command failed: b'There was an error while executing `VBoxManage`, a CLI used by Vagrant\nfor controlling VirtualBox. The command and stderr is shown below.\n\nCommand: ["startvm", "3350c337-54bd-4778-90e3-f7efb9104c0b", "--type", "headless"]\n\nStderr: VBoxManage: error: Failed to construct device \'ichac97\' instance #0 (VERR_CFGM_NOT_ENOUGH_SPACE)\nVBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole\n'
[2024-02-08 09:48:16] [INFO] ALLOCATOR: Instance VAGRANT-B6B38CF9-3103-4503-A7D3-85BD3A03B4FA started.
[2024-02-08 09:48:18] [DEBUG] ALLOCATOR: Instance VAGRANT-B6B38CF9-3103-4503-A7D3-85BD3A03B4FA is not running.                          Starting it.
[2024-02-08 09:48:24] [ERROR] ALLOCATOR: Command failed: b'There was an error while executing `VBoxManage`, a CLI used by Vagrant\nfor controlling VirtualBox. The command and stderr is shown below.\n\nCommand: ["startvm", "3350c337-54bd-4778-90e3-f7efb9104c0b", "--type", "headless"]\n\nStderr: VBoxManage: error: Failed to construct device \'ichac97\' instance #0 (VERR_CFGM_NOT_ENOUGH_SPACE)\nVBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole\n'
[2024-02-08 09:48:26] [ERROR] ALLOCATOR: Command failed: b"The provider for this Vagrant-managed machine is reporting that it\nis not yet ready for SSH. Depending on your provider this can carry\ndifferent meanings. Make sure your machine is created and running and\ntry again. Additionally, check the output of `vagrant status` to verify\nthat the machine is in the state that you expect. If you continue to\nget this error message, please view the documentation for the provider\nyou're using.\n"
Traceback (most recent call last):
  File "/home/cbordon/Documents/wazuh/repositorios/wazuh-qa/deployability/launchers/allocation.py", line 30, in <module>
    main()
  File "/home/cbordon/Documents/wazuh/repositorios/wazuh-qa/deployability/launchers/allocation.py", line 26, in main
    Allocator.run(InputPayload(**vars(parse_arguments())))
  File "/home/cbordon/Documents/wazuh/repositorios/wazuh-qa/deployability/modules/allocation/allocation.py", line 31, in run
    return cls.__create(payload)
  File "/home/cbordon/Documents/wazuh/repositorios/wazuh-qa/deployability/modules/allocation/allocation.py", line 57, in __create
    cls.__generate_inventory(instance, payload.inventory_output)
  File "/home/cbordon/Documents/wazuh/repositorios/wazuh-qa/deployability/modules/allocation/allocation.py", line 111, in __generate_inventory
    ssh_config = instance.ssh_connection_info()
  File "/home/cbordon/Documents/wazuh/repositorios/wazuh-qa/deployability/modules/allocation/vagrant/instance.py", line 103, in ssh_connection_info
    match = re.search(pattern, output)
  File "/usr/lib/python3.10/re.py", line 200, in search
    return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object

This error was caused by the fact that the name assigned in VirtualBox was too long, for this I had to modify the code and define a shorter VM name, currently, I put the same name as the directory created to have them linked.

c-bordon commented 3 months ago

Ubuntu 20.04 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-ubuntu-20.04-amd64 --provider vagrant --size micro
[2024-02-08 13:39:31] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 13:39:31] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 13:39:34] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 13:39:34] [INFO] ALLOCATOR: Instance VAGRANT-B496B8DD-6B5E-4D21-B83D-31258586E80D created.
[2024-02-08 13:40:20] [INFO] ALLOCATOR: Instance VAGRANT-B496B8DD-6B5E-4D21-B83D-31258586E80D started.
[2024-02-08 13:40:23] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 13:40:23] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 13:40:23] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_135358

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 13:54:15] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 13:54:15] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-B496B8DD-6B5E-4D21-B83D-31258586E80D
[2024-02-08 13:54:20] [INFO] ALLOCATOR: Instance VAGRANT-B496B8DD-6B5E-4D21-B83D-31258586E80D deleted.
c-bordon commented 3 months ago

Ubuntu 22.04 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-ubuntu-22.04-amd64 --provider vagrant --size micro
[2024-02-08 13:55:15] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 13:55:15] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 13:55:18] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 13:55:18] [INFO] ALLOCATOR: Instance VAGRANT-4D7C35C3-C8EF-4A59-A524-7B7C1E5435AB created.
[2024-02-08 13:57:35] [INFO] ALLOCATOR: Instance VAGRANT-4D7C35C3-C8EF-4A59-A524-7B7C1E5435AB started.
[2024-02-08 13:57:38] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 13:57:38] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 13:57:38] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_135811

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 13:58:32] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 13:58:32] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-4D7C35C3-C8EF-4A59-A524-7B7C1E5435AB
[2024-02-08 13:58:37] [INFO] ALLOCATOR: Instance VAGRANT-4D7C35C3-C8EF-4A59-A524-7B7C1E5435AB deleted.
c-bordon commented 3 months ago

Debian 9 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-debian-9-amd64 --provider vagrant --size micro
[2024-02-08 14:00:11] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 14:00:11] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 14:00:15] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 14:00:15] [INFO] ALLOCATOR: Instance VAGRANT-9D5C1712-E88A-4C33-B0DF-9C7DFE4EC126 created.
[2024-02-08 14:03:14] [INFO] ALLOCATOR: Instance VAGRANT-9D5C1712-E88A-4C33-B0DF-9C7DFE4EC126 started.
[2024-02-08 14:03:17] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 14:03:17] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 14:03:17] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_140336

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 14:03:44] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 14:03:44] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-9D5C1712-E88A-4C33-B0DF-9C7DFE4EC126
[2024-02-08 14:03:50] [INFO] ALLOCATOR: Instance VAGRANT-9D5C1712-E88A-4C33-B0DF-9C7DFE4EC126 deleted.
c-bordon commented 3 months ago

Debian 10 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-debian-10-amd64 --provider vagrant --size micro
[2024-02-08 14:18:29] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 14:18:29] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 14:18:33] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 14:18:33] [INFO] ALLOCATOR: Instance VAGRANT-4EE319C1-AE0C-4F95-A6F1-39D36CEF704E created.
[2024-02-08 14:19:30] [INFO] ALLOCATOR: Instance VAGRANT-4EE319C1-AE0C-4F95-A6F1-39D36CEF704E started.
[2024-02-08 14:19:33] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 14:19:33] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 14:19:33] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_141946

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 14:19:53] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 14:19:53] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-4EE319C1-AE0C-4F95-A6F1-39D36CEF704E
[2024-02-08 14:19:58] [INFO] ALLOCATOR: Instance VAGRANT-4EE319C1-AE0C-4F95-A6F1-39D36CEF704E deleted.
c-bordon commented 3 months ago

Debian 11 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-debian-11-amd64 --provider vagrant --size micro
[2024-02-08 15:59:10] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 15:59:10] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 15:59:14] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 15:59:14] [INFO] ALLOCATOR: Instance VAGRANT-B4436E0F-C227-496E-B53A-266D9485E0D1 created.
[2024-02-08 15:59:51] [INFO] ALLOCATOR: Instance VAGRANT-B4436E0F-C227-496E-B53A-266D9485E0D1 started.
[2024-02-08 15:59:53] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 15:59:53] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 15:59:53] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_160034

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:00:40] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:00:40] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-B4436E0F-C227-496E-B53A-266D9485E0D1
[2024-02-08 16:00:45] [INFO] ALLOCATOR: Instance VAGRANT-B4436E0F-C227-496E-B53A-266D9485E0D1 deleted.
c-bordon commented 3 months ago

Debian 12 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-debian-12-amd64 --provider vagrant --size micro
[2024-02-08 16:00:49] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:00:49] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:00:53] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:00:53] [INFO] ALLOCATOR: Instance VAGRANT-6ADD0A90-9377-4793-90A8-F6694499A8DC created.
[2024-02-08 16:01:31] [INFO] ALLOCATOR: Instance VAGRANT-6ADD0A90-9377-4793-90A8-F6694499A8DC started.
[2024-02-08 16:01:33] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:01:33] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:01:33] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_160312

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:03:21] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:03:21] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-6ADD0A90-9377-4793-90A8-F6694499A8DC
[2024-02-08 16:03:26] [INFO] ALLOCATOR: Instance VAGRANT-6ADD0A90-9377-4793-90A8-F6694499A8DC deleted.
c-bordon commented 3 months ago

Oracle Linux 7 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-oracle-7-amd64 --provider vagrant --size micro
[2024-02-08 16:03:42] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:03:42] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:03:46] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:03:46] [INFO] ALLOCATOR: Instance VAGRANT-ACFFCB27-58B0-4989-8075-CA5A4764E95C created.
[2024-02-08 16:08:12] [INFO] ALLOCATOR: Instance VAGRANT-ACFFCB27-58B0-4989-8075-CA5A4764E95C started.
[2024-02-08 16:08:15] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:08:15] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:08:15] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_160826

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:08:33] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:08:33] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-ACFFCB27-58B0-4989-8075-CA5A4764E95C
[2024-02-08 16:08:39] [INFO] ALLOCATOR: Instance VAGRANT-ACFFCB27-58B0-4989-8075-CA5A4764E95C deleted.
c-bordon commented 3 months ago

Oracle Linux 8 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-oracle-8-amd64 --provider vagrant --size micro
[2024-02-08 16:08:44] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:08:44] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:08:47] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:08:47] [INFO] ALLOCATOR: Instance VAGRANT-D044143E-766B-43B2-AF84-A5ADDF6AFFBC created.
[2024-02-08 16:12:50] [INFO] ALLOCATOR: Instance VAGRANT-D044143E-766B-43B2-AF84-A5ADDF6AFFBC started.
[2024-02-08 16:12:53] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:12:53] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:12:53] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_161429

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:14:42] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:14:42] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-D044143E-766B-43B2-AF84-A5ADDF6AFFBC
[2024-02-08 16:14:47] [INFO] ALLOCATOR: Instance VAGRANT-D044143E-766B-43B2-AF84-A5ADDF6AFFBC deleted.
c-bordon commented 3 months ago

Oracle Linux 9 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-oracle-9-amd64 --provider vagrant --size micro
[2024-02-08 16:14:52] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:14:52] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:14:57] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:14:57] [INFO] ALLOCATOR: Instance VAGRANT-82E4C654-EAB6-4308-8D20-5B6851EB764D created.
[2024-02-08 16:18:09] [INFO] ALLOCATOR: Instance VAGRANT-82E4C654-EAB6-4308-8D20-5B6851EB764D started.
[2024-02-08 16:18:12] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:18:12] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:18:12] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_161822

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:18:30] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:18:30] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-82E4C654-EAB6-4308-8D20-5B6851EB764D
[2024-02-08 16:18:35] [INFO] ALLOCATOR: Instance VAGRANT-82E4C654-EAB6-4308-8D20-5B6851EB764D deleted.
c-bordon commented 3 months ago

openSUSE 15 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-opensuse-15-amd64 --provider vagrant --size micro
[2024-02-09 12:45:18] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 12:45:18] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 12:45:22] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 12:45:22] [INFO] ALLOCATOR: Instance VAGRANT-1E473A42-1C14-4A61-832A-D16B5ACE4877 created.
[2024-02-09 12:46:56] [INFO] ALLOCATOR: Instance VAGRANT-1E473A42-1C14-4A61-832A-D16B5ACE4877 started.
[2024-02-09 12:46:59] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 12:46:59] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 12:46:59] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_124719

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 12:47:29] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 12:47:29] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-1E473A42-1C14-4A61-832A-D16B5ACE4877
[2024-02-09 12:47:35] [INFO] ALLOCATOR: Instance VAGRANT-1E473A42-1C14-4A61-832A-D16B5ACE4877 deleted.
c-bordon commented 3 months ago

Centos 7 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-centos-7-amd64 --provider vagrant --size micro
[2024-02-08 16:32:45] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:32:45] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:32:49] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:32:49] [INFO] ALLOCATOR: Instance VAGRANT-F87FD28E-50B3-4F02-AF50-082B8ED5BECE created.
[2024-02-08 16:33:29] [INFO] ALLOCATOR: Instance VAGRANT-F87FD28E-50B3-4F02-AF50-082B8ED5BECE started.
[2024-02-08 16:33:32] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:33:32] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:33:32] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_163341

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:33:49] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:33:49] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-F87FD28E-50B3-4F02-AF50-082B8ED5BECE
[2024-02-08 16:33:54] [INFO] ALLOCATOR: Instance VAGRANT-F87FD28E-50B3-4F02-AF50-082B8ED5BECE deleted.
c-bordon commented 3 months ago

Centos 8 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-centos-8-amd64 --provider vagrant --size micro
[2024-02-08 16:43:10] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:43:10] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:43:13] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:43:13] [INFO] ALLOCATOR: Instance VAGRANT-E100DBC4-433D-4243-9F93-A5C8513E6E46 created.
[2024-02-08 16:45:44] [INFO] ALLOCATOR: Instance VAGRANT-E100DBC4-433D-4243-9F93-A5C8513E6E46 started.
[2024-02-08 16:45:47] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:45:47] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:45:47] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_164556

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:46:09] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:46:09] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-E100DBC4-433D-4243-9F93-A5C8513E6E46
[2024-02-08 16:46:15] [INFO] ALLOCATOR: Instance VAGRANT-E100DBC4-433D-4243-9F93-A5C8513E6E46 deleted.
c-bordon commented 3 months ago

Centos 9 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-centos-9-amd64 --provider vagrant --size micro
[2024-02-08 16:48:02] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-08 16:48:02] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-08 16:48:06] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-08 16:48:06] [INFO] ALLOCATOR: Instance VAGRANT-FA4D30A4-093A-4BBD-86F1-DCF70703178E created.
[2024-02-08 16:50:59] [INFO] ALLOCATOR: Instance VAGRANT-FA4D30A4-093A-4BBD-86F1-DCF70703178E started.
[2024-02-08 16:51:02] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-08 16:51:02] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-08 16:51:02] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240208_165205

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-08 16:52:43] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-08 16:52:43] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-FA4D30A4-093A-4BBD-86F1-DCF70703178E
[2024-02-08 16:52:48] [INFO] ALLOCATOR: Instance VAGRANT-FA4D30A4-093A-4BBD-86F1-DCF70703178E deleted.
c-bordon commented 3 months ago

Red Hat 7 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-redhat-7-amd64 --provider vagrant --size micro
[2024-02-09 08:53:37] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 08:53:37] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 08:53:41] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 08:53:41] [INFO] ALLOCATOR: Instance VAGRANT-F8EC7371-6528-4B52-9F92-DE336357A5EC created.
[2024-02-09 08:55:40] [INFO] ALLOCATOR: Instance VAGRANT-F8EC7371-6528-4B52-9F92-DE336357A5EC started.
[2024-02-09 08:55:43] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 08:55:43] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 08:55:43] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_085635

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 08:56:43] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 08:56:43] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-F8EC7371-6528-4B52-9F92-DE336357A5EC
[2024-02-09 08:56:47] [INFO] ALLOCATOR: Instance VAGRANT-F8EC7371-6528-4B52-9F92-DE336357A5EC deleted.
c-bordon commented 3 months ago

Red Hat 8 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-redhat-8-amd64 --provider vagrant --size micro
[2024-02-09 08:56:53] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 08:56:53] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 08:56:56] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 08:56:56] [INFO] ALLOCATOR: Instance VAGRANT-7C6D635F-CC36-474A-A381-C69E13756567 created.
[2024-02-09 08:59:38] [INFO] ALLOCATOR: Instance VAGRANT-7C6D635F-CC36-474A-A381-C69E13756567 started.
[2024-02-09 08:59:40] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 08:59:40] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 08:59:40] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_085951

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 08:59:57] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 08:59:57] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-7C6D635F-CC36-474A-A381-C69E13756567
[2024-02-09 09:00:02] [INFO] ALLOCATOR: Instance VAGRANT-7C6D635F-CC36-474A-A381-C69E13756567 deleted
c-bordon commented 3 months ago

Red Hat 9 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-redhat-9-amd64 --provider vagrant --size micro
[2024-02-09 09:06:44] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:06:44] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:06:49] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:06:49] [INFO] ALLOCATOR: Instance VAGRANT-2453510E-000B-48FE-98A2-093279B2F6EC created.
[2024-02-09 09:09:52] [INFO] ALLOCATOR: Instance VAGRANT-2453510E-000B-48FE-98A2-093279B2F6EC started.
[2024-02-09 09:09:55] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:09:55] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:09:55] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_091022

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:10:28] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:10:28] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-2453510E-000B-48FE-98A2-093279B2F6EC
[2024-02-09 09:10:33] [INFO] ALLOCATOR: Instance VAGRANT-2453510E-000B-48FE-98A2-093279B2F6EC deleted.
c-bordon commented 3 months ago

Amazon Linux 2 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-amazon-2-amd64 --provider vagrant --size micro
[2024-02-09 09:10:57] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:10:57] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:11:01] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:11:01] [INFO] ALLOCATOR: Instance VAGRANT-85A8708B-944B-456D-B062-6EE3644B22B1 created.
[2024-02-09 09:12:58] [INFO] ALLOCATOR: Instance VAGRANT-85A8708B-944B-456D-B062-6EE3644B22B1 started.
[2024-02-09 09:13:01] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:13:01] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:13:01] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_091309

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:13:14] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:13:14] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-85A8708B-944B-456D-B062-6EE3644B22B1
[2024-02-09 09:13:19] [INFO] ALLOCATOR: Instance VAGRANT-85A8708B-944B-456D-B062-6EE3644B22B1 deleted.
c-bordon commented 3 months ago

Fedora 28 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-fedora-28-amd64 --provider vagrant --size micro
[2024-02-09 09:13:35] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:13:35] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:13:38] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:13:38] [INFO] ALLOCATOR: Instance VAGRANT-78389286-A04A-466A-9813-44CB4D297576 created.
[2024-02-09 09:16:00] [INFO] ALLOCATOR: Instance VAGRANT-78389286-A04A-466A-9813-44CB4D297576 started.
[2024-02-09 09:16:02] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:16:02] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:16:02] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_091631

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:16:36] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:16:36] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-78389286-A04A-466A-9813-44CB4D297576
[2024-02-09 09:16:41] [INFO] ALLOCATOR: Instance VAGRANT-78389286-A04A-466A-9813-44CB4D297576 deleted.
c-bordon commented 3 months ago

Fedora 29 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-fedora-29-amd64 --provider vagrant --size micro
[2024-02-09 09:16:49] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:16:49] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:16:53] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:16:53] [INFO] ALLOCATOR: Instance VAGRANT-9F3CD63C-29CC-4C3B-815E-CA32173933CC created.
[2024-02-09 09:19:12] [INFO] ALLOCATOR: Instance VAGRANT-9F3CD63C-29CC-4C3B-815E-CA32173933CC started.
[2024-02-09 09:19:15] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:19:15] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:19:15] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_091929

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:19:34] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:19:34] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-9F3CD63C-29CC-4C3B-815E-CA32173933CC
[2024-02-09 09:19:39] [INFO] ALLOCATOR: Instance VAGRANT-9F3CD63C-29CC-4C3B-815E-CA32173933CC deleted.
c-bordon commented 3 months ago

Fedora 31 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-fedora-31-amd64 --provider vagrant --size micro
[2024-02-09 09:19:44] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:19:44] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:19:47] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:19:47] [INFO] ALLOCATOR: Instance VAGRANT-CF025C67-A551-419F-9844-DA10E91DBD02 created.
[2024-02-09 09:22:34] [INFO] ALLOCATOR: Instance VAGRANT-CF025C67-A551-419F-9844-DA10E91DBD02 started.
[2024-02-09 09:22:37] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:22:37] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:22:37] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_091929

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:22:42] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:22:42] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-CF025C67-A551-419F-9844-DA10E91DBD02
[2024-02-09 09:22:48] [INFO] ALLOCATOR: Instance VAGRANT-CF025C67-A551-419F-9844-DA10E91DBD02 deleted.
c-bordon commented 3 months ago

Fedora 32 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-fedora-32-amd64 --provider vagrant --size micro
[2024-02-09 09:22:56] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:22:56] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:23:00] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:23:00] [INFO] ALLOCATOR: Instance VAGRANT-95CE44EF-D5D6-4AF7-AF28-09A44D4243C4 created.
[2024-02-09 09:25:46] [INFO] ALLOCATOR: Instance VAGRANT-95CE44EF-D5D6-4AF7-AF28-09A44D4243C4 started.
[2024-02-09 09:25:49] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:25:49] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:25:49] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_092812

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:28:17] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:28:17] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-95CE44EF-D5D6-4AF7-AF28-09A44D4243C4
[2024-02-09 09:28:22] [INFO] ALLOCATOR: Instance VAGRANT-95CE44EF-D5D6-4AF7-AF28-09A44D4243C4 deleted.
c-bordon commented 3 months ago

Fedora 37 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-fedora-37-amd64 --provider vagrant --size micro
[2024-02-09 09:28:32] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:28:32] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:28:36] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:28:36] [INFO] ALLOCATOR: Instance VAGRANT-E33D05C3-700D-49F5-8557-668001192B84 created.
[2024-02-09 09:31:23] [INFO] ALLOCATOR: Instance VAGRANT-E33D05C3-700D-49F5-8557-668001192B84 started.
[2024-02-09 09:31:26] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:31:26] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:31:26] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_093135

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:31:40] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:31:40] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-E33D05C3-700D-49F5-8557-668001192B84
[2024-02-09 09:31:46] [INFO] ALLOCATOR: Instance VAGRANT-E33D05C3-700D-49F5-8557-668001192B84 deleted.
c-bordon commented 3 months ago

Fedora 38 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-fedora-38-amd64 --provider vagrant --size micro
[2024-02-09 09:33:18] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:33:18] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:33:21] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:33:21] [INFO] ALLOCATOR: Instance VAGRANT-15A4EE83-525C-417E-8CCB-E69C4EF1D74D created.
[2024-02-09 09:36:20] [INFO] ALLOCATOR: Instance VAGRANT-15A4EE83-525C-417E-8CCB-E69C4EF1D74D started.
[2024-02-09 09:36:22] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:36:22] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:36:22] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_093630

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:36:38] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:36:38] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-15A4EE83-525C-417E-8CCB-E69C4EF1D74D
[2024-02-09 09:36:42] [INFO] ALLOCATOR: Instance VAGRANT-15A4EE83-525C-417E-8CCB-E69C4EF1D74D deleted.
c-bordon commented 3 months ago

Rocky Linux 8 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-rocky-8-amd64 --provider vagrant --size micro
[2024-02-09 09:41:41] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:41:41] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:41:44] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:41:44] [INFO] ALLOCATOR: Instance VAGRANT-1F90D880-3346-4AEB-9304-EFC3F0220EB4 created.
[2024-02-09 09:44:36] [INFO] ALLOCATOR: Instance VAGRANT-1F90D880-3346-4AEB-9304-EFC3F0220EB4 started.
[2024-02-09 09:44:39] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:44:39] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:44:39] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_094447

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:44:55] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:44:55] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-1F90D880-3346-4AEB-9304-EFC3F0220EB4
[2024-02-09 09:45:01] [INFO] ALLOCATOR: Instance VAGRANT-1F90D880-3346-4AEB-9304-EFC3F0220EB4 deleted.
c-bordon commented 3 months ago

Rocky Linux 9 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-rocky-9-amd64 --provider vagrant --size micro
[2024-02-09 09:45:03] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:45:03] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:45:06] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:45:06] [INFO] ALLOCATOR: Instance VAGRANT-1068420F-4852-4EAD-8409-B10AA18FF085 created.
[2024-02-09 09:47:45] [INFO] ALLOCATOR: Instance VAGRANT-1068420F-4852-4EAD-8409-B10AA18FF085 started.
[2024-02-09 09:47:48] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 09:47:48] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 09:47:48] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_094756

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 09:48:02] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 09:48:02] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-1068420F-4852-4EAD-8409-B10AA18FF085
[2024-02-09 09:48:08] [INFO] ALLOCATOR: Instance VAGRANT-1068420F-4852-4EAD-8409-B10AA18FF085 deleted.
c-bordon commented 3 months ago

Windows desktop 10 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-desktop-10-amd64 --provider vagrant --size micro
[2024-02-09 09:48:26] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 09:48:26] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 09:48:29] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 09:48:29] [INFO] ALLOCATOR: Instance VAGRANT-34C60651-21C2-4719-B07A-9A73914F00D2 created.
[2024-02-09 10:09:29] [INFO] ALLOCATOR: Instance VAGRANT-34C60651-21C2-4719-B07A-9A73914F00D2 started.
[2024-02-09 10:09:33] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 10:09:33] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 10:09:33] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_100617

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 10:11:08] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 10:11:08] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-34C60651-21C2-4719-B07A-9A73914F00D2
[2024-02-09 10:11:15] [INFO] ALLOCATOR: Instance VAGRANT-34C60651-21C2-4719-B07A-9A73914F00D2 deleted.
c-bordon commented 3 months ago

Windows desktop 11 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-desktop-11-amd64 --provider vagrant --size micro
[2024-02-09 10:11:20] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 10:11:20] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 10:11:23] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 10:11:23] [INFO] ALLOCATOR: Instance VAGRANT-72822D96-A9E5-4C8E-8D69-803B19067E30 created.
[2024-02-09 10:34:12] [INFO] ALLOCATOR: Instance VAGRANT-72822D96-A9E5-4C8E-8D69-803B19067E30 started.
[2024-02-09 10:34:16] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 10:34:16] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 10:34:16] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_102721

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 10:34:49] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 10:34:49] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-72822D96-A9E5-4C8E-8D69-803B19067E30
[2024-02-09 10:34:56] [INFO] ALLOCATOR: Instance VAGRANT-72822D96-A9E5-4C8E-8D69-803B19067E30 deleted.
c-bordon commented 3 months ago

Windows server 2012 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-server-2012-amd64 --provider vagrant --size micro
[2024-02-09 10:35:06] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 10:35:06] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 10:35:09] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 10:35:09] [INFO] ALLOCATOR: Instance VAGRANT-2FCB7157-4BB8-4EF9-9AE1-95B01F9AFC70 created.
[2024-02-09 10:53:38] [INFO] ALLOCATOR: Instance VAGRANT-2FCB7157-4BB8-4EF9-9AE1-95B01F9AFC70 started.
[2024-02-09 10:53:41] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 10:53:41] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 10:53:41] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_105349

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 10:53:55] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 10:53:55] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-2FCB7157-4BB8-4EF9-9AE1-95B01F9AFC70
[2024-02-09 10:54:00] [INFO] ALLOCATOR: Instance VAGRANT-2FCB7157-4BB8-4EF9-9AE1-95B01F9AFC70 deleted.
c-bordon commented 3 months ago

Windows server 2012 R2 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-server-2012r2-amd64 --provider vagrant --size micro
[2024-02-09 11:48:53] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 11:48:53] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 11:48:57] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 11:48:57] [INFO] ALLOCATOR: Instance VAGRANT-29F8FD1B-85FF-48C3-8956-7AB6DF0A8A93 created.
[2024-02-09 11:53:19] [INFO] ALLOCATOR: Instance VAGRANT-29F8FD1B-85FF-48C3-8956-7AB6DF0A8A93 started.
[2024-02-09 11:53:21] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 11:53:21] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 11:53:21] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_115332

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 11:53:43] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 11:53:43] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-29F8FD1B-85FF-48C3-8956-7AB6DF0A8A93
[2024-02-09 11:53:50] [INFO] ALLOCATOR: Instance VAGRANT-29F8FD1B-85FF-48C3-8956-7AB6DF0A8A93 deleted.
c-bordon commented 3 months ago

Windows server 2016 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-server-2016-amd64 --provider vagrant --size micro
[2024-02-09 11:54:01] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 11:54:01] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 11:54:05] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 11:54:05] [INFO] ALLOCATOR: Instance VAGRANT-5B293F28-8F33-4016-B882-DBD7913439B0 created.
[2024-02-09 12:07:11] [INFO] ALLOCATOR: Instance VAGRANT-5B293F28-8F33-4016-B882-DBD7913439B0 started.
[2024-02-09 12:07:14] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 12:07:14] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 12:07:14] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_120739

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 12:07:48] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 12:07:48] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-5B293F28-8F33-4016-B882-DBD7913439B0
[2024-02-09 12:07:57] [INFO] ALLOCATOR: Instance VAGRANT-5B293F28-8F33-4016-B882-DBD7913439B0 deleted.
c-bordon commented 3 months ago

Windows server 2019 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-server-2019-amd64 --provider vagrant --size micro
[2024-02-09 12:08:02] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 12:08:02] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 12:08:06] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 12:08:06] [INFO] ALLOCATOR: Instance VAGRANT-6DC40006-1E91-4003-B11B-08A52AD2B57B created.
|[2024-02-09 12:27:20] [INFO] ALLOCATOR: Instance VAGRANT-6DC40006-1E91-4003-B11B-08A52AD2B57B started.
[2024-02-09 12:27:23] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 12:27:23] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 12:27:23] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_122742

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 12:27:48] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 12:27:48] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-6DC40006-1E91-4003-B11B-08A52AD2B57B
[2024-02-09 12:27:54] [INFO] ALLOCATOR: Instance VAGRANT-6DC40006-1E91-4003-B11B-08A52AD2B57B deleted.
c-bordon commented 3 months ago

Windows server 2022 amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name windows-server-2022-amd64 --provider vagrant --size micro
[2024-02-09 12:28:00] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 12:28:00] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 12:28:05] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 12:28:05] [INFO] ALLOCATOR: Instance VAGRANT-6C92B73E-FCF1-4CB7-A0D5-ABBEA1B57ABA created.
[2024-02-09 12:33:21] [INFO] ALLOCATOR: Instance VAGRANT-6C92B73E-FCF1-4CB7-A0D5-ABBEA1B57ABA started.
[2024-02-09 12:33:25] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 12:33:25] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 12:33:25] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_123416

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 12:34:22] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 12:34:22] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-6C92B73E-FCF1-4CB7-A0D5-ABBEA1B57ABA
[2024-02-09 12:34:29] [INFO] ALLOCATOR: Instance VAGRANT-6C92B73E-FCF1-4CB7-A0D5-ABBEA1B57ABA deleted.
c-bordon commented 3 months ago

openSUSE Tumbleweed amd

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --composite-name linux-opensuse-tumbleweed-amd64 --provider vagrant --size micro
[2024-02-09 12:47:49] [INFO] ALLOCATOR: Creating instance at /tmp/wazuh-qa
[2024-02-09 12:47:49] [DEBUG] ALLOCATOR: No config provided. Generating from payload
[2024-02-09 12:47:53] [DEBUG] ALLOCATOR: Vagrantfile created. Creating instance.
[2024-02-09 12:47:53] [INFO] ALLOCATOR: Instance VAGRANT-2616B0B3-B51B-453F-917E-2FCA239E4FDF created.
[2024-02-09 12:49:45] [INFO] ALLOCATOR: Instance VAGRANT-2616B0B3-B51B-453F-917E-2FCA239E4FDF started.
[2024-02-09 12:49:47] [DEBUG] ALLOCATOR: Using provided credentials
[2024-02-09 12:49:47] [INFO] ALLOCATOR: Inventory file generated at /tmp/wazuh-qa/inventory.yml
[2024-02-09 12:49:47] [INFO] ALLOCATOR: Track file generated at /tmp/wazuh-qa/track.yml

Screenshot_20240209_125053

cbordon@cbordon-MS-7C88:~/Documents/wazuh/repositorios/wazuh-qa/deployability$ python3 launchers/allocation.py --provider vagrant --action delete --track-output /tmp/wazuh-qa/track.yml 
[2024-02-09 12:50:58] [INFO] ALLOCATOR: Deleting instance from trackfile /tmp/wazuh-qa/track.yml
[2024-02-09 12:50:58] [DEBUG] ALLOCATOR: Destroying instance VAGRANT-2616B0B3-B51B-453F-917E-2FCA239E4FDF
[2024-02-09 12:51:03] [INFO] ALLOCATOR: Instance VAGRANT-2616B0B3-B51B-453F-917E-2FCA239E4FDF deleted.
QU3B1M commented 3 months ago

LGTM!

fcaffieri commented 3 months ago

LGTM