ansible-vsphere-gos-validation icon indicating copy to clipboard operation
ansible-vsphere-gos-validation copied to clipboard

Guest OS validation test set for vSphere using Ansible

Results 13 ansible-vsphere-gos-validation issues
Sort by recently updated
recently updated
newest added

Added new test case `linux/open_vm_tools/ovt_verify_src_install.yml` to support testing open-vm-tools source install on Debian family OS, which include Ubuntu, Debian and Pardus. Test results: ``` +-------------------------------------------------------------------------+ | GuestInfo Detailed Data |...

##### SUMMARY Now we don't have a naming convention of all these variables, when the increasing number of defined variables in this project, there may cause confusing or conflicts when...

new feature

##### SUMMARY Try to use community.vmware modules instead of tasks "delegate_to" ESXi host. For example, copy task delegate_to ESXi host in below files: ``` linux/deploy_vm/amazonlinux/reconfigure_amazonlinux_vm.yml linux/deploy_vm/photon/reconfigure_photon_vm.yml linux/deploy_vm/ubuntu/reconfigure_ubuntu_iso_vm.yml linux/deploy_vm/ubuntu/ubuntu_install_os.yml linux/deploy_vm/ubuntu/reconfigure_ubuntu_ova_vm.yml ......

new feature

##### SUMMARY From ESXi 7.0.3 and VMware tools 11.3.0, there is a new feature for auto switch Windows VM disk controller from LSILogicSAS to PVSCSI. It's better for us to...

new feature

##### SUMMARY 1. It's not easy to identify the under testing guest OS type and version from configured guest ID and guest OS ISO image, 2. and it's not easy...

new feature

##### SUMMARY Add a USB device when creating new VM, in case user need to debug issues through VM remote console while keyboard and mouse are not working properly. #####...

new feature

##### SUMMARY Need check serial port ``` 2023-01-18 07:45:58,018 | Failed at Play [pvrdma_network_device_ops] ***************** 2023-01-18 07:45:58,018 | TASK [pvrdma_network_device_ops][Instant Clone a VM from 'rhel9_ansible_test'] task path: /root/ansible-vsphere-gos-validation/common/vm_instant_clone.yml:19 fatal: [localhost]:...

bug

Take a look at the playbooks to avoid below situation. ``` - set_fact: test: true - block: - debug: var=test - set_fact: test: false - debug: var=test when: test -...

enhancement

In Windows Server 2016 guest OS, get Windows Server 2025 image info as below: ``` TASK [Execute PowerShell command] ********************************************** task path: /home/worker/workspace/Ansible_Windows_Server_LTSC_Upgrade2016_MAIN_NVME_E1000E_EFI/ansible-vsphere-gos-validation/windows/utils/win_execute_cmd.yml:23 changed: [localhost -> test_vm] => { "changed":...