[domu/eap] ajout du serveur

Ignore-this: 9cfbe01b4c2fe0fa6f03034237c596ca
Nouveau serveur d'authentification wifi

darcs-hash:20130118010503-28565-01af84bd6b05fe6a95670aecde5017f0912cab0a.gz
This commit is contained in:
Daniel STAN 2013-01-18 02:05:03 +01:00
parent 23a64acd8a
commit d1af3cf733
4 changed files with 24 additions and 0 deletions

View file

@ -25,6 +25,7 @@
<Path name="/etc/xen/sogo"/> <Path name="/etc/xen/sogo"/>
<Path name="/etc/xen/dhcp"/> <Path name="/etc/xen/dhcp"/>
<Path name="/etc/xen/log"/> <Path name="/etc/xen/log"/>
<Path name="/etc/xen/eap"/>
<Path name="/etc/xen/routeur"/> <Path name="/etc/xen/routeur"/>
<Path name="/etc/xen/puppet"/> <Path name="/etc/xen/puppet"/>
<Path name="/etc/xen/bob"/> <Path name="/etc/xen/bob"/>

14
Cfg/etc/xen/eap/eap Normal file
View file

@ -0,0 +1,14 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_squeeze.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'),
]

View file

@ -43,6 +43,7 @@
<Client name="routeur.adm.crans.org" profile="routeur"/> <Client name="routeur.adm.crans.org" profile="routeur"/>
<Client name="puppet.adm.crans.org" profile="puppet" pingable="Y"/> <Client name="puppet.adm.crans.org" profile="puppet" pingable="Y"/>
<Client name="thot.adm.crans.org" profile="thot" pingable="Y"/> <Client name="thot.adm.crans.org" profile="thot" pingable="Y"/>
<Client name="eap.adm.crans.org" profile="eap" pingable="Y"/>
<!-- Containers OpenVZ --> <!-- Containers OpenVZ -->
<Client name="notyetbroken.adm.crans.org" profile="notyetbroken" pingable="N" pingtime="1252769390.14"/> <Client name="notyetbroken.adm.crans.org" profile="notyetbroken" pingable="N" pingtime="1252769390.14"/>

View file

@ -173,6 +173,14 @@
<Group name="domu"/> <Group name="domu"/>
</Group> </Group>
<Group name="eap"
profile="true">
<Group name="crans-squeeze"/>
<Group name="domu" />
<Group name="vlan-wifi" />
<Group name="non-vlan-adherent" />
</Group>
<Group name="mdr" <Group name="mdr"
profile="true"> profile="true">
<Group name="crans-squeeze"/> <Group name="crans-squeeze"/>