[bcfg2] Passé sous proxmox (oubli)

This commit is contained in:
Pierre-Elliott Bécue 2013-08-15 00:01:29 +02:00
parent 80e985ce55
commit 8723fc7da5
3 changed files with 5 additions and 19 deletions

View file

@ -3,7 +3,6 @@
<Path name="/etc/xen/common.py"/>
<Path name="/etc/xen/common_squeeze.py"/>
<Path name="/etc/xen/common_wheezy.py"/>
<Path name="/etc/xen/bcfg2"/>
<Path name="/etc/xen/irc"/>
<Path name="/etc/xen/news"/>
<Path name="/etc/xen/niomniom"/>

View file

@ -19,11 +19,11 @@
<Group name="bcfg2-server" negate="true">
<!-- Sur le serveur les fichiers suivant sont utilises comme
sources pour les clients -->
<Path name="/etc/crans/secrets" type="directory"/>
<Python name="/etc/crans/secrets/secrets.py"/>
<Group name="rsync">
<Python name="/etc/crans/secrets/rsyncd.secrets"/>
</Group>
<Path name="/etc/crans/secrets" type="directory"/>
<Python name="/etc/crans/secrets/secrets.py"/>
<Group name="rsync">
<Python name="/etc/crans/secrets/rsyncd.secrets"/>
</Group>
<Python name="/etc/crans/secrets/slon.py"/>
<Python name="/etc/crans/secrets/nols.py"/>
<Python name="/etc/crans/secrets/README"/>

View file

@ -1,13 +0,0 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_wheezy.py")
name = "bcfg2"
memory = 1024
disk = [ vol("bcfg2", "slash", "xvda"),
vol("bcfg2", "swap", "xvdb") ]
vif = [ adm('00:00:78:93:05:02') ]