[xen] -nat64 -apprentis

This commit is contained in:
Pierre-Elliott Bécue 2013-08-14 22:45:51 +02:00
parent 1cca18ab65
commit 0643b71c7b
3 changed files with 0 additions and 28 deletions

View file

@ -23,9 +23,7 @@
<Path name="/etc/xen/eap"/>
<Path name="/etc/xen/routeur"/>
<Path name="/etc/xen/puppet"/>
<Path name="/etc/xen/nat64"/>
<Path name="/etc/xen/cas"/>
<Path name="/etc/xen/baldrick"/>
<Path name="/etc/xen/apprentis"/>
</Group>
</Base>

View file

@ -1,11 +0,0 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_squeeze.py")
name = "apprentis"
disk = [ vol(name, "slash", "xvda"),
vol(name, "var", "xvdb"),
vol(name, "swap", "xvdc") ]
vif = [ pub('02:69:75:42:24:00') ]

View file

@ -1,15 +0,0 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_squeeze.py")
name = "nat64"
memory = 512
disk = [ vol(name, "slash", "xvda"),
vol(name, "swap", "xvdb") ]
vif = [
pub('02:6e:61:74:36:01'),
adm('02:6e:61:74:36:02'),
]