Skip to content
Snippets Groups Projects
Commit 20395e86 authored by Chris Broekema's avatar Chris Broekema
Browse files

BugID: 1011

Update host lists. All nodes are available, but lii013 is now lii003 due to a
HW failure.
parent fe2da01c
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,13 @@ from Hosts import *
liifen = ClusterFEN(name = 'liifen',
address = '129.125.99.51')
liifen.setSlavesByPattern('lii%03d', '10.20.150.%d', [1,2,3,4,5,6,7,8,9,10,11,12,13])
liifen.setSlavesByPattern('lii%03d', '10.20.150.%d', [1,2,3,4,5,6,7,8,9,10,11,12])
listfen = ClusterFEN(name = 'listfen' ,
address = '129.125.99.50')
listfen.setSlavesByPattern('list%03d', '10.20.170.%d', [1,2,3,4,5,6,8,9,10,11,12])
listfen.setSlavesByPattern('list%03d', '10.20.170.%d', [1,2,3,4,5,6,7,8,9,10,11,12])
list002 = Host(name = 'list002' , \
......@@ -24,6 +24,8 @@ bglfen2 = Host(name = 'bglfen2', \
address = 'bglfen2.service.rug.nl')
bglfen3 = Host(name = 'bglfen3', \
address = 'bglfen3.service.rug.nl')
bglfen0 = Host(name = 'bglfen0', \
address = 'bglfen0.service.rug.nl')
CS10LCU = Host(name = 'lcu', \
address = '10.151.18.1')
localhost = Host(name = 'localhost', \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment