[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

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