[bcfg2] Passé sous proxmox (oubli)
This commit is contained in:
parent
80e985ce55
commit
8723fc7da5
3 changed files with 5 additions and 19 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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') ]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue