Mise à jour de Tracker
Ignore-this: 536aea4014458184033a41278303adcf darcs-hash:20110507230713-02ac7-88b07657ae600f0ee88804b34a6ef07799bbde93.gz
This commit is contained in:
parent
35e27e2c25
commit
8e5fa2a89f
3 changed files with 5 additions and 4 deletions
|
@ -19,5 +19,6 @@
|
|||
<ConfigFile name="/etc/xen/redisdead"/>
|
||||
<ConfigFile name="/etc/xen/obm"/>
|
||||
<ConfigFile name="/etc/xen/cerbere"/>
|
||||
<ConfigFile name="/etc/xen/tracker"/>
|
||||
</Group>
|
||||
</Base>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common.py")
|
||||
execfile("/etc/xen/common_squeeze.py")
|
||||
|
||||
name = "tracker"
|
||||
|
||||
|
@ -9,6 +9,6 @@ memory = 512
|
|||
vif = [ pub('00:00:13:03:09:17'),
|
||||
adm('00:00:13:03:09:18') ]
|
||||
|
||||
disk = [ vol("tracker", "slash", "hda"),
|
||||
vol("tracker", "swap", "hdb") ]
|
||||
disk = [ vol("tracker", "slash", "xvda"),
|
||||
vol("tracker", "swap", "xvdb") ]
|
||||
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
|
||||
<Group name="tracker"
|
||||
profile="true">
|
||||
<Group name="crans-lenny"/>
|
||||
<Group name="crans-squeeze"/>
|
||||
<Group name="domu"/>
|
||||
<!-- <Group name="http-server"/> -->
|
||||
</Group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue