[% topdir = ".." -%] [% PROCESS globals -%] [% WRAPPER page title = "Frequently Asked Questions (FAQ) about virt tools" h1 = "Frequently Asked Questions (FAQ) about virt tools" section = "faq" local_stylesheet = 1 %] [%- # We could put this array in globals. questions = [ { name = "who", q = "Who wrote these tools? Is this just a Red Hat / Fedora project?", a = "

These tools are all open source and available on several Linux distributions, including Fedora, Debian, Ubuntu and Gentoo, and some of the programs have also been ported to Mac OS X and Windows.

All of these projects solicit input from the widest possible community, and libvirt in particular has active developers from all the major Linux distros.

Red Hat sponsors some of the developers, Canonical are active in libvirt development, Novell employees have sent patches, and others projects and people come from the rest of the community.

If a tool you need is not available on your distro of choice, please help to port it.

" }, { name = "why-virt-tools", q = "Why are they called virt tools?", a = "

Simply because most of the command line tools are called virt-something (such as virt-df and virt-manager) and so the name virt tools stuck.

" }, { name = "project-criteria", q = "Can you feature my project? What are the criteria for being called a virt tool?", a = "

The project must be open source with an active upstream community. It must complement the existing virt tools (in particular it should use libvirt for lifecycle management).

Generally we focus on small tools which are useful for system administrators who are responsible for a few physical machines.

The tool should be easy to install (eg. just apt-get install / yum install, not needing an expensive consultant to visit you on site!)

Our focus is on Linux tools, although a Windows- or Mac-only program wouldn't be out of the question if it met the other criteria above.

" }, ] -%] [% FOREACH x IN questions -%] [% WRAPPER h2 h2=x.q anchor=x.name %] [% x.a %] [% END %] [%- END %] [% END -%]