BTW this job runs daily in openvm.eu, so it's not far behind whatever their current release is.
HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Nux!" <[email protected]> > To: "Kishan Kavala" <[email protected]> > Cc: [email protected] > Sent: Friday, 27 February, 2015 13:32:14 > Subject: Re: CoreOS official platforms > Hello, > > There are no changes apart from disk format. I have this super simple script > that does all the job in jenkins: > > wget > http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2 > bunzip2 coreos_production_cloudstack_image.bin.bz2 > > qemu-img convert -p -f raw coreos_production_cloudstack_image.bin -O qcow2 -o > compat=0.10 coreos_production_cloudstack_image-kvm.qcow2 > qemu-img convert -p -f raw coreos_production_cloudstack_image.bin -O vmdk > coreos_production_cloudstack_image-vmware.vmdk > qemu-img convert -p -f raw coreos_production_cloudstack_image.bin -O vpc > coreos_production_cloudstack_image-hyperv.vhd > > vhd-util convert -s 0 -t 1 -i coreos_production_cloudstack_image.bin -o > coreos_production_cloudstack_image-xenstage.vhd > faketime '2010-01-01' vhd-util convert -s 1 -t 2 -i > coreos_production_cloudstack_image-xenstage.vhd -o > coreos_production_cloudstack_image-xen.vhd && rm -fv > coreos_production_cloudstack_image-xenstage.vhd.bak > > bzip2 -v coreos_production_cloudstack_image-kvm.qcow2 > coreos_production_cloudstack_image-vmware.vmdk > coreos_production_cloudstack_image-xen.vhd > zip --verbose coreos_production_cloudstack_image-hyperv.vhd.zip > coreos_production_cloudstack_image-hyperv.vhd && rm -fv > coreos_production_cloudstack_image-hyperv.vhd > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Message ----- >> From: "Kishan Kavala" <[email protected]> >> To: [email protected], [email protected] >> Sent: Friday, 27 February, 2015 11:55:54 >> Subject: RE: CoreOS official platforms > >> Lucian, >> I'm trying to add docs for CloudStack support on CoreOS. I've submitted a >> pull >> request[1] for the same to CoreOS. They came back with the below response: >> "How are the images at http://dl.openvm.eu/cloudstack/coreos/x86_64/ >> maintained? >> Is there anything special about them beyond the disk format changes? We could >> generate all those formats and provide them directly to avoid any lag between >> releases and updates of that mirror." >> >> Apart from disk format, scripts to pull userdata and using it as cloud-config >> are also required. Is there anything else required to create CoreOS template? >> >> [1] https://github.com/coreos/docs/pull/444 >> >> Thanks, >> Kishan >> >> -----Original Message----- >> From: Kishan Kavala [mailto:[email protected]] >> Sent: Thursday, February 26, 2015 3:53 PM >> To: [email protected] >> Subject: RE: CoreOS official platforms >> >> Thanks Sebastien. I created a pull request. >> https://github.com/coreos/docs/pull/444 >> >> -----Original Message----- >> From: Sebastien Goasguen [mailto:[email protected]] >> Sent: Wednesday, February 25, 2015 8:38 PM >> To: [email protected] >> Subject: Re: CoreOS official platforms >> >> >> On Feb 25, 2015, at 1:00 AM, Kishan Kavala <[email protected]> wrote: >> >>> During the webinar today[1] Sebastien mentioned that CoreOS is already >>> supported >>> in some production CloudStack installations. >>> CoreOS templates for all hypervisors are also hosted here >>> http://dl.openvm.eu/cloudstack/coreos/x86_64/ >>> How do we get CloudStack listed as one of the official platforms for CoreOS >>> here >>> https://coreos.com/docs/? >>> >> >> Hi Kishan, there is a "fork me on github" ribbon on that docs page. >> So....just fork it, add the cloudstack doc and send them a pull request :) >> >>> [1] >>> http://www.meetup.com/CloudStack-Silicon-Valley-User-Group/events/220330313/
