Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

theforeman/ovirt-node-plugin-foreman

Repository files navigation

Foreman Discovery oVirt Node Plugin

Fedora/RHEL based live image for Foreman Discovery plugin based on oVirt Node project.

Download and installation

Head over to the foreman discovery README to find out more.

Building the plugin

Building the plugin is easy, it is built around autotools. You can provide option to enable debugging mode image:

make distclean
./autogen.sh --enable-debug

Building is tested currently on Fedora 18 and RHEL 6.5 or clones.

Follow instructions on oVirt wiki to build the image.

We have a build script that is Vagrant ready, so it is easy to build your own images easily. We provide clean distro images created with virt-builder and enhanced with vagrantify. Those will be automatically downloaded when using our Vagrant file.

The Vagrant file will spawn an image according the options, build the oVirt Node plugin and build the image.

Building on our Jenkins instance

If you have access to our Jenkins instance (Foreman core or community developers do) you can clone this repository, push changes into branch and trigger new build after sign-in giving the job repoowner and branch name and output_dir in a format of scratch-myname. Result will be available on our official yum repo server.

You can also build using Vagrant which is usually faster, see above.