Ajout d'un domU pour federez
This commit is contained in:
parent
b31fd3b7a5
commit
140c54f103
2 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||||
|
|
12
Cfg/etc/xen/baldrick/baldrick
Normal file
12
Cfg/etc/xen/baldrick/baldrick
Normal 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') ]
|
Loading…
Add table
Add a link
Reference in a new issue