You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no ~/vagrant/.ssh directory created which results in 'default: Warning: Authentication failure. Retrying...' in an endless loop when starting such an OS (fedora38|39).
fedora37 and older are working.
For me it seems that several scripts are not executed in generic-vmware-x64.json for fedora38|39
like it is done for instance for fedora37:
{
"type": "shell",
"timeout": "120m",
"scripts": [
"scripts/fedora37/kernel.sh",
"scripts/fedora37/updatedb.sh",
"scripts/fedora37/vga.sh",
"scripts/fedora37/virtualbox.sh",
"scripts/fedora37/parallels.sh",
"scripts/fedora37/vmware.sh",
"scripts/fedora37/qemu.sh",
"scripts/fedora37/vagrant.sh",
"scripts/fedora37/tuning.sh",
"scripts/fedora37/cleanup.sh"
],
"pause_before": "120s",
"start_retry_timeout": "15m",
"expect_disconnect": "true",
"only": [
"generic-fedora37-vmware-x64"
]
},
The text was updated successfully, but these errors were encountered:
Just experienced this on molecule vagrant runs, we have automated tests for fedora, debian and amazonlinux; none of fedora 38 & 39 worked, and had to switch to the official fedora cloud base images to be able to perform some runs.
There is no ~/vagrant/.ssh directory created which results in 'default: Warning: Authentication failure. Retrying...' in an endless loop when starting such an OS (fedora38|39).
fedora37 and older are working.
For me it seems that several scripts are not executed in generic-vmware-x64.json for fedora38|39
like it is done for instance for fedora37:
{
"type": "shell",
"timeout": "120m",
"scripts": [
"scripts/fedora37/kernel.sh",
"scripts/fedora37/updatedb.sh",
"scripts/fedora37/vga.sh",
"scripts/fedora37/virtualbox.sh",
"scripts/fedora37/parallels.sh",
"scripts/fedora37/vmware.sh",
"scripts/fedora37/qemu.sh",
"scripts/fedora37/vagrant.sh",
"scripts/fedora37/tuning.sh",
"scripts/fedora37/cleanup.sh"
],
"pause_before": "120s",
"start_retry_timeout": "15m",
"expect_disconnect": "true",
"only": [
"generic-fedora37-vmware-x64"
]
},
The text was updated successfully, but these errors were encountered: