From d53c34d3f1594719c51ff9b9ef1daebd81d27480 Mon Sep 17 00:00:00 2001 From: Arno Schoenmakers <schoenmakers@astron.nl> Date: Tue, 28 Sep 2010 08:03:28 +0000 Subject: [PATCH] Bug 1319: Adapted bgfen node to canonical name bgstfen --- MAC/Deployment/data/OTDB/CorrAppl.comp | 5 +++-- MAC/Deployment/data/OTDB/IONAppl.comp | 4 ++-- MAC/Deployment/data/OTDB/StorageAppl.comp | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/MAC/Deployment/data/OTDB/CorrAppl.comp b/MAC/Deployment/data/OTDB/CorrAppl.comp index d396a4f26b1..470f829a164 100644 --- a/MAC/Deployment/data/OTDB/CorrAppl.comp +++ b/MAC/Deployment/data/OTDB/CorrAppl.comp @@ -11,7 +11,7 @@ node CNProc 4.0.0 development 'node constraint' "CNProc" # name dir. type unit prun. vm value constr. descr. #-------------------------------------------------------------------------------------------------------- par _executable I text - 10 0 'CN_Processing' - 'The name of the executable to start' -par _hostname I text - 10 0 'bgfen1' - 'The machine on which the start- and stop-script is executed.' +par _hostname I text - 10 0 'bgstfen' - 'The machine on which the start- and stop-script is executed.' par _nodes I vtext - 10 0 '[]' - 'Nodes used by the (mpi)processes' par _startstopType I ptext - 10 0 "cmdline|mpirun|bgl;bgl" - 'Method of starting the proces' par workingdir I text - 10 0 "/opt/lofar/bin/" - 'Directory to use.' @@ -26,4 +26,5 @@ uses CNProc 4.0.0 development 'node constraint' "CNProc" par processes I vtext - 10 0 '["CNProc"]' - "list of processes that must be started" 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 _hostname I text - 10 0 'bgfen1' - "Hostname of the machine on which the ACDaemon is running". +par _hostname I text - 10 0 'bgstfen' - "Hostname of the machine on which the ACDaemon is running". + diff --git a/MAC/Deployment/data/OTDB/IONAppl.comp b/MAC/Deployment/data/OTDB/IONAppl.comp index de8276055a5..2f8603d4a5c 100644 --- a/MAC/Deployment/data/OTDB/IONAppl.comp +++ b/MAC/Deployment/data/OTDB/IONAppl.comp @@ -11,7 +11,7 @@ node IONProc 4.0.0 development 'node constraint' "IONProc" # name dir. type unit prun. vm value constr. descr. #-------------------------------------------------------------------------------------------------------- par _executable I text - 10 0 'IONProc' - 'The name of the executable to start' -par _hostname I text - 10 0 'bgfen1' - 'The machine on which the start- and stop-script is executed.' +par _hostname I text - 10 0 'bgstfen' - 'The machine on which the start- and stop-script is executed.' par _nodes I vtext - 10 0 '[]' - 'Nodes used by the (mpi)processes' par _startstopType I ptext - 10 0 "cmdline|mpirun|bgl;cmdline" - 'Method of starting the proces' par workingdir I text - 10 0 "/cephome/lofar-prod/bin/" - 'Directory to use.' @@ -26,4 +26,4 @@ uses IONProc 4.0.0 development 'node constraint' "IONProc" par processes I vtext - 10 0 '["IONProc"]' - "list of processes that must be started" 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 _hostname I text - 10 0 'bgfen1' - "Hostname of the machine on which the ACDaemon is running". +par _hostname I text - 10 0 'bgstfen' - "Hostname of the machine on which the ACDaemon is running". diff --git a/MAC/Deployment/data/OTDB/StorageAppl.comp b/MAC/Deployment/data/OTDB/StorageAppl.comp index 37fb7526198..d3a744d84ad 100644 --- a/MAC/Deployment/data/OTDB/StorageAppl.comp +++ b/MAC/Deployment/data/OTDB/StorageAppl.comp @@ -10,7 +10,7 @@ node Storage 4.0.0 development 'node constraint' "Storage" # name dir. type unit prun. vm value constr. descr. #-------------------------------------------------------------------------------------------------------- par _executable I text - 10 0 "Storage" - 'The name of the executable to start' -par _hostname I text - 10 0 "bgfen1" - 'The machine on which the start- and stop-script is executed.' +par _hostname I text - 10 0 "bgstfen" - 'The machine on which the start- and stop-script is executed.' par _nodes I vtext - 10 0 '[]' - 'Nodes used by the (mpi)processes' par _startstopType I ptext - 10 0 "cmdline|mpirun|bgl;mpirun" - 'Method of starting the proces' @@ -24,4 +24,4 @@ uses Storage 4.0.0 development 'node constraint' "Storage" par processes I vtext - 10 0 '["Storage"]' - "list of processes that must be started" 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 _hostname I text - 10 0 'bgfen1' - "Hostname of the machine on which the ACDaemon is running". +par _hostname I text - 10 0 'bgstfen' - "Hostname of the machine on which the ACDaemon is running". -- GitLab