On utilise le fqdn pour les switchs

darcs-hash:20050617205524-41617-5764faeff471219babc9a6a1710160a65384c854.gz
This commit is contained in:
pauget 2005-06-17 22:55:24 +02:00
parent d744b664dd
commit d7a0d97324
2 changed files with 2 additions and 2 deletions

View file

@ -350,7 +350,7 @@ class sw_chbre(hpswitch) :
bat = chbre[0].lower()
prise = chbre_prises[bat][chbre[1:]]
self.prise_brute = prise
self.switch = 'bat%s' % bat
self.switch = 'bat%s.adm.crans.org' % bat
num_switch = int(prise[0])
self.switch += '-%i' % num_switch
if prise[-1] == '-' :