[Libvir] [RFC]OpenVZ XML def

Shuveb Hussain shuveb at gmail.com
Tue Mar 13 17:27:23 UTC 2007


Hi,
I am adding OpenVZ support to Libvirt and work is progressing well.
I'm able to list VM instances and I'm slowly trying to cover the basic
API functions one by one. That brings  us to the creation of OpenVZ
based VMs. Just wanted to discuss the basic XML definition format so
that I can get comments and improve if need be:

<domain type='openvz'>
  <name>openvzdemo</name>
  <uuid>55a2441d-e012-40fe-a4f7-78e176015d40</uuid>
  <vpsid>101</vpsid>
  <template>vps.basic</template>
  <onboot>true</onboot>
  <os template='slackware-10.2-i386-minimal'/>
  <network>
      <hostname>openvzhost</hostname>
      <ip address='192.168.1.101'
          netmask='255.255.255.0'
          defgw='192.168.1.1'
      />
      <nameserver>192.168.1.1</nameserver>
      <nameserver>202.56.250.5</nameserver>
  </network>
</domain>

Does this look OK?

Regards,
-- 
Shuveb Hussain.
EasyVZ - OpenVZ management GUI: http://easyvz.sourceforge.net
I blog at http://binarykarma.org
Spread the Karma.




More information about the libvir-list mailing list