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

Add script to allow IP address to be assigned #59

Open
7 tasks done
gbraad opened this issue Aug 31, 2017 · 4 comments
Open
7 tasks done

Add script to allow IP address to be assigned #59

gbraad opened this issue Aug 31, 2017 · 4 comments

Comments

@gbraad
Copy link
Member

gbraad commented Aug 31, 2017

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

Refer: minishift/minishift#1316

@gbraad
Copy link
Member Author

gbraad commented Sep 7, 2017

Extension is available at: http://files.gbraad.nl/hvkvp/

@gbraad
Copy link
Member Author

gbraad commented Sep 7, 2017

Testing with #61

@gbraad
Copy link
Member Author

gbraad commented Sep 19, 2017

Want to be able to force an IP address using a file, such as network and network-scripts works. In our case, the file will have to reside on /mnt/sda1/etc/???

@gbraad
Copy link
Member Author

gbraad commented Oct 5, 2017

blocker: pool gets cleared on start boot2docker/boot2docker#1274
workaround does not provide a good enough experience (needs to disable IPv6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants