[Random] Liste des prises backbone à jour, + modif de generate.

Ignore-this: 14a268b749263623ad6c627776cd0711

darcs-hash:20120809160206-b6762-ef9f4ef53feb736251671becf48c7744c802fc51.gz
This commit is contained in:
Pierre-Elliott Bécue 2012-08-09 18:02:06 +02:00
parent 1195da42e8
commit c82deb9299
2 changed files with 11 additions and 15 deletions

View file

@ -201,23 +201,23 @@ uplink_prises={ 'a' :
'backbone' : #For your consideration
{
#A: 12eth+12fibre, B: 24 eth
'A1': 'zamok', 'B1': 'bata',
'B1': 'bata',
'A2': 'komaz-ens', 'B2': 'multiprise-wifi',
'A3': 'sable', 'B3': 'monit',
'A3': 'sable', 'B3': 'dyson',
'A4': 'komaz', 'B4': 'fy',
'B5': 'switch-ilo',
'B6': 'vigile 0B',
'B7': 'rouge',
'B7': 'daath',
'B8': 'batb',
'B9': '2b',
'B10': 'fz',
'B11': 'gordon',
'B12': 'ragnarok',
'B12': 'nols2',
'A13': 'batm', 'B13': 'osm',
'A14': 'batp', 'B14': 'fx',
'A14': 'batp', 'B14': 'zamok',
'A15': 'batc', 'B15': 'charybde',
'A16': 'bato', 'B16': 'dyson',
'A17': 'bath',
'A16': 'bato',
'A17': 'bath', 'B18': 'nols',
'A18': 'bati',
'A19': 'batj',
'A20': 'batg',

View file

@ -165,14 +165,6 @@ class redisdead(base_reconfigure):
from gen_confs.supervison import mail_solde
self._do(mail_solde(modifs))
class rouge(base_reconfigure):
def autostatus(self):
from autostatus import autostatus
self._do(autostatus())
# def dhcp(self):
# from gen_confs.dhcpd import dhcp
# self._do(dhcp(), self._machines())
class owl(base_reconfigure):
def del_user(self, args):
@ -246,6 +238,10 @@ class komaz(base_reconfigure):
self.__fw().classes_p2p_maj(ips)
class dyson(base_reconfigure):
def autostatus(self):
from autostatus import autostatus
self._do(autostatus())
def dhcp(self):
from gen_confs.dhcpd_new import dhcp
self._do(dhcp(), self._machines())