Skip to content

Commit e320477

Browse files
author
ravigurram8
committed
config changes for cromwell product
1 parent 5ae3a5d commit e320477

2 files changed

Lines changed: 76 additions & 2 deletions

File tree

config/settings-config.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,79 @@
400400
"terminated"
401401
]
402402
},
403+
"cromwell": {
404+
"actions": {
405+
"running": {
406+
"connect": [
407+
{
408+
"menu": "SSH/RDP",
409+
"imageUrl": "../../assets/images/technology@2x.png"
410+
},
411+
{
412+
"menu": "View Outputs",
413+
"imageUrl": "../../assets/images/link@2x.png",
414+
"outputsRequired": [
415+
"InstanceIPAddress",
416+
"InstanceId"
417+
]
418+
}
419+
],
420+
"action": [
421+
{
422+
"action": "Stop",
423+
"imageUrl": "../../assets/images/stop.png"
424+
},
425+
{
426+
"action": "Reboot",
427+
"imageUrl": "../../assets/images/reset@2x.png"
428+
}
429+
]
430+
},
431+
"stopped": {
432+
"connect": [],
433+
"action": [
434+
{
435+
"action": "Start",
436+
"imageUrl": "../../assets/images/play@2x.png"
437+
}
438+
]
439+
},
440+
"default": {
441+
"connect": [
442+
{
443+
"menu": "SSH/RDP",
444+
"imageUrl": "../../assets/images/technology@2x.png"
445+
}
446+
],
447+
"action": [
448+
{
449+
"action": "Stop",
450+
"imageUrl": "../../assets/images/stop.png"
451+
},
452+
{
453+
"action": "Reboot",
454+
"imageUrl": "../../assets/images/reset@2x.png"
455+
}
456+
]
457+
}
458+
},
459+
"transient_states": [
460+
"pending",
461+
"shutting-down",
462+
"stopping",
463+
"deleting"
464+
],
465+
"active_states": [
466+
"running",
467+
"active"
468+
],
469+
"stopped_states": [
470+
"stopped"
471+
],
472+
"terminated_states": [
473+
"terminated"
474+
]
475+
},
403476
"wordpress": {
404477
"actions": {
405478
"running": {
@@ -651,7 +724,8 @@
651724
"emr",
652725
"rds",
653726
"rstudio",
654-
"nextflow"
727+
"nextflow",
728+
"cromwell"
655729
],
656730
"cft_active_states": [
657731
"available",

dump/configs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
},
225225
"key": "projectStorage",
226226
"value": {
227-
"productList": ["ec2", "rstudio", "nextflow"],
227+
"productList": ["ec2", "rstudio", "nextflow", "cromwell"],
228228
"s3Mounts": {
229229
"ProjectStorage": {
230230
"id": "ProjectStorage",

0 commit comments

Comments
 (0)