[xen] -nat64 -apprentis
This commit is contained in:
parent
1cca18ab65
commit
0643b71c7b
3 changed files with 0 additions and 28 deletions
|
@ -23,9 +23,7 @@
|
||||||
<Path name="/etc/xen/eap"/>
|
<Path name="/etc/xen/eap"/>
|
||||||
<Path name="/etc/xen/routeur"/>
|
<Path name="/etc/xen/routeur"/>
|
||||||
<Path name="/etc/xen/puppet"/>
|
<Path name="/etc/xen/puppet"/>
|
||||||
<Path name="/etc/xen/nat64"/>
|
|
||||||
<Path name="/etc/xen/cas"/>
|
<Path name="/etc/xen/cas"/>
|
||||||
<Path name="/etc/xen/baldrick"/>
|
<Path name="/etc/xen/baldrick"/>
|
||||||
<Path name="/etc/xen/apprentis"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
</Base>
|
</Base>
|
||||||
|
|
|
@ -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') ]
|
|
|
@ -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'),
|
|
||||||
]
|
|
Loading…
Add table
Add a link
Reference in a new issue