-
Notifications
You must be signed in to change notification settings - Fork 30
Enhancement: vmware OEM image #359
Comments
We also have an ova: http://alpha.release.core-os.net/amd64-usr/current/coreos_production_vmware_ova.ova Between vmdk and ova that pretty much covers vmware I think. What sort of image are you looking for? |
(the OVA should work with ESXi and all the fancier products) |
Not always :-) In one particular deployment I'm presented with a bare VM to be reconfigured - I have full admin rights on the VM, but not on the ESXi/VCenter hosting it (so I can't deploy new VMs from OVA etc..). |
Well, you can convert the vmdk to a raw disk image and write that to disk. coreos-install is just a wrapper around downloading and verifying images via gpg with a little extra to throw in a cloud config file. Not sure if your situation is common enough for us to provide both raw and vmdk images. You'll just need to do the conversion on some system that has a tool for the job like qemu-img |
Modifying the vmdk image doesn't help in this case. I have a (virtual) disk to install to. I can't easily replace that disk with a different image (I could, but it would be much more effort). As I said in the summary - it's relatively straightforward to workaround, just need to get the files from the vmdk and onto the OEM partition...
Yea, I was wondering that. I doubt this is a extremely rare though. E.g where bare-metal infrastructure is virtualized everyone still thinks in terms of bare-metal hosts so it's ISOs or PXE for OS installs. Maybe I'm wrong... |
Unfortunately, calling
fails with
|
I have same problem. Booting diskless could be useful on VMware too. |
We have this problem aswell. Installing coreos with coreos-install use foreman for PXE and we would like to have vmware tools in our image. |
What do we need to do, to get that? "Just" building a new image? The Installer already tries to install the image but of course there is no. |
@pizzarabe nothing. If we decide the patch is acceptable, those images will be built as part of our release process. The install script would then just work. |
We've added a new VM type, |
Nice, the latest alpha already got that (1312.0.0). Is there a way to build the vmware_raw Image also for the next stable release? |
Allow "coreos-install -o vmware_raw" to install Container Linux with the vmware OEM. Use base DISK_LAYOUT to reduce the minimum disk size. Fixes coreos/bugs#359.
A vmware OEM image that includes the vmware tools OEM partition would be useful. A vmdk is not necessarily the ideal format for all deployments.
As a workaround I'm using a bare-metal coreos-install from the ISO then afterwards mount /dev/sda6 and drop in the contents of the OEM partition that I've extracted from the vmdk image.
The text was updated successfully, but these errors were encountered: