Add "real" Vagrant format options to image building.
We originally added Vagrant support by tweaking options sent to the existing RHEV-M and vSphere OVA generation code. This was a bit of a hack and resulted in confusing filenames. This adds "vagrant-libvirt" and "vagrant-virtualbox" image types, passes in the correct options to Image Factory and produces output files with the conventional ".box" extension and more descriptive and less confusing vagrant name suffixes.
This commit is contained in:
parent
a80ab75b32
commit
52a01883d6
3 changed files with 21 additions and 2 deletions
|
|
@ -736,6 +736,7 @@ insert into archivetypes (name, description, extensions) values ('so', 'Shared l
|
|||
insert into archivetypes (name, description, extensions) values ('txt', 'Text file', 'txt');
|
||||
insert into archivetypes (name, description, extensions) values ('vhd', 'Hyper-V image', 'vhd');
|
||||
insert into archivetypes (name, description, extensions) values ('wsf', 'Windows script file', 'wsf');
|
||||
insert into archivetypes (name, description, extensions) values ('box', 'Vagrant Box Image', 'box');
|
||||
|
||||
|
||||
-- Do we want to enforce a constraint that a build can only generate one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue