Ajout du domU cas
This commit is contained in:
parent
f2cf26f496
commit
26c0d5bb95
3 changed files with 16 additions and 0 deletions
|
@ -31,5 +31,6 @@
|
|||
<Path name="/etc/xen/puppet"/>
|
||||
<Path name="/etc/xen/bob"/>
|
||||
<Path name="/etc/xen/nat64"/>
|
||||
<Path name="/etc/xen/cas"/>
|
||||
</Group>
|
||||
</Base>
|
||||
|
|
14
Cfg/etc/xen/cas/cas
Normal file
14
Cfg/etc/xen/cas/cas
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_squeeze.py")
|
||||
|
||||
name = "cas"
|
||||
|
||||
memory = 512
|
||||
|
||||
disk = [ vol(name, "slash", "xvda"),
|
||||
vol(name, "swap", "xvdb") ]
|
||||
|
||||
vif = [ pub('02:00:63:61:73:01'),
|
||||
adm('02:00:63:61:73:02'),
|
||||
]
|
|
@ -45,6 +45,7 @@
|
|||
<Client name="thot.adm.crans.org" profile="thot" pingable="Y"/>
|
||||
<Client name="eap.adm.crans.org" profile="eap" pingable="Y"/>
|
||||
<Client name="nat64.adm.crans.org" profile="nat64" pingable="Y"/>
|
||||
<Client name="cas.adm.crans.org" profile="cas" pingable="Y"/>
|
||||
<Client name="listes.adm.crans.org" profile="listes" pingable="Y"/>
|
||||
|
||||
<!-- Containers OpenVZ -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue