Ajout d'un domU pour federez

This commit is contained in:
Valentin Samir 2013-04-03 10:10:16 +02:00
parent b31fd3b7a5
commit 140c54f103
2 changed files with 13 additions and 0 deletions

View file

@ -32,5 +32,6 @@
<Path name="/etc/xen/bob"/> <Path name="/etc/xen/bob"/>
<Path name="/etc/xen/nat64"/> <Path name="/etc/xen/nat64"/>
<Path name="/etc/xen/cas"/> <Path name="/etc/xen/cas"/>
<Path name="/etc/xen/baldrick"/>
</Group> </Group>
</Base> </Base>

View file

@ -0,0 +1,12 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_wheezy.py")
name = "baldrick"
memory = 512
disk = [ vol(name, "slash", "xvda"),
vol(name, "swap", "xvdb") ]
vif = [ pub('02:62:61:6c:64:01') ]