Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: generate default netmap.conf, if required #198

Merged
merged 2 commits into from
Jul 5, 2024
Merged

Conversation

tenthirtyam
Copy link
Collaborator

@tenthirtyam tenthirtyam commented Jun 24, 2024

Description

Generates the netmap.conf in the default location if the file does not exist in the default path or the alternate path. The file generated is an exact match to the default based on a template.

There have been reported issues (GH, Discuss, blogs) of fresh installations of Workstation 17 (and 16) not generating the default file which will cause a build to fail on a newly configured system.

cc @mikeroySoft, Product Manager for Workstation.

Reference

Closes #65

@tenthirtyam tenthirtyam added this to the v1.0.12 milestone Jun 24, 2024
@tenthirtyam tenthirtyam self-assigned this Jun 24, 2024
@tenthirtyam tenthirtyam requested a review from a team as a code owner June 24, 2024 02:01
@tenthirtyam tenthirtyam marked this pull request as draft June 24, 2024 02:15
@tenthirtyam tenthirtyam force-pushed the fix/generate-netmap branch 6 times, most recently from 7968a8c to b5171c0 Compare June 24, 2024 02:58
@tenthirtyam tenthirtyam marked this pull request as ready for review June 24, 2024 03:02
@tenthirtyam tenthirtyam marked this pull request as draft June 24, 2024 03:17
@tenthirtyam tenthirtyam force-pushed the fix/generate-netmap branch 3 times, most recently from 860989f to ba6accd Compare June 24, 2024 04:06
@tenthirtyam tenthirtyam marked this pull request as ready for review June 24, 2024 04:10
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a few suggestions. I'm still working through the PR.

builder/vmware/common/driver_workstation9.go Show resolved Hide resolved
builder/vmware/common/driver_workstation9.go Outdated Show resolved Hide resolved
Generates the `netmap.conf` in the default location if the file does not exist in the default path or the alternate path.

There have been reported issues (GH, Discuss, blogs) of fresh installations of Workstation 17 (and 16) not generating the default file which will cause a build to fail on a newly configured system.

Ref: #65

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
Copy link
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updates look great. Thanks for tackling this PR.

builder/vmware/common/driver_workstation9.go Outdated Show resolved Hide resolved
@nywilken nywilken merged commit 1933466 into main Jul 5, 2024
12 checks passed
@nywilken nywilken deleted the fix/generate-netmap branch July 5, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VMware Workstation on Windows: "Incorrect path in network mappings"
2 participants