Skip to content

Commit e166ea8

Browse files
committed
Merge branch 'topic-release' of https://github.com/RLOpenCatalyst/rgdeploy into topic-release
2 parents b3102f7 + 31ce0ae commit e166ea8

2 files changed

Lines changed: 118 additions & 372 deletions

File tree

dump/standardcatalogitems.json

Lines changed: 1 addition & 372 deletions
Original file line numberDiff line numberDiff line change
@@ -53,66 +53,6 @@
5353
]
5454
}
5555
},
56-
{
57-
"_id": {
58-
"$oid": "60504955135663522b880ade"
59-
},
60-
"name": "Docker on Amazon EC2 Linux",
61-
"description": "Use Docker, a popular container orchestration software, on Amazon Elastic Compute Cloud (Amazon EC2).",
62-
"fileName": "ec2-linux-docker.yml",
63-
"tags": [
64-
{
65-
"Key": "EstimatedTimeToProvision",
66-
"Value": "10 Minutes"
67-
},
68-
{
69-
"Key": "DetailsLink",
70-
"Value": "https://researchgateway.readthedocs.io/en/latest/DockerEC2linux.html"
71-
},
72-
{
73-
"Key": "Service",
74-
"Value": "EC2"
75-
},
76-
{
77-
"Key": "TypeOfProduct",
78-
"Value": "Research"
79-
}
80-
],
81-
"owner": "RL",
82-
"portfolio": "RGPortfolio",
83-
"availableRegions": [],
84-
"assignedOU": [],
85-
"metaData": {
86-
"pre_provisioning": [
87-
{
88-
"code": "CFT_PARAMS",
89-
"params": [
90-
{
91-
"name": "EnvironmentInstanceFiles",
92-
"type": "RL::SC::PARAM::HD"
93-
},
94-
{
95-
"name": "IamPolicyDocument",
96-
"type": "RL::SC::PARAM::HD"
97-
},
98-
{
99-
"name": "S3Mounts",
100-
"type": "RL::SC::PARAM::HD"
101-
},
102-
{
103-
"name": "Namespace",
104-
"type": "RL::SC::PARAM::HD"
105-
}
106-
]
107-
}
108-
],
109-
"post_provisioning": [],
110-
"checks_before_assigning_product": [],
111-
"checks_after_assigning_product": [],
112-
"permission_required": {},
113-
"cost_resource": true
114-
}
115-
},
11656
{
11757
"_id": {
11858
"$oid": "60504955135663522b880edb"
@@ -238,7 +178,7 @@
238178
"_id": {
239179
"$oid": "60504955135663522b880cff"
240180
},
241-
"name": "Amazon Sagemaker",
181+
"name": "Amazon Sagemaker Notebook",
242182
"description": "Amazon SageMaker is a fully managed service that provides the ability to build, train, and deploy ML models",
243183
"fileName": "sagemaker-template-with-url.yml",
244184
"tags": [
@@ -390,318 +330,7 @@
390330
"permission_required": {},
391331
"cost_resource": true
392332
}
393-
},
394-
{
395-
"_id": {
396-
"$oid": "6076865ad0881f46a105da23"
397-
},
398-
"name": "Amazon EC2 Windows",
399-
"description": "Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud.",
400-
"fileName": "windows-ec2.yaml",
401-
"tags": [
402-
{
403-
"Key": "EstimatedTimeToProvision",
404-
"Value": "10 Minutes"
405-
},
406-
{
407-
"Key": "DetailsLink",
408-
"Value": "https://researchgateway.readthedocs.io/en/latest/windows.html"
409-
},
410-
{
411-
"Key": "Service",
412-
"Value": "EC2"
413-
},
414-
{
415-
"Key": "TypeOfProduct",
416-
"Value": "Research"
417-
}
418-
],
419-
"owner": "RL",
420-
"portfolio": "RGPortfolio",
421-
"availableRegions": [],
422-
"assignedOU": [],
423-
"metaData": {
424-
"pre_provisioning": [],
425-
"post_provisioning": [],
426-
"checks_before_assigning_product": [],
427-
"checks_after_assigning_product": [],
428-
"permission_required": {},
429-
"cost_resource": true
430-
}
431-
},
432-
{
433-
"_id": {
434-
"$oid": "610166d6bbe50a00122a5139"
435-
},
436-
"name" : "Ubuntu 20 04 on Amazon EC2",
437-
"description" : "Use Ubuntu 20.04, on Amazon Elastic Compute Cloud (Amazon EC2).",
438-
"fileName" : "ec2-ubuntu.yml",
439-
"tags" : [
440-
{
441-
"Key" : "EstimatedTimeToProvision",
442-
"Value" : "10 Minutes"
443-
},
444-
{
445-
"Key" : "DetailsLink",
446-
"Value" : "https://researchgateway.readthedocs.io/en/latest/ubuntu.html"
447-
},
448-
{
449-
"Key" : "Service",
450-
"Value" : "EC2"
451-
},
452-
{
453-
"Key" : "TypeOfProduct",
454-
"Value" : "Research"
455-
}
456-
],
457-
"owner" : "RL",
458-
"portfolio" : "RGPortfolio",
459-
"availableRegions" : [ ],
460-
"assignedOU" : [ ],
461-
"metaData" : {
462-
"pre_provisioning" : [
463-
{
464-
"code" : "CFT_PARAMS",
465-
"params" : [
466-
{
467-
"name" : "EnvironmentInstanceFiles",
468-
"type" : "RL::SC::PARAM::HD"
469-
},
470-
{
471-
"name" : "IamPolicyDocument",
472-
"type" : "RL::SC::PARAM::HD"
473-
},
474-
{
475-
"name" : "S3Mounts",
476-
"type" : "RL::SC::PARAM::HD"
477-
},
478-
{
479-
"name" : "Namespace",
480-
"type" : "RL::SC::PARAM::HD"
481-
}
482-
]
483-
}
484-
],
485-
"post_provisioning" : [ ],
486-
"checks_before_assigning_product" : [ ],
487-
"checks_after_assigning_product" : [ ],
488-
"permission_required" : {
489-
490-
},
491-
"cost_resource": true
492-
}
493333
},
494-
{
495-
"_id": {
496-
"$oid": "611b96eb4548787205d67866"
497-
},
498-
"name": "Nextflow Advanced",
499-
"description": "Use the scalability of AWS Batch to run Nextflow workflows. This is ideal for large workloads and larger data-sets.",
500-
"fileName": "nextflow-advanced.yaml",
501-
"tags": [
502-
{
503-
"Key": "EstimatedTimeToProvision",
504-
"Value": "10 Minutes"
505-
},
506-
{
507-
"Key": "DetailsLink",
508-
"Value": "https://researchgateway.readthedocs.io/en/latest/nextflow.html"
509-
},
510-
{
511-
"Key": "TypeOfProduct",
512-
"Value": "Research"
513-
},
514-
{
515-
"Key": "ALB",
516-
"Value": "true"
517-
},
518-
{
519-
"Key": "ApplicationPort",
520-
"Value": "443"
521-
},
522-
{
523-
"Key": "Service",
524-
"Value": "Nextflow"
525-
}
526-
],
527-
"owner": "RL",
528-
"portfolio": "RGPortfolio",
529-
"availableRegions": [],
530-
"assignedOU": [],
531-
"metaData": {
532-
"pre_provisioning": [
533-
{
534-
"code": "CFT_PARAMS",
535-
"params": [
536-
{
537-
"name": "PipelineName",
538-
"type": "RL::SC::PIPELINE"
539-
},
540-
{
541-
"name": "PipelineContainer",
542-
"type": "RL::SC::PIPELINE_CONTAINER"
543-
},
544-
{
545-
"name": "InputDataLocation",
546-
"type": "RL::SC::S3",
547-
"productName": "Amazon S3"
548-
},
549-
{
550-
"name": "OutputDataLocation",
551-
"type": "RL::SC::S3",
552-
"productName": "Amazon S3"
553-
},
554-
{
555-
"name": "ResearcherName",
556-
"type": "RL::SC::PARAM::HD"
557-
},
558-
{
559-
"name": "ProjectId",
560-
"type": "RL::SC::PARAM::HD"
561-
},
562-
{
563-
"name": "EnvironmentInstanceFiles",
564-
"type": "RL::SC::PARAM::HD"
565-
},
566-
{
567-
"name": "IamPolicyDocument",
568-
"type": "RL::SC::PARAM::HD"
569-
},
570-
{
571-
"name": "S3Mounts",
572-
"type": "RL::SC::PARAM::HD"
573-
},
574-
{
575-
"name": "Namespace",
576-
"type": "RL::SC::PARAM::HD"
577-
}
578-
]
579-
}
580-
],
581-
"post_provisioning": [],
582-
"checks_before_assigning_product": [
583-
{
584-
"code": "AMI_ID_REQUIRED",
585-
"is_ami_required": true,
586-
"ami_id_list": [
587-
{
588-
"us-east-1": "ami-02161943742b2f0e1"
589-
},
590-
{
591-
"us-east-2": "ami-06a28664a50da1083"
592-
},
593-
{
594-
"us-west-1": "ami-083064b2ce8cff688"
595-
},
596-
{
597-
"us-west-2": "ami-02a57220b3320a450"
598-
},
599-
{
600-
"ap-south-1": "ami-0922d7f6b2b855794"
601-
},
602-
{
603-
"ap-southeast-1": "ami-0ee126c404d54fc5b"
604-
},
605-
{
606-
"ap-southeast-2": "ami-0cdcce7966c66cd6b"
607-
}
608-
],
609-
"ami_path": "/RL/RG/StandardCatalog/nextflow-latest"
610-
}
611-
],
612-
"checks_after_assigning_product": [],
613-
"permission_required": {
614-
},
615-
"cost_resource" : true,
616-
"aws_batch" : true
617-
}
618-
},
619-
{
620-
"_id": {
621-
"$oid": "62010969011b8d521ccce386"
622-
},
623-
"name": "Cromwell Advanced",
624-
"description": "Use the scalability of AWS Batch to run Cromwell workflows. This is ideal for large workloads and larger data-sets.",
625-
"fileName": "cromwell-advanced.yaml",
626-
"tags": [
627-
{
628-
"Key": "EstimatedTimeToProvision",
629-
"Value": "10 Minutes"
630-
},
631-
{
632-
"Key": "DetailsLink",
633-
"Value": "https://researchgateway.readthedocs.io/en/latest/cromwell.html"
634-
},
635-
{
636-
"Key": "TypeOfProduct",
637-
"Value": "Research"
638-
},
639-
{
640-
"Key": "ALB",
641-
"Value": "true"
642-
},
643-
{
644-
"Key": "ApplicationPort",
645-
"Value": "443"
646-
},
647-
{
648-
"Key": "Service",
649-
"Value": "Cromwell"
650-
}
651-
],
652-
"owner": "RL",
653-
"portfolio": "RGPortfolio",
654-
"availableRegions": [],
655-
"assignedOU": [],
656-
"metaData": {
657-
"pre_provisioning": [
658-
{
659-
"code": "CFT_PARAMS",
660-
"params": [
661-
{
662-
"name": "PipelineName",
663-
"type": "RL::SC::PIPELINE"
664-
},
665-
{
666-
"name": "InputDataLocation",
667-
"type": "RL::SC::S3",
668-
"productName": "Amazon S3"
669-
},
670-
{
671-
"name": "OutputDataLocation",
672-
"type": "RL::SC::S3",
673-
"productName": "Amazon S3"
674-
},
675-
{
676-
"name": "ResearcherName",
677-
"type": "RL::SC::PARAM::HD"
678-
},
679-
{
680-
"name": "ProjectId",
681-
"type": "RL::SC::PARAM::HD"
682-
},
683-
{
684-
"name": "Namespace",
685-
"type": "RL::SC::PARAM::HD"
686-
}
687-
]
688-
}
689-
],
690-
"post_provisioning": [],
691-
"checks_before_assigning_product": [
692-
{
693-
"code": "AMI_ID_REQUIRED",
694-
"is_ami_required": true,
695-
"ami_id_list": [],
696-
"ami_path": "/RL/RG/StandardCatalog/cromwell-latest"
697-
}
698-
],
699-
"checks_after_assigning_product": [],
700-
"permission_required": {},
701-
"cost_resource": true,
702-
"aws_batch": true
703-
}
704-
},
705334
{
706335
"_id" : {
707336
"$oid":"62839f80e82248514eba03b6"

0 commit comments

Comments
 (0)