-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Updated
The issue is with how the B2D image handles the hyper-v data exchange module, which is part of the kernel. Since b2d uses a module, the values are not available in time to provide an IP address before DHCP has assigned one. The module seems to read the pool and clears the values? At least, while the WMI call as used in gbraad/go-hvkvp is received and confirmed, the value is not available, even after the module is loaded. It is therefore needed to resend the message several times... and there is no indication if the call actually succeeds.
Todo
- create
minishift-staticip.sh
script- if IpAddress is available
- else leave DHCP setting
- use given netmask
- use given nameserver
- use given gateway
- add executable to ISO image
Refer: minishift/minishift#1316