[xen => proxmox] Migration de redisdead, titanic, et nettoyage
This commit is contained in:
parent
766af23118
commit
ae6f3dc85b
6 changed files with 2 additions and 75 deletions
|
@ -3,17 +3,8 @@
|
|||
<Path name="/etc/xen/common.py"/>
|
||||
<Path name="/etc/xen/common_squeeze.py"/>
|
||||
<Path name="/etc/xen/common_wheezy.py"/>
|
||||
<Path name="/etc/xen/niomniom"/>
|
||||
<Path name="/etc/xen/titanic"/>
|
||||
<Path name="/etc/xen/xmpp"/>
|
||||
<Path name="/etc/xen/ytrap-llatsni"/>
|
||||
<Path name="/etc/xen/owl"/>
|
||||
<Path name="/etc/xen/asterisk"/>
|
||||
<Path name="/etc/xen/radius"/>
|
||||
<Path name="/etc/xen/redisdead"/>
|
||||
<Path name="/etc/xen/sogo"/>
|
||||
<Path name="/etc/xen/dhcp"/>
|
||||
<Path name="/etc/xen/eap"/>
|
||||
<Path name="/etc/xen/routeur"/>
|
||||
<Path name="/etc/xen/puppet"/>
|
||||
<Path name="/etc/xen/cas"/>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
import sys
|
||||
sys.stderr.write('Use proxmox !\n')
|
||||
sys.exit(1)
|
||||
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "eap"
|
||||
|
||||
disk = [ vol(name, "slash", "xvda"),
|
||||
vol(name, "var", "xvdb"),
|
||||
vol(name, "swap", "xvdc") ]
|
||||
|
||||
vif = [
|
||||
adm('02:65:61:70:2e:02'),
|
||||
wifi('02:65:61:70:2e:03'),
|
||||
]
|
|
@ -1,18 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
import sys
|
||||
sys.stderr.write('Error: use proxmox !\n')
|
||||
sys.exit(1)
|
||||
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "niomniom"
|
||||
|
||||
memory = 512
|
||||
|
||||
vif = [ pub('00:00:07:12:20:08'),
|
||||
adm('00:00:08:12:20:08') ]
|
||||
|
||||
disk = [ vol("wiki", "slash", "xvda"),
|
||||
vol("wiki", "data", "xvdb"),
|
||||
vol("wiki", "swap", "xvdc") ]
|
|
@ -1,15 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "redisdead"
|
||||
|
||||
memory = 1024
|
||||
|
||||
vif = [ pub('00:00:09:04:19:01'),
|
||||
adm('00:00:09:04:19:02') ]
|
||||
|
||||
disk = [ vol("redisdead", "slash", "xvda"),
|
||||
vol("redisdead", "swap", "xvdb"),
|
||||
vol("redisdead", "var", "xvdc"),
|
||||
vol("redisdead", "mailman", "xvdd")]
|
|
@ -1,13 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "titanic"
|
||||
|
||||
disk = [ vol(name, "slash", "xvda"),
|
||||
vol(name, "swap", "xvdb") ]
|
||||
|
||||
vif = [ pub('aa:73:65:63:6f:75'),
|
||||
adm('aa:73:65:63:6f:76'),
|
||||
freebox('aa:73:65:63:6f:77'),
|
||||
]
|
|
@ -252,7 +252,7 @@
|
|||
<Group name="dns-secondary-no-forward"/>
|
||||
<Group name="dns-recursif"/>
|
||||
<Group name="connection-rescue"/>
|
||||
<Group name="crans-domu-wheezy"/>
|
||||
<Group name="crans-vm-wheezy"/>
|
||||
</Group>
|
||||
|
||||
<Group name="eap"
|
||||
|
@ -409,7 +409,7 @@
|
|||
<Group name="redisdead"
|
||||
profile="true">
|
||||
<Group name="firewall"/>
|
||||
<Group name="crans-domu-wheezy"/>
|
||||
<Group name="crans-vm-wheezy"/>
|
||||
<Group name="mail-mx-main"/>
|
||||
<Group name="mailing-list-manager"/>
|
||||
<Group name="nginx"/> <!-- Pour mailman -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue