Annuaire du PdJ

darcs-hash:20060202205033-72cb0-ed27f521eaf922c4bbca82b507f499c7901e7818.gz
This commit is contained in:
salles 2006-02-02 21:50:33 +01:00
parent 274d45a1d3
commit 8c55be11c9

View file

@ -2,8 +2,8 @@
# -*- coding: iso-8859-15 -*- # -*- coding: iso-8859-15 -*-
# Liste des bâtiments avec switch manageables # Liste des bâtiments avec switch manageables
bat_switchs = [ 'a', 'b', 'c' , 'g' , 'h' , 'i' , 'j' , 'm' ] bat_switchs = [ 'a', 'b', 'c' , 'g' , 'h' , 'i' , 'j' , 'm' , 'p']
bat_manuels = [ 'p' ] bat_manuels = [ ] # Y en a plus aucun :) ou presque
aide={ aide={
'g' : "appart du RDC=G901" , 'g' : "appart du RDC=G901" ,
@ -414,37 +414,37 @@ chbre_prises={ 'a' :
'p' : 'p' :
{'101':'101' , '102':'102' , '103':'103' , '104':'104' , {'101':'001' , '102':'003' , '103':'005' , '104':'007' ,
'105':'105' , '106':'106' , '111':'111' , '112':'112' , '105':'009' , '106':'011' , '111':'013' , '112':'015' ,
'113':'113' , '114':'114' , '115':'115' , '116':'116' , '113':'017' , '114':'019' , '115':'021' , '116':'023' ,
'117':'117' , '118':'118' , '119':'119' , '120':'120' , '117':'023' , '118':'023' , '119':'023' , '120':'023' ,
'121':'121' , '122':'122' , '123':'123' , '124':'124' , '121':'002' , '122':'004' , '123':'006' , '124':'008' ,
'125':'125' , '126':'126' , '127':'127' , '128':'128' , '125':'010' , '126':'012' , '127':'014' , '128':'016' ,
'129':'129' , '130':'130' , '131':'131' , '129':'018' , '130':'020' , '131':'022' ,
'201':'201' , '202':'202' , '203':'203' , '204':'204' , '201':'101' , '202':'103' , '203':'105' , '204':'107' ,
'205':'205' , '206':'206' , '211':'211' , '212':'212' , '205':'109' , '206':'111' , '211':'113' , '212':'115' ,
'213':'213' , '214':'214' , '215':'215' , '216':'216' , '213':'117' , '214':'119' , '215':'121' , '216':'123' ,
'217':'217' , '218':'218' , '219':'219' , '220':'220' , '217':'123' , '218':'123' , '219':'123' , '220':'123' ,
'221':'221' , '222':'222' , '223':'223' , '224':'224' , '221':'102' , '222':'104' , '223':'106' , '224':'108' ,
'225':'225' , '226':'226' , '227':'227' , '228':'228' , '225':'110' , '226':'112' , '227':'114' , '228':'116' ,
'229':'229' , '230':'230' , '231':'231' , '229':'118' , '230':'120' , '231':'122' ,
'301':'301' , '302':'302' , '303':'303' , '304':'304' ,
'305':'305' , '306':'306' , '311':'311' , '312':'312' ,
'313':'313' , '314':'314' , '315':'315' , '316':'316' ,
'317':'317' , '318':'318' , '319':'319' , '320':'320' ,
'321':'321' , '322':'322' , '323':'323' , '324':'324' ,
'325':'325' , '326':'326' , '327':'327' , '328':'328' ,
'329':'329' , '330':'330' , '331':'331' ,
'401':'401' , '402':'402' , '403':'403' , '404':'404' , '301':'201' , '302':'203' , '303':'205' , '304':'207' ,
'405':'405' , '406':'406' , '411':'411' , '412':'412' , '305':'209' , '306':'211' , '311':'213' , '312':'215' ,
'413':'413' , '414':'414' , '415':'415' , '416':'416' , '313':'217' , '314':'219' , '315':'221' , '316':'223' ,
'417':'417' , '418':'418' , '419':'419' , '420':'420' , '317':'223' , '318':'223' , '319':'223' , '320':'223' ,
'421':'421' , '422':'422' , '423':'423' , '424':'424' , '321':'202' , '322':'204' , '323':'206' , '324':'208' ,
'425':'425' , '426':'426' , '427':'427' , '428':'428' , '325':'210' , '326':'212' , '327':'214' , '328':'216' ,
'429':'429' , '430':'430' , '431':'431' } '329':'218' , '330':'220' , '331':'222' ,
'401':'301' , '402':'303' , '403':'305' , '404':'307' ,
'405':'309' , '406':'311' , '411':'313' , '412':'315' ,
'413':'317' , '414':'319' , '415':'321' , '416':'323' ,
'417':'323' , '418':'323' , '419':'323' , '420':'323' ,
'421':'302' , '422':'304' , '423':'306' , '424':'308' ,
'425':'310' , '426':'312' , '427':'314' , '428':'316' ,
'429':'318' , '430':'320' , '431':'322' }
} }
# Prises d'uplink, de machines du crans # Prises d'uplink, de machines du crans
@ -486,7 +486,12 @@ uplink_prises={ 'a' :
349 : 'uplink->batm-2', 350 : 'uplink->batm-4', 349 : 'uplink->batm-2', 350 : 'uplink->batm-4',
449 : 'uplink->batm-3', 450 : 'uplink->batm-5', 449 : 'uplink->batm-3', 450 : 'uplink->batm-5',
549 : 'uplink->batm-4', 550 : 'uplink->batm-6', 549 : 'uplink->batm-4', 550 : 'uplink->batm-6',
649 : 'uplink->batm-5', 650 : 'libre-service' } 649 : 'uplink->batm-5', 650 : 'libre-service' },
'p' :
{ 25 : 'uplink->batp-1', 26 : 'uplink->bds',
125 : 'uplink->batp-2', 126 : 'uplink->batp-1',
225 : 'uplink->batp-3', 226 : 'uplink->batp-2',
325 : 'uplink->backbone',326 : 'uplink->batp-3' }
} }
# Dictionnaire inverse # Dictionnaire inverse