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

Package machines as plain VMs, not templates #227

Merged
merged 4 commits into from
Nov 9, 2015
Merged

Conversation

legal90
Copy link
Collaborator

@legal90 legal90 commented Nov 5, 2015

Implements GH-225

  1. If the box contains a template (not a plain VM image), than it will be forcibly converted to the VM in the BoxRegister action. It makes sense only for old-styled boxes, which includes templates instead of "plain "VM images inside.
    This is required for linked_clone feature. We can't create a linked clone for the template.

  2. While doing the vagrant package, the resulted box will contain a plane VM image (not template), like any other Vagrant box created by Packer.

cc: @Kasen @Gray-Wind @racktear

@legal90 legal90 changed the title Fix export Package machines as plain VMs, not templates Nov 5, 2015
@legal90 legal90 added this to the vagrant-1.8.0 milestone Nov 5, 2015
@knazarov
Copy link
Contributor

knazarov commented Nov 6, 2015

👍

1 similar comment
@Kasen
Copy link
Collaborator

Kasen commented Nov 9, 2015

👍

legal90 added a commit that referenced this pull request Nov 9, 2015
Package machines as plain VMs, not templates
@legal90 legal90 merged commit 50ce32d into vagrant-1.8 Nov 9, 2015
@legal90 legal90 deleted the fix-export branch November 9, 2015 12:37
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.

3 participants