-
Notifications
You must be signed in to change notification settings - Fork 112
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
Added options to configure dhcp lease times #47
Added options to configure dhcp lease times #47
Conversation
Great. Are you able to commit the changes to the vendor files by running govendor fetch, as I have now merged UKCloud/govcloudair#8 ? Cheers |
Done. UKCloud/govcloudair@0f21764 also includes some unrelated changes regarding |
Awesome thanks. CI suite running this now |
|
@bobbydeveaux Currently I've some issues creating a VM when using this version:
I'm still trying to find out what causes this issue. |
The issues I had are unrelated to the changes in this pull request. I'll create a separate issue for that. |
Updates Issue vmware#47. The vendor directory includes our project direct dependencies (check.v1, yaml.v2) and a dependency of yaml (pretty). The vendor directory has been created using govendor (https://github.com/kardianos/govendor) The file vendor/vendor.json is the index. While it is not needed for builds, it will simplify future changes to the vendor folder. Signed-off-by: Giuseppe Maxia
Proposal to allow DHCP lease times to be configured, see UKCloud/govcloudair#8 for additional changes.