Fedora/RHEL based live image for Foreman Discovery plugin based on oVirt Node project.
Head over to the foreman discovery README to find out more.
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.
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.