[xen] Migration de vert et o2 sous proxmox

This commit is contained in:
Vincent Le Gallic 2013-11-29 02:41:54 +01:00
parent eb4b92ee3b
commit 5adaf1d3d1
5 changed files with 7 additions and 33 deletions

View file

@ -5,14 +5,12 @@
<Path name="/etc/xen/common_wheezy.py"/> <Path name="/etc/xen/common_wheezy.py"/>
<Path name="/etc/xen/news"/> <Path name="/etc/xen/news"/>
<Path name="/etc/xen/niomniom"/> <Path name="/etc/xen/niomniom"/>
<Path name="/etc/xen/o2"/>
<Path name="/etc/xen/titanic"/> <Path name="/etc/xen/titanic"/>
<Path name="/etc/xen/xmpp"/> <Path name="/etc/xen/xmpp"/>
<Path name="/etc/xen/ytrap-llatsni"/> <Path name="/etc/xen/ytrap-llatsni"/>
<Path name="/etc/xen/owl"/> <Path name="/etc/xen/owl"/>
<Path name="/etc/xen/asterisk"/> <Path name="/etc/xen/asterisk"/>
<Path name="/etc/xen/radius"/> <Path name="/etc/xen/radius"/>
<Path name="/etc/xen/ldap"/>
<Path name="/etc/xen/redisdead"/> <Path name="/etc/xen/redisdead"/>
<Path name="/etc/xen/sogo"/> <Path name="/etc/xen/sogo"/>
<Path name="/etc/xen/dhcp"/> <Path name="/etc/xen/dhcp"/>

View file

@ -13,11 +13,6 @@
<Package name="fping"/> <Package name="fping"/>
<Package name="htop"/> <Package name="htop"/>
<Package name="ipython"/> <Package name="ipython"/>
<Group name="domu" negate="true">
<Group name="dom0" negate="true">
<Package name="kexec-tools"/>
</Group>
</Group>
<Package name="less"/> <Package name="less"/>
<Package name="procinfo"/> <Package name="procinfo"/>
<Package name="tree"/> <Package name="tree"/>

View file

@ -1,13 +0,0 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_wheezy.py")
name = "ldap"
memory = 512
vif = [ adm('00:00:13:04:09:01') ]
disk = [ vol(name, "slash", "xvda"),
vol(name, "var", "xvdb"),
vol(name, "swap", "xvdc") ]

View file

@ -1,11 +0,0 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_wheezy.py")
name = "o2"
disk = [ vol(name, "slash", "xvda"),
vol(name, "swap", "xvdb") ]
vif = [ pub("00:00:6c:69:69:21"),
adm("00:00:6c:69:69:71") ]

View file

@ -52,6 +52,11 @@
<Group name="ident-daemon"/> <!-- pgsql speedup (webmail) --> <Group name="ident-daemon"/> <!-- pgsql speedup (webmail) -->
</Group> </Group>
<Group name="mediadrop"
profile="true">
<Group name="crans-vm-wheezy"/>
</Group>
<Group name="horde" <Group name="horde"
profile="true"> profile="true">
<Group name="crans-vm-wheezy"/> <Group name="crans-vm-wheezy"/>
@ -159,7 +164,7 @@
<Group name="db-main"/> <Group name="db-main"/>
<!-- <Group name="ups-server"/> --> <!-- <Group name="ups-server"/> -->
<Group name="non-vlan-adherent"/> <Group name="non-vlan-adherent"/>
<Group name="crans-domu-wheezy"/> <Group name="crans-vm-wheezy"/>
</Group> </Group>
<Group name="babar" <Group name="babar"
@ -360,7 +365,7 @@
<Group name="o2" <Group name="o2"
profile="true"> profile="true">
<Group name="crans-domu-wheezy"/> <Group name="crans-vm-wheezy"/>
<Group name="intranet2-server"/> <Group name="intranet2-server"/>
<Group name="https_cert"/> <Group name="https_cert"/>
</Group> </Group>