Skip to content
Snippets Groups Projects
Commit 0287cc09 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 827

Changes nodes names
parent 0ea46cfa
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ node BBDB 1.0.0 development 'node constraint' 'BBS Blackboard Database' ...@@ -10,7 +10,7 @@ node BBDB 1.0.0 development 'node constraint' 'BBS Blackboard Database'
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
par _hostname I text - 10 0 'IMG002' - 'host on which BBS will be started, value is determined by the scheduler' par _hostname I text - 10 0 'lioff002' - 'host on which BBS will be started, value is determined by the scheduler'
par Host I text - 10 0 '127.0.0.1' - 'Host on which the Blackboard database resides' par Host I text - 10 0 '127.0.0.1' - 'Host on which the Blackboard database resides'
par Port I int - 10 0 '12345' - 'Port on which the Blackboard database is listening' par Port I int - 10 0 '12345' - 'Port on which the Blackboard database is listening'
par DBName I text - 10 0 'blackboard' - 'Database name with the Black Board tables' par DBName I text - 10 0 'blackboard' - 'Database name with the Black Board tables'
......
...@@ -8,7 +8,7 @@ node OLAP_HW 1.0.0 development 'node constraint' "OLAP Hardware" ...@@ -8,7 +8,7 @@ node OLAP_HW 1.0.0 development 'node constraint' "OLAP Hardware"
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
par _hostname I text - 10 0 'INP002' - 'host on which OLAP will be started, value is determined by the scheduler' par _hostname I text - 10 0 'lii002' - 'host on which OLAP will be started, value is determined by the scheduler'
par AMCServerHost I text - 10 0 '192.168.100.254' - 'ip-address of AMC server' par AMCServerHost I text - 10 0 '192.168.100.254' - 'ip-address of AMC server'
par AMCServerPort I int - 10 0 '8400' - 'port on which the AMC server is listening' par AMCServerPort I int - 10 0 '8400' - 'port on which the AMC server is listening'
par DelayCompensationHost I text - 10 0 '192.168.100.254' - 'ip-address of AMC server' par DelayCompensationHost I text - 10 0 '192.168.100.254' - 'ip-address of AMC server'
......
...@@ -12,9 +12,9 @@ node VirtualInstrument 1.0.0 development 'node constraint' "VirtualIns ...@@ -12,9 +12,9 @@ node VirtualInstrument 1.0.0 development 'node constraint' "VirtualIns
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------
par stationList I text - 10 0 [CS001,CS002,CS003] - 'list of all used stations' par stationList I text - 10 0 [CS001,CS008,CS010] - 'list of all used stations'
par inputNodeList I text - 10 0 [INP002,INP003,INP004,INP005] - 'list of all used InputNodes' par inputNodeList I text - 10 0 [lii002,lii003,lii004,lii005] - 'list of all used InputNodes'
par BGLNodeList I text - 10 0 [BGL001,BGL002,BGL003] - 'list of all used BGLNodes' par BGLNodeList I text - 10 0 [BGL001,BGL002,BGL003] - 'list of all used BGLNodes'
par storageNodeList I text - 10 0 [STOR005,STOR006] - 'list of all used StorageNodes' par storageNodeList I text - 10 0 [list005,list006] - 'list of all used StorageNodes'
par imageNodeList I text - 10 0 [IMG005,IMG002,IMG003] - 'list of all used ImageNodes' par imageNodeList I text - 10 0 [lioff005,lioff002,lioff003] - 'list of all used ImageNodes'
par storageCapacity I int DISK 10 0 760 - 'total available StorageCapacity' par storageCapacity I int DISK 10 0 760 - 'total available StorageCapacity'
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