Il 11/09/2013 09:56, Eyal Edri ha scritto: > Hi Sandro, > > I assume we can create a new vm on rackspace to act as NFS server for the job, > or even convert one of the existing jenkins slave vms to be one. > > any other thoughts from the infra team? > > Also, you will need to get a power user for jenkins (for tools) in order to > create new jobs > for them as well. > The process for that is sending email to this list & engine-devel to request > it formally and > get acks from the community. > > Eyal. > > > ----- Original Message ----- >> From: "Sandro Bonazzola" <[email protected]> >> To: "infra" <[email protected]> >> Sent: Wednesday, September 11, 2013 9:31:36 AM >> Subject: Jenkins job for ovirt-iso-uploader and ovirt-image-uploader >> >> Hi, >> I would like to introduce a jenkins job for basic sanity testing of >> ovirt-iso-uploader and ovirt-image-uploader. >> For covering NFS upload it will be needed an NFS share where to upload the >> images, writable by an user having UID and GID of 36. >> For covering SSH uploads it would be needed also SSH access with a user >> having UID and GID of 36. >> For covering upload using the domain id it would be needed a running >> ovirt-engine instance. >> >> The space needed for the images may be little: sample ovf provided by >> ovirt-image-uploader is ~2kb and for the iso image any non empty file should >> be >> enough. The uploaded images will be deleted by the job after running.
About the space needed during the job execution: I can confirm that the ovf file contained in ovirt-image-uploader package for testing, sample.ovf is 1826 byte. iso-uploader should use an iso file: I've just created one: $ echo "iso uploader test" > README $ genisoimage -o isouploader.iso README $ ll isouploader.iso -rw-rw-r--. 1 sbonazzo sbonazzo 358400 24 set 08.41 isouploader.iso That space will be needed both in $TMPDIR and in the NFS destination. non iso file are not listed inside the engine but if 360k is too much, just for testing iso uploader a non empty file is enough: $ echo "iso uploader test" > isouploader.iso $ ll isouploader.iso -rw-rw-r--. 1 sbonazzo sbonazzo 18 24 set 08.50 isouploader.iso >> >> Is it possible for infra to provide the needed services? >> Thanks, >> -- >> Sandro Bonazzola >> Better technology. Faster innovation. Powered by community collaboration. >> See how it works at redhat.com >> _______________________________________________ >> Infra mailing list >> [email protected] >> http://lists.ovirt.org/mailman/listinfo/infra >> -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com _______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
