nouveau domU trakcer
darcs-hash:20090410102355-af139-db8ffa68d7d0493990f56e003b243f6dd462122e.gz
This commit is contained in:
parent
6735612d2d
commit
60b97df3f2
4 changed files with 23 additions and 1 deletions
14
Cfg/etc/xen/tracker/tracker
Normal file
14
Cfg/etc/xen/tracker/tracker
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# -*- coding: utf-8; mode: python -*-
|
||||||
|
|
||||||
|
execfile("/etc/xen/common.py")
|
||||||
|
|
||||||
|
name = "tracker"
|
||||||
|
|
||||||
|
memory = 256
|
||||||
|
|
||||||
|
vif = [ pub('00:00:13:03:09:17'),
|
||||||
|
adm('00:00:13:03:09:18') ]
|
||||||
|
|
||||||
|
disk = [ vol("tracker", "slash", "hda"),
|
||||||
|
vol("tracker", "swap", "hdb") ]
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
<Client name="radius.adm.crans.org" profile="radius" pingable="Y"/>
|
<Client name="radius.adm.crans.org" profile="radius" pingable="Y"/>
|
||||||
<Client name="owl.adm.crans.org" profile="owl" pingable="Y"/>
|
<Client name="owl.adm.crans.org" profile="owl" pingable="Y"/>
|
||||||
<Client name="asterisk.adm.crans.org" profile="asterisk" pingable="Y"/>
|
<Client name="asterisk.adm.crans.org" profile="asterisk" pingable="Y"/>
|
||||||
|
<Client name="tracker.adm.crans.org" profile="tracker" pingable="Y"/>
|
||||||
|
|
||||||
<!-- La ferme -->
|
<!-- La ferme -->
|
||||||
<Client name="canard.adm.crans.org" profile="canard" pingable="Y"/>
|
<Client name="canard.adm.crans.org" profile="canard" pingable="Y"/>
|
||||||
|
|
|
@ -243,6 +243,13 @@
|
||||||
<Group name="db-replicat"/>
|
<Group name="db-replicat"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
<Group name="tracker"
|
||||||
|
profile="true">
|
||||||
|
<Group name="crans-lenny"/>
|
||||||
|
<Group name="domu"/>
|
||||||
|
<!-- <Group name="http-server"/>-->
|
||||||
|
</Group>
|
||||||
|
|
||||||
<!-- profile de test -->
|
<!-- profile de test -->
|
||||||
|
|
||||||
<Group name="bcfg2tmp0" profile="true">
|
<Group name="bcfg2tmp0" profile="true">
|
||||||
|
|
|
@ -71,4 +71,4 @@ backuppc_hosts("Backups des homes", ["adherentsak", "adherentslz"])
|
||||||
backuppc_hosts("Backups des serveurs",
|
backuppc_hosts("Backups des serveurs",
|
||||||
["komaz", "sila", "sable", "zamok", "rouge", "vert", "pegase", "babar",
|
["komaz", "sila", "sable", "zamok", "rouge", "vert", "pegase", "babar",
|
||||||
"egon", "ovh", "fx", "titanic", "mdr", "irc", "xmpp", "o2", "news",
|
"egon", "ovh", "fx", "titanic", "mdr", "irc", "xmpp", "o2", "news",
|
||||||
"munin", "niomniom", "ytrap-llatsni", "canard", "oie", "lapin", "ragnarok"])
|
"munin", "niomniom", "ytrap-llatsni", "canard", "oie", "lapin", "ragnarok", "radius", "asterisk", "owl", "tracker"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue