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.

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to