qemu-diskp is a FUSE mounter to mount virtual disk images. Most virtual machine environments provide a raw disk model to the operating system(s) they host. Typically this raw disk is stored as a simple file rather than a dedicated hardware device. Since the file is a bit-image of what would normally be an actual hardware disk, it holds a complete disk layout. This makes it difficult to mount or manage each of the filesystems within that virtual disk image by the host machine, especially if the file for the image is itself a composite, such as a qemu qcow2 file. This project provides a FUSE based filesystem that presents each of the partitions in a full disk image as individual files. Those files may then be accessed by user-level applications (e.g. fsck or mke2fs) or loop-back mounted, enabling normal file system tools to examine or modify their contents.
NiftyName is a system for creating and managing virtual machine pools and all related components such as storage, private and public networks. It is intended to be used as a free alternative to Amazon EC2 and Microsoft Azure. All components have been designed for multi-site active redundancy, though this is not supported yet. Its architecture is based on documented XML-RPC (SSL) Web services, so you can make your own derivative tools for it. Console and GTK+ client applications are provided. VMs are based on KVM. It supports IPv6, private VLANs, multiple interfaces, user/client management, permissions, and roles.
Symbolic is an enterprise platform designed to build, configure, and manage your huge and globally distributed data centers. It features cloud computing, Web manager virtual environments (Xen, KVM, and libvirt), clustering support, custom operations and scripts support, and user and role definitions.
UnifiedSessionsManager is a unified and simplified interface for the use and management of local and remote sessions on physical and virtual machines. It provides management of distributed and stacked virtual machines, management of desktops and workspaces on multiple monitors, seamless access to all types of sessions, and support of encrypted connections using SSH.
Karesansui is a virtualization management console with a Web-based user interface that supports Linux servers. It allows virtual machine creation, start up, suspension, snapshot, and CPU/RAM allocation, all from a Web browser. The Xen hypervisor is supported. A RESTful architecture is implemented with HTTP-based APIs.
slkvm is an application to provide some system tools to work with clustering and virtualization. It focuses on depending on as few external tools as possible but to also support as many virtualization technologies as possible. It works in a cluster environment where heartbeat runs virtual machines of nodes that have failed. It builds an "unheaded" cluster to avoid having a clear point of failure. It is able to build a two node cluster with everything redundant. It avoids compiling a new kernel or newer version of applications, so you can benefit from Debian security updates.