Skip to content

Supports static IPv4 assignment in VMware Windows OVA #1682

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

laozc
Copy link
Member

@laozc laozc commented Feb 8, 2025

Change description

Supports static IPv4 assignment in VMware Windows OVA

The user may provide these input parameters with image-builder.

{
  "ipv4_address_cidr": "192.168.88.2/24",
  "gateway4": "192.168.88.1",
  "dns_servers": "192.168.88.1"
}

Related issues

Additional context

Related doc from MSFT
https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-tcpip
https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-dns-client

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 8, 2025
@laozc laozc force-pushed the static-ip-windows branch from b44074b to 09e6108 Compare February 10, 2025 06:58
Copy link
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

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

/assign @jsturtevant
for a Windows perspective

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from jsturtevant. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@laozc laozc force-pushed the static-ip-windows branch from 5301e60 to c412a96 Compare March 19, 2025 03:24
@randomvariable
Copy link
Member

Will have to take it on trust that this is fine as no longer an expert on unattend.xml

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static IP assignment support when building VMware Windows OVA
5 participants