Skip to content

Instantly share code, notes, and snippets.

@andre-merzky
Created August 5, 2015 20:07
Show Gist options
  • Save andre-merzky/aff698d29f4b89ebff7c to your computer and use it in GitHub Desktop.
Save andre-merzky/aff698d29f4b89ebff7c to your computer and use it in GitHub Desktop.
Agent Config (RP)
{
"agent_layout": {
"agent.master": {
"bridges": {
"pubsub": {
"agent_state_pubsub": "local",
"agent_unschedule_pubsub": "local"
},
"queue": {
"agent_executing_queue": "local",
"agent_scheduling_queue": "local",
"agent_staging_input_queue": "local",
"agent_staging_output_queue": "local"
}
},
"components": {
"agent_executing_component": 1,
"agent_scheduling_component": 1,
"agent_staging_input_component": 1,
"agent_staging_output_component": 1,
"agent_update_worker": 1
},
"workers": ["agent.worker.1"]
},
"agent.worker.1": {
"bridges": {
"pubsub": {
"agent_state_pubsub": "tcp://10.0.0.4",
"agent_unschedule_pubsub": "tcp://10.0.0.4"
},
"queue": {
"agent_executing_queue": "tcp://10.0.0.4",
"agent_scheduling_queue": "tcp://10.0.0.4",
"agent_staging_input_queue": "tcp://10.0.0.4",
"agent_staging_output_queue": "tcp://10.0.0.4"
}
},
"components": {
"agent_executing_component": 1,
"agent_scheduling_component": 0,
"agent_staging_input_component": 0,
"agent_staging_output_component": 0,
"agent_update_worker": 1
},
"workers": []
}
},
"blowup": {
"drop": {
"agent": 1,
"agent_executing_component": 1,
"agent_executing_queue": 1,
"agent_scheduling_component": 1,
"agent_scheduling_queue": 1,
"agent_staging_input_component": 1,
"agent_staging_input_queue": 1,
"agent_staging_output_component": 1,
"agent_staging_output_queue": 1
},
"factor": {
"agent": 1,
"agent_executing_component": 1,
"agent_executing_queue": 1,
"agent_scheduling_component": 1,
"agent_scheduling_queue": 1,
"agent_staging_input_component": 1,
"agent_staging_input_queue": 1,
"agent_staging_output_component": 1,
"agent_staging_output_queue": 1
}
},
"bulk_collection_time": 1.0,
"db_poll_sleeptime": 0.1,
"heartbeat_interval": 300,
"max_io_loglength": 1024,
"staging_area": "staging_area",
"staging_scheme": "staging",
"cores": 8,
"debug": 10,
"lrms": "FORK",
"mongodb_url": "mongodb://localhost/radicalpilot",
"mpi_launch_method": "MPIEXEC",
"pilot_id": "pilot.0000",
"runtime": 1,
"scheduler": "CONTINUOUS",
"session_id": "rp.session.cameo.merzky.016652.0013",
"spawner": "SHELL",
"task_launch_method": "FORK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment