dhcp, asterisk: passage à pve
This commit is contained in:
parent
0e4a4c447b
commit
e032de1c69
3 changed files with 2 additions and 33 deletions
|
@ -1,13 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "asterisk"
|
||||
|
||||
memory = 512
|
||||
|
||||
vif = [ pub('00:00:13:03:09:0c'),
|
||||
adm('00:00:13:03:09:0d') ]
|
||||
|
||||
disk = [ vol("asterisk", "slash", "xvda"),
|
||||
vol("asterisk", "swap", "xvdb") ]
|
|
@ -1,18 +0,0 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "dhcp"
|
||||
memory = 512
|
||||
|
||||
disk = [ vol(name, "slash", "xvda"),
|
||||
vol(name, "swap", "xvdb") ]
|
||||
|
||||
vif = [ pub('02:64:68:63:70:01'),
|
||||
adm('02:64:68:63:70:02'),
|
||||
wifi('02:64:68:63:70:03'),
|
||||
gratuit('02:64:68:63:70:06'),
|
||||
accueil('02:64:68:63:70:07'),
|
||||
isolement('02:64:68:63:70:09'),
|
||||
appt_ens('02:64:68:63:70:21')
|
||||
]
|
|
@ -316,7 +316,7 @@
|
|||
|
||||
<Group name="asterisk"
|
||||
profile="true">
|
||||
<Group name="crans-domu-wheezy"/>
|
||||
<Group name="crans-vm-wheezy"/>
|
||||
<Bundle name="check_cert"/>
|
||||
<Group name="asterisk-server"/>
|
||||
<Group name="ident-daemon"/>
|
||||
|
@ -434,7 +434,7 @@
|
|||
|
||||
<Group name="dhcp"
|
||||
profile="true">
|
||||
<Group name="crans-domu-wheezy"/>
|
||||
<Group name="crans-vm-wheezy"/>
|
||||
<Group name="vlan-radin"/>
|
||||
<Group name="vlan-accueil"/>
|
||||
<Group name="vlan-isolement"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue