Ajout du domU cas

This commit is contained in:
Valentin Samir 2013-02-22 19:00:53 +01:00
parent f2cf26f496
commit 26c0d5bb95
3 changed files with 16 additions and 0 deletions

View file

@ -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
View 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'),
]

View file

@ -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 -->