TMSS-557: split viewflow option into --viewflow_app and --viewflow_service....
TMSS-557: split viewflow option into --viewflow_app and --viewflow_service. Run tmss with only --viewflow_app via supervisor. Have a seperate viewflow service.
group.add_option('-m','--eventmessages',dest='eventmessages',action='store_true',help='Send event messages over the messagebus for changes in the TMSS database (for (sub)tasks/scheduling_units etc).')
group.add_option('-m','--eventmessages',dest='eventmessages',action='store_true',help='Send event messages over the messagebus for changes in the TMSS database (for (sub)tasks/scheduling_units etc).')
group.add_option('-r','--ra_test_environment',dest='ra_test_environment',action='store_true',help='start the Resource Assigner test environment which enables scheduling.')
group.add_option('-r','--ra_test_environment',dest='ra_test_environment',action='store_true',help='start the Resource Assigner test environment which enables scheduling.')
group.add_option('-S','--scheduling',dest='scheduling',action='store_true',help='start the TMSS background scheduling services for dynamic scheduling of schedulingunits and subtask scheduling of chains of dependend subtasks.')
group.add_option('-S','--scheduling',dest='scheduling',action='store_true',help='start the TMSS background scheduling services for dynamic scheduling of schedulingunits and subtask scheduling of chains of dependend subtasks.')
group.add_option('-v','--viewflow',dest='viewflow',action='store_true',help='Enable the viewflow app for workflows on top of TMSS')
group.add_option('-v','--viewflow_app',dest='viewflow_app',action='store_true',help='Enable the viewflow app for workflows on top of TMSS')
group.add_option('-V','--viewflow_service',dest='viewflow_service',action='store_true',help='Enable the viewflow service. Implies --viewflow_app and --eventmessages')
group.add_option('-w','--websockets',dest='websockets',action='store_true',help='Enable json updates pushed via websockets')
group.add_option('-w','--websockets',dest='websockets',action='store_true',help='Enable json updates pushed via websockets')
group.add_option('-f','--feedbackservice',dest='feedbackservice',action='store_true',help='Enable feedbackservice to handle feedback from observations/pipelines which comes in via the (old qpid) otdb messagebus.')
group.add_option('-f','--feedbackservice',dest='feedbackservice',action='store_true',help='Enable feedbackservice to handle feedback from observations/pipelines which comes in via the (old qpid) otdb messagebus.')
group.add_option('--all',dest='all',action='store_true',help='Enable/Start all the services, upload schemas and testdata')
group.add_option('--all',dest='all',action='store_true',help='Enable/Start all the services, upload schemas and testdata')