From 7298b0bf2acf51f5326e122628e6da30248b5d0d Mon Sep 17 00:00:00 2001 From: Alexander Pavel Date: Wed, 14 Jun 2017 13:22:55 -0700 Subject: [PATCH] build_library: Change oem package for vagrant to oem-vagrant-virtualbox This changes the oem-package for vagrant to vagrant-virtualbox, which uses ignition instead of cloud-clonfig and sets the oem id to "virtualbox" so that ignition can handle the machine correctly --- build_library/vm_image_util.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index bfcf81d124..4880307fd7 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -55,6 +55,7 @@ VALID_OEM_PACKAGES=( rackspace-onmetal vagrant vagrant-key + vagrant-virtualbox virtualbox vmware niftycloud @@ -145,7 +146,7 @@ IMG_vagrant_BUNDLE_FORMAT=box IMG_vagrant_DISK_FORMAT=vmdk_ide IMG_vagrant_DISK_LAYOUT=vagrant IMG_vagrant_CONF_FORMAT=vagrant -IMG_vagrant_OEM_PACKAGE=oem-vagrant +IMG_vagrant_OEM_PACKAGE=oem-vagrant-virtualbox ## vagrant_vmware IMG_vagrant_vmware_fusion_FS_HOOK=box