search for: imagefactory

Displaying 6 results from an estimated 6 matches for "imagefactory".

2016 Oct 20
2
libguestfs and exporting to OVA/OVF
...d be something like disk2ova --memory 2G --controller sata --network E1000 myDiskImage.{raw,qcow2} based on the command line switches, a XML ovf would be created and packed with the disk image in a OVA file. There is some python code around which does that, for example the ganeti export code and imagefactory https://github.com/redhat-imaging/imagefactory/blob/master/imagefactory_plugins/ovfcommon/ovfcommon.py#L69 but nothing available as a standalone tool. I am afraid I can only contribute Perl code. Emmanuel
2015 Mar 04
3
supermin on arm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I was testing oz/imagefactory on 32 bit arm, you have to have kernel-lpae installed to run kvm. while you can have the regular kernel installed also. You end up having the system booting the regular kernel and you do not get kvm. Ideally supermin will work with the lpae kernel. https://github.com/libguestfs/supermin/blob/maste...
2016 Oct 21
0
Re: libguestfs and exporting to OVA/OVF
...ory 2G --controller sata --network E1000 > myDiskImage.{raw,qcow2} > > based on the command line switches, a XML ovf would be created and > packed with the disk image in a OVA file. > > There is some python code around which does that, for example the ganeti > export code and imagefactory > > https://github.com/redhat-imaging/imagefactory/blob/master/imagefactory_plugins/ovfcommon/ovfcommon.py#L69 > > but nothing available as a standalone tool. > > I am afraid I can only contribute Perl code. I've no objections to helping you to write such a tool. I don...
2015 Mar 04
0
Re: supermin on arm
On Tue, Mar 03, 2015 at 07:37:47PM -0600, Dennis Gilmore wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > > I was testing oz/imagefactory on 32 bit arm, you have to have > kernel-lpae installed to run kvm. while you can have the regular > kernel installed also. You end up having the system booting the regular > kernel and you do not get kvm. Ideally supermin will work with the lpae > kernel. > https://github.com/libgu...
2012 Jan 11
1
ANNOUNCE: oz 0.8.0 release
...to py.test - Replace mkisofs with genisoimage - Debian package - Ability to change the root password for Debian installs - Add unittests for ozutil - Add some unittests for the Guest object - SSH tunnel (with SSL vhost) support for local repositories (mostly useful for imagefactory) - Add a new manpage for oz-examples - Make the output filename configurable with a command-line option to oz-install - Monitor both network and disk activity when looking for guest activity - Support for installing Ubuntu 11.10 - Support for SSL certificates for repositori...
2012 Dec 11
1
Trying to package Oz for Ubuntu
[ CCing to Hilko who is the Debian maintainer, and the libguestfs mailing list. ] On Tue, Dec 11, 2012 at 04:18:20PM -0600, Steve Loranz wrote: > Chris / Richard, > > I'm trying to get a package of Oz together for Ubuntu so that I can > ultimately get an imagefactory package built for Ubuntu as well. I'm > stuck on libguestfs at this point and was hoping one of you might be > able to point me in the right direction. > > I'm working on Ubuntu 12.10 and the steps I'm taking are: > > 1) sudo apt-get install build-essential python-dev...