There are some gaps between the upstream and PSI environment:
[ ] SSH service for the VM is accessible prior to the system completing its boot process (here), which results in this error:
TASK [Gathering Facts] *****
Wednesday 08 May 2024 13:30:30 +0000 (0:00:40.576) 0:00:40.609 *
fatal: [default-testvm]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '172.19.1.6' (ED25519) to the list of known hosts.\r\n\"System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8).\"\nConnection closed by 172.19.1.6 port 22", "unreachable": true}
I added a 5-minute delay beforehand, which circumvented the issue.
[ ] Here there is some expectation that the preceding task wouldn't exhibit a "changed" status, though it does so for somewhat.
SUMMARY
There are some gaps between the upstream and PSI environment:
TASK [Gathering Facts] ***** Wednesday 08 May 2024 13:30:30 +0000 (0:00:40.576) 0:00:40.609 * fatal: [default-testvm]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '172.19.1.6' (ED25519) to the list of known hosts.\r\n\"System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8).\"\nConnection closed by 172.19.1.6 port 22", "unreachable": true} I added a 5-minute delay beforehand, which circumvented the issue.
ISSUE TYPE
COLLECTION VERSION
latest (main branch)
EXPECTED RESULTS
Tests should pass on a real Openshift cluster