Virtual Machine Manager

Copyright (C) 2009 France Telecom

Documentation

Reference

Drivers

Dummy Driver

The dummy driver is a driver implementation which is not controlling any real server or hypervisor. It comes handy for unit testing the VMM JMX API integrated with other management software.

Dummy Driver Properties

The dummy driver does not require any properties

Dummy Driver sample resource configuration

The following resource file creates a single ServerPool driven by the dummy driver and consisting of three hosts:
<?xml version="1.0" encoding="UTF-8"?>

<domain name="ParisAdminZone"> <serverPool name="ServerFarm-prod-projectXYZ" driver="dummy"> <host name="i-server01" /> <host name="i-server02" /> <host name="i-server03" /> </serverPool> </domain>