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

BugID: 809

Added _hostname for OnlineController.
parent 8f364a82
No related branches found
No related tags found
No related merge requests found
...@@ -27,3 +27,4 @@ uses Correlator 1.0.0 development 'node constraint' "Correlator" ...@@ -27,3 +27,4 @@ uses Correlator 1.0.0 development 'node constraint' "Correlator"
par processes I vtext - 10 0 '[Correlator]' - "list of processes that must be started" par processes I vtext - 10 0 '[Correlator]' - "list of processes that must be started"
par procesOrder I vtext - 10 0 '[]' - "Order of the processes, if any! FOR FUTURE USE." par procesOrder I vtext - 10 0 '[]' - "Order of the processes, if any! FOR FUTURE USE."
par extraInfo I vtext - 10 0 '[OLAP,PIC,Correlator]' - "list of components that the application expects to be in the parsettfile." par extraInfo I vtext - 10 0 '[OLAP,PIC,Correlator]' - "list of components that the application expects to be in the parsettfile."
par _hostname I text - 10 0 'localhost' - "Hostname of the machine on which the ACDaemon is running".
...@@ -25,4 +25,5 @@ uses Transpose 1.0.0 development 'node constraint' "Transpose" ...@@ -25,4 +25,5 @@ uses Transpose 1.0.0 development 'node constraint' "Transpose"
par processes I vtext - 10 0 '[DelayComp,Transpose(12)]' - "list of processes that must be started" par processes I vtext - 10 0 '[DelayComp,Transpose(12)]' - "list of processes that must be started"
par procesOrder I vtext - 10 0 '[]' - "Order of the processes, if any! FOR FUTURE USE." par procesOrder I vtext - 10 0 '[]' - "Order of the processes, if any! FOR FUTURE USE."
par extraInfo I vtext - 10 0 '[.OLAP,PIC]' - "list of components that the application expects to be in the parsettfile." par extraInfo I vtext - 10 0 '[.OLAP,PIC]' - "list of components that the application expects to be in the parsettfile."
par _hostname I text - 10 0 'localhost' - "Hostname of the machine on which the ACDaemon is running".
...@@ -24,3 +24,4 @@ uses StorageProg 1.0.0 development 'node constraint' "StorageProg" ...@@ -24,3 +24,4 @@ uses StorageProg 1.0.0 development 'node constraint' "StorageProg"
par processes I vtext - 10 0 '[StorageProg(4)]' - "list of processes that must be started" par processes I vtext - 10 0 '[StorageProg(4)]' - "list of processes that must be started"
par procesOrder I vtext - 10 0 '[]' - "Order of the processes, if any! FOR FUTURE USE." par procesOrder I vtext - 10 0 '[]' - "Order of the processes, if any! FOR FUTURE USE."
par extraInfo I vtext - 10 0 '[.OLAP,PIC]' - "list of components that the application expects to be in the parsettfile." par extraInfo I vtext - 10 0 '[.OLAP,PIC]' - "list of components that the application expects to be in the parsettfile."
par _hostname I text - 10 0 'localhost' - "Hostname of the machine on which the ACDaemon is running".
...@@ -123,6 +123,5 @@ awk '{ ...@@ -123,6 +123,5 @@ awk '{
}' >${RESULTFILE} }' >${RESULTFILE}
rm ${COMPORDERFILE} ${FILERELFILE} rm ${COMPORDERFILE} ${FILERELFILE}
../../build/gnu_debug/data/bin/load_OTDB_comps $1 ${RESULTFILE} ../../build/gnu_debug/data/bin/load_OTDB_comps $1 ${RESULTFILE}
rm ${RESULTFILE} rm ${RESULTFILE}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment