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

Update machine-drivers/machine to docker/machine #19

Merged
merged 24 commits into from
Jul 21, 2019

Conversation

afbjorklund
Copy link

This includes the two fixes, added downstream:

This means that there are no more differences...

After this, we could force-push master (drop rebases) ?

github.com/docker/machine
a555e4f

Same idea as #15 (from March), but now with updates.

zmthy and others added 24 commits January 1, 2018 16:31
Also changes the description of the amazonec2-ssh-user flag to be more
consistent with other drivers.

Signed-off-by: Timothy Jones <[email protected]>
Signed-off-by: Jason-ZW <[email protected]>
Add the --google-service-account flag to create VMs that are not
provisioned with the default service account.

Signed-off-by: Peter Schultz <[email protected]>
It would be set by the request returned by http.NewRequest.

Signed-off-by: Mohit Agarwal <[email protected]>
Signed-off-by: Albin Gustavsson <[email protected]>
drivers/softlayer: don't set the request method again
drivers/openstack: added flag openstack-metadata
drivers/google: Add support for non-default service account
Allow localized names for Virtual Switch
Add ssh-port flag to the amazonec2 driver
Remove shin- from active maintainers list
Remove myself from the list of maintainers
…ion doesn't exist anymore (see 60613ca)

Signed-off-by: Ulysses Souza <[email protected]>
Removing "dgageot" handle form "Core maintainers"
VMX is in FeatureNames, but SVM is in ExtraFeatureNames
This meant that detection *always* failed for SVM (AMD)

Thanks to user @hilbertxia

Signed-off-by: Anders F Björklund <[email protected]>
Fix broken IsVTXDisabled detection on AMD CPU
set storage driver to overlay2 for archlinux
@afbjorklund afbjorklund merged commit 0d8c85d into machine-drivers:master Jul 21, 2019
anjannath pushed a commit to anjannath/machine that referenced this pull request Aug 27, 2019
Currently hyperv and libvirt have this as a driver specific field, but
this was forgotten in hyperkit. This will be needed to be able to know
which version of CRC is running from a ~/.crc/machines/crc directory.

We limit ourselves to a "BundleName" rather than a "BundePath" as we
cannot rely on files outside of ~/.crc to be untouched by the user (ie
not moved/removed). Since bundles are extracted to
~/.crc/cache/$BundleName, this the name is going to be enough to find
back the bundle content.

crc-org#19
anjannath pushed a commit to anjannath/machine that referenced this pull request Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.