Skip to content
Snippets Groups Projects
Commit 98a287ca authored by Alwin de Jong's avatar Alwin de Jong
Browse files

bug1459: PythonControl not obsolete (oops misstake)

parent 62078beb
No related branches found
No related tags found
No related merge requests found
......@@ -1232,6 +1232,7 @@ MAC/Deployment/data/OTDB/DataProductNode.list -text
MAC/Deployment/data/OTDB/DataslotInfo.comp -text
MAC/Deployment/data/OTDB/Dataslots.base -text
MAC/Deployment/data/OTDB/PIC_update_20101203.log -text
MAC/Deployment/data/OTDB/PythonControl.comp -text
MAC/Deployment/data/OTDB/Scheduler.comp -text
MAC/Deployment/data/OTDB/Storage.base -text
MAC/Deployment/data/OTDB/TBBControl.comp -text
......
......@@ -10,6 +10,8 @@
node ObservationControl 4.0.1 development '' "Observation Controller"
uses StationControl 4.0.0 development '1' "All the station Controllers"
uses OnlineControl 4.0.1 development '1' "Controller for the online datastream"
uses PythonControl 4.0.0 development '1' "Controller for the offline datastream"
#uses OfflineControl 4.0.0 development '1' "Controller for the offline datastream"
# name dir. type unit prun. vm value constr. descr.
......
# -- PythonControl--
#
# $Id: PythonControl.comp2 14475 2009-11-17 14:49:28Z coolen $
#
# name vers qual constr. descr.
#--------------------------------------------------------------------------------------------------------
node PythonControl 4.0.0 development 'node constraint' "Controller for the offline datastream"
# name dir. type unit prun. vm value constr. descr.
#--------------------------------------------------------------------------------------------------------
par _hostname I text - 100 0 'lfe001' - "Machine the PythonController should run on"
par pythonProgram I text - 100 0 'startPipeline.py' - "Python script to start"
par pythonHost I text - 100 0 'CCU001' - "Machine the Pythonscript should be started"
par runtimeDirectory I text - 100 0 '/home/pipeline/runtime/${MSNUMBER}/run' - "Where to start the programs"
par resultDirectory I text - 100 0 'lexar001:/data/${MSNUMBER}/output' - "Where to store the results"
par workingDirectory I text - 100 0 '/data/scratch/${MSNUMBER}/work' - "Where to store temporarely files"
#uses ApplCtrl 4.0.0 development 1 "The ACC controller"
#uses Flagger 4.0.0 development 1 "Flagger"
uses DPPP 4.0.0 development 1 "DPcube"
uses BBS 4.0.0 development 1 "Blackboard System"
uses Imager 4.0.0 development 1 "Imager"
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