Skip to content

Several setup tasks not executed for fedora38|39 with provider vmware #290

Open
@rbrunckhorst

Description

@rbrunckhorst

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"
]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions