This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
5325 lines (5325 sloc)
226 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "aws", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awscloud" | |
| ], | |
| "name": "Amazon Web Services", | |
| "access_instructions_url": "https://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "azure", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "azurecloud" | |
| ], | |
| "name": "Microsoft Azure", | |
| "access_instructions_url": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "bwcloud", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackcloud" | |
| ], | |
| "name": "de.NBI Cloud", | |
| "access_instructions_url": "" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "chameleon", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackcloud" | |
| ], | |
| "name": "Chameleon", | |
| "access_instructions_url": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "cpouta-fn", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackcloud" | |
| ], | |
| "name": "cPouta (FN)", | |
| "access_instructions_url": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "gcp", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "gcpcloud" | |
| ], | |
| "name": "Google Cloud Platform", | |
| "access_instructions_url": "http://cloudbridge.cloudve.org/en/latest/topics/procuring_credentials.html#google-compute-engine-gce" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "jetstream", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackcloud" | |
| ], | |
| "name": "Jetstream", | |
| "access_instructions_url": "https://galaxyproject.org/cloud/jetstream/allocation/#api-access" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.cloud", | |
| "pk": "nectar", | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackcloud" | |
| ], | |
| "name": "NeCTAR", | |
| "access_instructions_url": "https://www.melbournebioinformatics.org.au/tutorials/tutorials/gvl_launch/gvl_launch/" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 1, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "ap-south-1", | |
| "region_id": "ap-south-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 2, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "ap-northeast-2", | |
| "region_id": "ap-northeast-2" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 3, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "ap-southeast-1", | |
| "region_id": "ap-southeast-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 4, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "ap-southeast-2", | |
| "region_id": "ap-southeast-2" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 5, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "ap-northeast-1", | |
| "region_id": "ap-northeast-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 6, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "ca-central-1", | |
| "region_id": "ca-central-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 7, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "eu-central-1", | |
| "region_id": "eu-central-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 8, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "eu-west-1", | |
| "region_id": "eu-west-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 9, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "eu-west-2", | |
| "region_id": "eu-west-2" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 10, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "sa-east-1", | |
| "region_id": "sa-east-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 11, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "us-east-1", | |
| "region_id": "us-east-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 12, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "us-east-2", | |
| "region_id": "us-east-2" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 13, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "us-west-1", | |
| "region_id": "us-west-1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 14, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "awsregion" | |
| ], | |
| "cloud": "aws", | |
| "name": "us-west-2", | |
| "region_id": "us-west-2" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 15, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackregion" | |
| ], | |
| "cloud": "chameleon", | |
| "name": "RegionOne", | |
| "region_id": "regionone" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 16, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "gcpregion" | |
| ], | |
| "cloud": "gcp", | |
| "name": "us-central1", | |
| "region_id": "us-central1" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 17, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackregion" | |
| ], | |
| "cloud": "jetstream", | |
| "name": "RegionOne", | |
| "region_id": "regionone" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 18, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "azureregion" | |
| ], | |
| "cloud": "azure", | |
| "name": "eastus", | |
| "region_id": "eastus" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 19, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "azureregion" | |
| ], | |
| "cloud": "azure", | |
| "name": "centralus", | |
| "region_id": "centralus" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 21, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "azureregion" | |
| ], | |
| "cloud": "azure", | |
| "name": "westus", | |
| "region_id": "westus" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 22, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackregion" | |
| ], | |
| "cloud": "nectar", | |
| "name": "Melbourne", | |
| "region_id": "melbourne" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 23, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackregion" | |
| ], | |
| "cloud": "cpouta-fn", | |
| "name": "regionOne", | |
| "region_id": "regionone" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.region", | |
| "pk": 24, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "djcloudbridge", | |
| "openstackregion" | |
| ], | |
| "cloud": "bwcloud", | |
| "name": "Freiburg", | |
| "region_id": "freiburg" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 1, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 1, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 2, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 2, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 3, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 3, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 4, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 4, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 5, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 5, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 6, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 6, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 7, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 7, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 8, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 8, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 9, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 9, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 10, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 10, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 11, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 11, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 12, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 12, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 13, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 13, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 14, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 14, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 15, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 15, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 16, | |
| "fields": { | |
| "zone_id": "us-central1-b", | |
| "region": 16, | |
| "name": "us-central1-b" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 17, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 17, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 18, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 18, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 19, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 19, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 21, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 21, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 22, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 22, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 23, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 23, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 24, | |
| "fields": { | |
| "zone_id": "default", | |
| "region": 24, | |
| "name": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 25, | |
| "fields": { | |
| "zone_id": "melbourne-qh2", | |
| "region": 22, | |
| "name": "melbourne-qh2" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.zone", | |
| "pk": 26, | |
| "fields": { | |
| "zone_id": "NCI", | |
| "region": 22, | |
| "name": "NCI" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awscloud", | |
| "pk": "aws", | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.azurecloud", | |
| "pk": "azure", | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.gcpcloud", | |
| "pk": "gcp", | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackcloud", | |
| "pk": "chameleon", | |
| "fields": { | |
| "auth_url": "https://openstack.tacc.chameleoncloud.org:5000/v2.0", | |
| "identity_api_version": null | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackcloud", | |
| "pk": "jetstream", | |
| "fields": { | |
| "auth_url": "https://jblb.jetstream-cloud.org:35357/v3", | |
| "identity_api_version": "v3.0" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackcloud", | |
| "pk": "nectar", | |
| "fields": { | |
| "auth_url": "https://keystone.rc.nectar.org.au:5000/v3/", | |
| "identity_api_version": "v3.0" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackcloud", | |
| "pk": "cpouta-fn", | |
| "fields": { | |
| "auth_url": "https://pouta.csc.fi:5001/v3", | |
| "identity_api_version": "v3.0" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackcloud", | |
| "pk": "bwcloud", | |
| "fields": { | |
| "auth_url": "https://bwcloud.ruf.uni-freiburg.de:5000/v2.0", | |
| "identity_api_version": "v2.0" | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 5, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.ap-northeast-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.ap-northeast-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 2, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.ap-northeast-2.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.ap-northeast-2.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 1, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.ap-south-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.ap-south-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 3, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.ap-southeast-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.ap-southeast-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 4, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.ap-southeast-2.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.ap-southeast-2.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 6, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.ca-central-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.ca-central-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 7, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.eu-central-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.eu-central-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 8, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.eu-west-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.eu-west-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 9, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.eu-west-2.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.eu-west-2.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 10, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.sa-east-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.sa-east-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 11, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.us-east-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 12, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.us-east-2.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.us-east-2.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 13, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.us-west-1.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.us-west-1.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.awsregion", | |
| "pk": 14, | |
| "fields": { | |
| "ec2_endpoint_url": "https://ec2.us-west-2.amazonaws.com", | |
| "ec2_is_secure": true, | |
| "ec2_validate_certs": true, | |
| "s3_endpoint_url": "https://s3.us-west-2.amazonaws.com", | |
| "s3_is_secure": true, | |
| "s3_validate_certs": true | |
| } | |
| }, | |
| { | |
| "model": "djcloudbridge.azureregion", | |
| "pk": 19, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.azureregion", | |
| "pk": 18, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.azureregion", | |
| "pk": 21, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.gcpregion", | |
| "pk": 16, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackregion", | |
| "pk": 24, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackregion", | |
| "pk": 22, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackregion", | |
| "pk": 15, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackregion", | |
| "pk": 17, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "djcloudbridge.openstackregion", | |
| "pk": 23, | |
| "fields": {} | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 1, | |
| "fields": { | |
| "added": "2016-06-26T02:53:50.478Z", | |
| "updated": "2019-03-25T09:24:46.326Z", | |
| "name": "GVL 4.1.0", | |
| "image_id": "de9ac3fb-783d-47e5-8a2b-55084bf26925", | |
| "description": "GVL 4.1.0 release", | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 2, | |
| "fields": { | |
| "added": "2016-06-26T02:57:19.695Z", | |
| "updated": "2019-03-25T09:24:46.287Z", | |
| "name": "GVL 4.0.0", | |
| "image_id": "e6869a87-4766-4e57-9da6-3b6d0c10c8e1", | |
| "description": "GVL 4.0.0 release", | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 3, | |
| "fields": { | |
| "added": "2016-06-26T03:08:59.050Z", | |
| "updated": "2019-03-25T09:24:46.385Z", | |
| "name": "GVL 4.1.0", | |
| "image_id": "ami-14781d03", | |
| "description": "GVL 4.1.0 Release", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 4, | |
| "fields": { | |
| "added": "2016-06-26T03:08:59.052Z", | |
| "updated": "2019-03-25T09:24:46.293Z", | |
| "name": "GVL 4.0.0", | |
| "image_id": "ami-ebb5cf8e", | |
| "description": "GVL 4.0.0 Release", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 5, | |
| "fields": { | |
| "added": "2016-06-26T03:11:01.181Z", | |
| "updated": "2019-03-25T09:24:46.299Z", | |
| "name": "GVL 4.1.0", | |
| "image_id": "ami-0db65e62", | |
| "description": "GVL 4.1.0 Release", | |
| "region": 7 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 6, | |
| "fields": { | |
| "added": "2016-06-26T03:13:18.317Z", | |
| "updated": "2019-03-25T09:24:46.389Z", | |
| "name": "GVL 4.1.0", | |
| "image_id": "ami-9a7542f9", | |
| "description": "GVL 4.1.0 Release", | |
| "region": 4 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 8, | |
| "fields": { | |
| "added": "2016-06-26T12:33:04.372Z", | |
| "updated": "2019-03-25T09:24:46.304Z", | |
| "name": "Galaxy CloudMan 16.03", | |
| "image_id": "ami-b45e59de", | |
| "description": "", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 9, | |
| "fields": { | |
| "added": "2016-06-27T22:14:06.443Z", | |
| "updated": "2019-03-25T09:24:46.311Z", | |
| "name": "Ubuntu 14.04", | |
| "image_id": "ami-fce3c696", | |
| "description": "", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 10, | |
| "fields": { | |
| "added": "2016-06-28T15:30:29.292Z", | |
| "updated": "2019-03-25T09:24:46.347Z", | |
| "name": "Galaxy Standalone 16.07", | |
| "image_id": "2cf07e4a-62a8-41c2-9282-f3c53962f296", | |
| "description": "https://wiki.galaxyproject.org/Cloud/Jetstream", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 11, | |
| "fields": { | |
| "added": "2016-06-29T04:18:44.682Z", | |
| "updated": "2019-03-25T09:24:46.319Z", | |
| "name": "Galaxy OS", | |
| "image_id": "5d2af6bd-c8c9-4ca2-9203-d28194e4b9e3", | |
| "description": "Based operating system for Galaxy on Ubuntu 14.04", | |
| "region": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 12, | |
| "fields": { | |
| "added": "2016-06-29T08:18:34.792Z", | |
| "updated": "2019-03-25T09:24:46.361Z", | |
| "name": "Ubuntu 16.04", | |
| "image_id": "dd8c8969-5e4f-4482-9097-c5a896bc46f8", | |
| "description": "Ubuntu 16.04 Xenial", | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 13, | |
| "fields": { | |
| "added": "2016-12-23T13:04:26.907Z", | |
| "updated": "2019-03-25T09:24:46.332Z", | |
| "name": "Ubuntu 16.04 with Docker", | |
| "image_id": "14142384-6ff9-4bcc-a65d-dbe2b03d9382", | |
| "description": "", | |
| "region": 24 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 14, | |
| "fields": { | |
| "added": "2016-12-23T15:05:05.395Z", | |
| "updated": "2019-03-25T09:24:46.245Z", | |
| "name": "Ubuntu 16.04", | |
| "image_id": "72f29569-ca2a-4044-8554-57a731beb587", | |
| "description": "https://jblb.jetstream-cloud.org/dashboard/project/ngdetails/OS::Glance::Image/9b3a67a2-2c0e-4d6d-af64-90d66e6312e1", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 15, | |
| "fields": { | |
| "added": "2017-01-03T20:21:08.039Z", | |
| "updated": "2019-03-25T09:24:46.281Z", | |
| "name": "Ubuntu 16.04 with Docker", | |
| "image_id": "ami-5c66ea23", | |
| "description": null, | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 16, | |
| "fields": { | |
| "added": "2017-01-03T20:50:14.784Z", | |
| "updated": "2019-06-10T21:57:16.080Z", | |
| "name": "Ubuntu 16.04 w/ Docker JS-API-featured", | |
| "image_id": "10f51155-f4a1-480b-ab68-81d3c73ca478", | |
| "description": "JS-API-Featured-Ubuntu16-May-21-2019", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 18, | |
| "fields": { | |
| "added": "2017-01-04T02:29:03.689Z", | |
| "updated": "2019-03-25T09:24:46.343Z", | |
| "name": "Ubuntu 16.04 with Docker", | |
| "image_id": "ami-560c0935", | |
| "description": "", | |
| "region": 4 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 19, | |
| "fields": { | |
| "added": "2017-01-06T04:44:48.317Z", | |
| "updated": "2019-03-25T09:24:46.339Z", | |
| "name": "Ubuntu 16.04 with Docker", | |
| "image_id": "ami-65b09e16", | |
| "description": "", | |
| "region": 8 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 86, | |
| "fields": { | |
| "added": "2017-01-23T20:32:18.692Z", | |
| "updated": "2019-03-25T09:24:46.353Z", | |
| "name": "Galaxy CloudMan 16.11", | |
| "image_id": "ami-3be8cd2c", | |
| "description": "Use with Galaxy 16.07 and 16.10; built 20161101b2", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 87, | |
| "fields": { | |
| "added": "2017-01-23T20:33:13.367Z", | |
| "updated": "2019-03-25T09:24:46.357Z", | |
| "name": "Galaxy CloudMan 16.11", | |
| "image_id": "ami-9ba490e8", | |
| "description": "Use with Galaxy 16.07 and 16.10; built 20161101b2", | |
| "region": 8 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 88, | |
| "fields": { | |
| "added": "2017-01-30T21:15:52.295Z", | |
| "updated": "2019-03-25T09:24:46.365Z", | |
| "name": "Galaxy CloudMan 161101b2", | |
| "image_id": "ami-963feef8", | |
| "description": "", | |
| "region": 2 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 89, | |
| "fields": { | |
| "added": "2017-01-31T17:07:56.661Z", | |
| "updated": "2019-03-25T09:24:46.370Z", | |
| "name": "Ubuntu 16.04 LTS", | |
| "image_id": "ami-f293459c", | |
| "description": "Base, official Ubuntu image", | |
| "region": 2 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 90, | |
| "fields": { | |
| "added": "2017-02-04T14:27:18.567Z", | |
| "updated": "2019-03-25T09:24:46.375Z", | |
| "name": "Ubuntu 16.04 with Docker", | |
| "image_id": "6c9f7eb0-bc5d-4149-8e21-b9705d285b1d", | |
| "description": "Ubuntu 16.04 with Docker", | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 91, | |
| "fields": { | |
| "added": "2017-03-02T21:57:34.572Z", | |
| "updated": "2019-03-25T09:24:46.380Z", | |
| "name": "Galaxy CloudMan 16.11", | |
| "image_id": "ami-2b8aaf4e", | |
| "description": "Galaxy CloudMan 161101b2", | |
| "region": 12 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 92, | |
| "fields": { | |
| "added": "2017-03-14T20:21:00.482Z", | |
| "updated": "2019-03-25T09:24:46.395Z", | |
| "name": "Galaxy 17.01", | |
| "image_id": "40b7eb4b-761c-49f5-93b2-b35adcf87aaf", | |
| "description": "2017-03-23b1", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 93, | |
| "fields": { | |
| "added": "2017-03-25T22:37:07.995Z", | |
| "updated": "2019-03-25T09:24:46.408Z", | |
| "name": "Galaxy 17.01 (beta) - no Conda deps", | |
| "image_id": "27ee63ff-2298-4ab5-8123-c78346fd2340", | |
| "description": "65b641a2-cbf6-4016-ae80-e9eb7a1a7d3e", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 94, | |
| "fields": { | |
| "added": "2017-03-28T03:30:46.901Z", | |
| "updated": "2019-03-25T09:24:46.419Z", | |
| "name": "GVL 4.2.0", | |
| "image_id": "a9f2e483-4910-4aa1-880b-c1851cbb01b7", | |
| "description": "GVL 4.2.0", | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 95, | |
| "fields": { | |
| "added": "2017-07-12T14:52:37.394Z", | |
| "updated": "2019-03-25T09:24:46.488Z", | |
| "name": "Ubuntu 14.04", | |
| "image_id": "d7fe3289-943f-4417-90e8-8a6b171677ca", | |
| "description": "Ubuntu 14.04.3 Development", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 96, | |
| "fields": { | |
| "added": "2017-07-12T16:09:42.044Z", | |
| "updated": "2019-03-25T09:24:46.403Z", | |
| "name": "Galaxy 17.05", | |
| "image_id": "3a788c97-6f6d-44d9-9f7d-59867f9cdcf8", | |
| "description": "", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 97, | |
| "fields": { | |
| "added": "2017-08-02T19:43:54.911Z", | |
| "updated": "2019-03-25T09:24:46.413Z", | |
| "name": "Galaxy 17.01.01", | |
| "image_id": "b4b6fdbb-4253-4d24-989f-1e2290a2732f", | |
| "description": "", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 98, | |
| "fields": { | |
| "added": "2017-10-31T16:05:07.279Z", | |
| "updated": "2019-03-25T09:24:46.426Z", | |
| "name": "GVL 4.2.0", | |
| "image_id": "ami-2c339156", | |
| "description": "GVL 4.2.0", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 99, | |
| "fields": { | |
| "added": "2017-10-31T16:05:59.535Z", | |
| "updated": "2019-03-25T09:24:46.430Z", | |
| "name": "GVL 4.2.0", | |
| "image_id": "ami-db02edb9", | |
| "description": "GVL 4.2.0", | |
| "region": 4 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 100, | |
| "fields": { | |
| "added": "2017-12-01T20:16:17.995Z", | |
| "updated": "2019-03-25T09:24:46.506Z", | |
| "name": "GVL 4.3.0", | |
| "image_id": "59296dec-8b09-4feb-8f90-c3bf5eef9923", | |
| "description": null, | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 101, | |
| "fields": { | |
| "added": "2017-12-04T20:39:06.536Z", | |
| "updated": "2019-03-25T09:24:46.510Z", | |
| "name": "GVL 4.3.1", | |
| "image_id": "ami-7ad50a07", | |
| "description": "GVL Image 4.3.1 based on Ubuntu 16.04 - 20180326b2", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 102, | |
| "fields": { | |
| "added": "2017-12-21T18:45:36.595Z", | |
| "updated": "2019-03-25T09:24:46.258Z", | |
| "name": "Ubuntu 16.04 (bare)", | |
| "image_id": "ami-759bc50a", | |
| "description": "Amazon-recommended image", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 103, | |
| "fields": { | |
| "added": "2018-01-12T13:17:46.775Z", | |
| "updated": "2019-03-25T09:24:46.497Z", | |
| "name": "Ubuntu 16.04 with Docker", | |
| "image_id": "c65c928e-b8a4-420a-8cc2-d7c9228ec4ca", | |
| "description": "docker-tutorial", | |
| "region": 23 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 107, | |
| "fields": { | |
| "added": "2018-03-31T19:00:51.331Z", | |
| "updated": "2019-03-25T09:24:46.475Z", | |
| "name": "GVL 4.4.0", | |
| "image_id": "9c1e898a-ca21-434b-bc4d-1115aee4a678", | |
| "description": "GVL 4.4.0 Final (Galaxy 18.05)", | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 109, | |
| "fields": { | |
| "added": "2018-04-14T10:46:25.031Z", | |
| "updated": "2019-03-25T09:24:46.435Z", | |
| "name": "CentOS 7 (Amazon Linux 2)", | |
| "image_id": "ami-0922553b7b0369273", | |
| "description": null, | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 110, | |
| "fields": { | |
| "added": "2018-04-14T10:47:18.693Z", | |
| "updated": "2019-03-25T09:24:46.240Z", | |
| "name": "CentOS 7 (Apr 10, 2018)", | |
| "image_id": "6f31dd84-fbaa-4da1-890e-b8e7e654bc2f", | |
| "description": "JS-API-Featured-CentOS7", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 112, | |
| "fields": { | |
| "added": "2018-05-24T16:31:30.273Z", | |
| "updated": "2019-03-25T09:24:46.263Z", | |
| "name": "GVL 4.4.0", | |
| "image_id": "ami-0bb4f114a1e805434", | |
| "description": "GVL Image 4.4.0 based on Ubuntu 16.04 - 20180810b1", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 114, | |
| "fields": { | |
| "added": "2018-06-06T15:37:40.953Z", | |
| "updated": "2019-03-25T09:24:46.249Z", | |
| "name": "GVL 4.3.1", | |
| "image_id": "ami-52419c30", | |
| "description": "GVL Image 4.3.1 based on Ubuntu 16.04 - copied from us-east", | |
| "region": 4 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 115, | |
| "fields": { | |
| "added": "2018-06-27T02:01:35.129Z", | |
| "updated": "2019-03-25T09:24:46.254Z", | |
| "name": "Ubuntu 16.04", | |
| "image_id": "ubuntu16image", | |
| "description": null, | |
| "region": 18 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 116, | |
| "fields": { | |
| "added": "2018-10-18T15:30:24.042Z", | |
| "updated": "2019-03-25T09:24:46.267Z", | |
| "name": "Ubuntu 16.04 (on Azure)", | |
| "image_id": "Canonical:UbuntuServer:16.04.0-LTS:latest", | |
| "description": null, | |
| "region": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 118, | |
| "fields": { | |
| "added": "2018-10-18T15:31:10.381Z", | |
| "updated": "2019-03-25T09:24:46.277Z", | |
| "name": "Ubuntu 16.04 (on Azure)", | |
| "image_id": "Canonical:UbuntuServer:16.04.0-LTS:latest", | |
| "description": null, | |
| "region": 21 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 119, | |
| "fields": { | |
| "added": "2018-10-18T21:20:45.493Z", | |
| "updated": "2019-03-25T09:24:46.439Z", | |
| "name": "Docker host Target Ubuntu 16.04", | |
| "image_id": "ami-02118c14", | |
| "description": null, | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 121, | |
| "fields": { | |
| "added": "2018-10-22T19:45:41.561Z", | |
| "updated": "2019-03-25T09:24:46.443Z", | |
| "name": "tmp", | |
| "image_id": "tmp", | |
| "description": null, | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 122, | |
| "fields": { | |
| "added": "2018-11-01T20:13:08.408Z", | |
| "updated": "2019-03-25T09:24:46.447Z", | |
| "name": "GVL-am-dev", | |
| "image_id": "ami-0bb4f114a1e805434", | |
| "description": "GVL Dev Alex", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 123, | |
| "fields": { | |
| "added": "2018-11-01T20:13:47.881Z", | |
| "updated": "2019-03-25T09:24:46.452Z", | |
| "name": "GVL-dev-am", | |
| "image_id": "ami-0bb4f114a1e805434", | |
| "description": "GVL Image 4.4.0 based on Ubuntu 16.04 - 20180810b1", | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 124, | |
| "fields": { | |
| "added": "2018-11-09T23:11:36.775Z", | |
| "updated": "2019-03-25T09:24:46.458Z", | |
| "name": "JS Galaxy 18.05", | |
| "image_id": "ce5a4fcf-03ed-4118-931c-a8955b857175", | |
| "description": null, | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 125, | |
| "fields": { | |
| "added": "2018-11-12T18:46:00.999Z", | |
| "updated": "2019-03-25T09:24:46.464Z", | |
| "name": "Ubuntu 18.04 LTS (Bionic) amd64 (pre-installed murano-agent", | |
| "image_id": "82006b10-f987-4f4b-adec-874af302e77f", | |
| "description": null, | |
| "region": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 128, | |
| "fields": { | |
| "added": "2018-12-07T19:44:25.150Z", | |
| "updated": "2019-03-25T09:24:46.479Z", | |
| "name": "G-OnRamp", | |
| "image_id": "ami-09db87af2934fffe6", | |
| "description": null, | |
| "region": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 129, | |
| "fields": { | |
| "added": "2019-01-23T20:28:30.044Z", | |
| "updated": "2019-03-25T09:24:46.483Z", | |
| "name": "Ubuntu 18.04", | |
| "image_id": "470d2fba-d20b-47b0-a89a-ab725cd09f8b", | |
| "description": "JS-API-Featured-Ubuntu18-Dec-7-2018", | |
| "region": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 130, | |
| "fields": { | |
| "added": "2019-02-04T03:09:35.994Z", | |
| "updated": "2019-03-25T09:24:46.493Z", | |
| "name": "Ubuntu 16.04", | |
| "image_id": "ubuntu-1604-xenial-v20190122a", | |
| "description": null, | |
| "region": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 131, | |
| "fields": { | |
| "added": "2019-02-04T03:39:02.054Z", | |
| "updated": "2019-03-25T09:24:46.502Z", | |
| "name": "tmp1", | |
| "image_id": "xxx", | |
| "description": null, | |
| "region": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.image", | |
| "pk": 132, | |
| "fields": { | |
| "added": "2019-04-09T06:22:13.661Z", | |
| "updated": "2019-04-09T06:22:13.661Z", | |
| "name": "GVL 4.4.0", | |
| "image_id": "ami-01bbcbdd9cfe01143", | |
| "description": null, | |
| "region": 4 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "biodocklet", | |
| "fields": { | |
| "added": "2017-03-13T14:27:43.129Z", | |
| "updated": "2017-12-22T21:44:29.686Z", | |
| "name": "BioDocklet", | |
| "status": "LIVE", | |
| "summary": "Abstract the complex data operations of multi-step, bioinformatics pipelines for NGS data analysis.", | |
| "maintainer": "thahmina.ali62@myhunter.cuny.edu", | |
| "description": "", | |
| "info_url": "https://www.youtube.com/watch?v=27HLdQVq7_g", | |
| "icon_url": "http://i.imgur.com/ViePkQP.jpg", | |
| "default_launch_config": "", | |
| "default_version": 13, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "centos", | |
| "fields": { | |
| "added": "2018-03-08T18:20:34.914Z", | |
| "updated": "2018-06-21T15:24:55.898Z", | |
| "name": "CentOS", | |
| "status": "LIVE", | |
| "summary": "Stock CentOS", | |
| "maintainer": "Jetstream", | |
| "description": "", | |
| "info_url": null, | |
| "icon_url": null, | |
| "default_launch_config": "{\r\n \"config_appliance\": {\r\n \"sshUser\": \"root\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.small\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-vm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_version": 34, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "chemical-toolbox", | |
| "fields": { | |
| "added": "2017-09-07T21:00:23.106Z", | |
| "updated": "2018-01-12T13:18:20.656Z", | |
| "name": "Chemical toolbox", | |
| "status": "LIVE", | |
| "summary": "Galaxy tailored for cheminformatics", | |
| "maintainer": "bjoern.gruening@gmail.com", | |
| "description": "The ChemicalToolBoX is a set of tools integrated into the Galaxy-workflow-management system to enable researchers easy-to-use, reproducible, and transparent access to cheminformatics libraries and drug discovery tools. It includes standard applications for similarity and substructure searches, clustering of compounds, prediction of properties and descriptors, filtering, and many other tools that range from drug-likeness classification to fragmentation and fragment-merging. By combinating the various tools many more powerful applications can be designed.", | |
| "info_url": "https://galaxyproject.org/chemical-tool-box/", | |
| "icon_url": "https://i.imgur.com/NhIZvB1.png", | |
| "default_launch_config": "", | |
| "default_version": 29, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "cloudgene", | |
| "fields": { | |
| "added": "2018-02-09T15:01:09.098Z", | |
| "updated": "2018-02-09T20:07:15.735Z", | |
| "name": "Cloudgene", | |
| "status": "LIVE", | |
| "summary": "Run Hadoop-based genomics analyses", | |
| "maintainer": "Sebastian.Schoenherr@i-med.ac.at", | |
| "description": "", | |
| "info_url": null, | |
| "icon_url": null, | |
| "default_launch_config": "", | |
| "default_version": 33, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "cloudman-20", | |
| "fields": { | |
| "added": "2017-06-19T22:55:20.860Z", | |
| "updated": "2019-07-07T12:19:25.643Z", | |
| "name": "CloudMan 2.0", | |
| "status": "LIVE", | |
| "summary": "An all-new version of CloudMan", | |
| "maintainer": "enis.afgan@jhu.edu, nuwan.goonasekera@unimelb.ed.au", | |
| "description": "This appliance will launch a new version of CloudMan - at the moment, this is purely for development purposes and the application has no useful features yet.", | |
| "info_url": "https://docs.google.com/presentation/d/1h9PVEGdVIHEat_JWTjYZWuU1R23IeGlMW8PZd8yJVuE/edit#slide=id.p", | |
| "icon_url": "https://i.imgur.com/4cJu1lC.png", | |
| "default_launch_config": "", | |
| "default_version": 36, | |
| "display_order": 1050, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "cloudman-cluster", | |
| "fields": { | |
| "added": "2016-06-26T02:52:12.705Z", | |
| "updated": "2017-12-22T21:43:55.994Z", | |
| "name": "CloudMan Cluster", | |
| "status": "DEV", | |
| "summary": "A standalone Slurm cluster-in-the-cloud", | |
| "maintainer": "The Galaxy Team", | |
| "description": "This appliance creates a traditional batch cluster based on the Slurm job scheduler. You can dynamically scale the size of the cluster through CloudMan web interface and submit the jobs just link on any other Slurm cluster.", | |
| "info_url": "http://cloudman.irb.hr/", | |
| "icon_url": "https://i.imgur.com/4cJu1lC.png", | |
| "default_launch_config": "", | |
| "default_version": 21, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "cm_remote_k8s_pool", | |
| "fields": { | |
| "added": "2019-07-07T12:20:46.841Z", | |
| "updated": "2019-07-07T12:39:44.282Z", | |
| "name": "Cloudman Remote Compute Pool", | |
| "status": "DEV", | |
| "summary": "A remote compute pool for offloading Galaxy jobs", | |
| "maintainer": "enis.afgan@jhu.edu, nuwan.goonasekera@unimelb.ed.au", | |
| "description": "", | |
| "info_url": "https://docs.google.com/presentation/d/1h9PVEGdVIHEat_JWTjYZWuU1R23IeGlMW8PZd8yJVuE/edit#slide=id.p", | |
| "icon_url": "https://i.imgur.com/4cJu1lC.png", | |
| "default_launch_config": "", | |
| "default_version": null, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "docker-galaxy", | |
| "fields": { | |
| "added": "2016-12-23T13:13:54.853Z", | |
| "updated": "2017-12-22T21:43:35.038Z", | |
| "name": "Base Galaxy", | |
| "status": "LIVE", | |
| "summary": "A blank instance of Galaxy.", | |
| "maintainer": "bjoern.gruening@gmail.com", | |
| "description": "The Galaxy Docker Image is an easy distributable full-fledged Galaxy installation that can be used for testing, teaching and presenting new tools and features. This appliance will launch a virtual machine with Galaxy running inside a Docker container. Note that it takes up to 20 minutes for this appliance to start.", | |
| "info_url": "https://github.com/bgruening/docker-galaxy-stable", | |
| "icon_url": "https://i.imgur.com/jktC9QS.png", | |
| "default_launch_config": "", | |
| "default_version": 26, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "docker_launch", | |
| "fields": { | |
| "added": "2017-01-26T18:45:15.792Z", | |
| "updated": "2018-11-16T18:32:04.240Z", | |
| "name": "Docker Launch", | |
| "status": "DEV", | |
| "summary": "This app can launch arbitrary docker containers on a given cloud.", | |
| "maintainer": null, | |
| "description": "This app can launch arbitrary docker containers on a given cloud. Select the docker container from docker hub, change the desired port mappings and environment variables and hit launch.", | |
| "info_url": null, | |
| "icon_url": "https://i.imgur.com/jktC9QS.png", | |
| "default_launch_config": "", | |
| "default_version": 12, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "exome-seq", | |
| "fields": { | |
| "added": "2017-09-07T15:53:50.300Z", | |
| "updated": "2017-12-22T21:42:55.586Z", | |
| "name": "Exome-Seq", | |
| "status": "LIVE", | |
| "summary": "Galaxy tailored for Exome-seq analyses", | |
| "maintainer": "bjoern.gruening@gmail.com", | |
| "description": "", | |
| "info_url": null, | |
| "icon_url": "https://i.imgur.com/hij1TQV.png", | |
| "default_launch_config": "", | |
| "default_version": 27, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "g-onramp", | |
| "fields": { | |
| "added": "2018-12-07T19:44:25.150Z", | |
| "updated": "2018-12-07T19:44:25.150Z", | |
| "name": "G-OnRamp", | |
| "status": "LIVE", | |
| "summary": "An integrated, web-based environment for the interactive annotation of any eukaryotic genome.", | |
| "maintainer": "G-OnRamp team", | |
| "description": "G-OnRamp is an integrated, web-based, and scalable environment that enables biologists to utilize large genomic datasets for the interactive annotation of any eukaryotic genome. It also serves as a platform to introduce undergraduates to \u201cbig data,\u201d to train them in one type of analysis (genome annotation) that is based on using large datasets.\r\n\r\nG-OnRamp is a collaboration between the Galaxy Project (https://galaxyproject.org/) and the Genomics Education Partnership (https://gep.wustl.edu/). For more information, documentation, and tutorials, visit http://g-onramp.org.", | |
| "info_url": "http://g-onramp.org", | |
| "icon_url": "https://i.imgur.com/4raxTKH.png", | |
| "default_launch_config": "", | |
| "default_version": 41, | |
| "display_order": 1025, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "galaxy-cloud", | |
| "fields": { | |
| "added": "2016-06-26T02:32:38.336Z", | |
| "updated": "2018-03-23T21:14:36.309Z", | |
| "name": "Galaxy CloudMan", | |
| "status": "LIVE", | |
| "summary": "Pre-configured Galaxy instance on a scalable cluster-in-the-cloud. DEPRECATED - USE THE GVL INSTEAD.", | |
| "maintainer": "enis.afgan@jhu.edu", | |
| "description": "Galaxy is an open, web-based platform for data intensive biomedical research. Whether on the free public server or your own instance, you can perform, reproduce, and share complete analyses. This appliance comes preconfigured with hundreds of tools and terabytes of reference genomes. Further, the amount of compute capacity can be dynamically scaled with CloudMan.\r\nOnce you have launched this appliance, to login to the CloudMan interface, use username ubuntu and the password you choose during the launch process.\r\n\r\nDedicated Galaxy CloudMan has been DEPRECATED in favor of the Genomics Virtual Lab (GVL). The GVL is a superset of Galaxy CloudMan and will be only updated appliance starting with Galaxy release 17.09. See this page for more info: https://galaxyproject.org/news/2018-01-22-gvl430/", | |
| "info_url": "https://galaxyproject.org/", | |
| "icon_url": "https://i.imgur.com/bVPmVYo.png", | |
| "default_launch_config": "", | |
| "default_version": 22, | |
| "display_order": 1020, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "galaxy-stanalone-vm", | |
| "fields": { | |
| "added": "2016-06-28T15:38:10.548Z", | |
| "updated": "2018-12-03T22:19:55.214Z", | |
| "name": "Galaxy Standalone VM", | |
| "status": "LIVE", | |
| "summary": "A standalone Galaxy virtual machine, configured and ready for use.", | |
| "maintainer": "enis.afgan@jhu.edu", | |
| "description": "This is a standalone Galaxy server that comes preconfigured with hundreds of tools and commonly used reference datasets: just launch and use. If you want to use more than one virtual machine, take a look at the Galaxy CloudMan or the Genomics Virtual Lab appliances.\r\n\r\nIt is necessary to launch an instance type of Large or larger.", | |
| "info_url": "https://wiki.galaxyproject.org/Cloud/Jetstream", | |
| "icon_url": "https://i.imgur.com/XdDJNnF.png", | |
| "default_launch_config": "", | |
| "default_version": 25, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "genomics-virtual-lab", | |
| "fields": { | |
| "added": "2016-06-26T02:30:40.098Z", | |
| "updated": "2019-08-06T20:56:15.965Z", | |
| "name": "Genomics Virtual Lab (GVL)", | |
| "status": "LIVE", | |
| "summary": "A versatile genomics workbench with Galaxy, RStudio and Jupyter. USE THIS FOR LATEST GALAXY.", | |
| "maintainer": "GVL Team", | |
| "description": "The Genomics Virtual Laboratory takes the IT out of Bioinformatics. It lets Biologists use a suite of genomics analysis tools that currently often require specialist assistance. The tools provided by the GVL can help you with creating an elastic compute cluster on the cloud and running your analyses on that cluster. The GVL can also help you with protocols and tutorials for common analysis problems.", | |
| "info_url": "https://genome.edu.au/", | |
| "icon_url": "https://i.imgur.com/PUZv6iY.png", | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"transient\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.medium\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": true\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-gvl\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"cidr\": \"0.0.0.0/0\",\r\n \"src_group\": \"cloudlaunch-gvl\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_version": 35, | |
| "display_order": 1000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "pulsar-dev", | |
| "fields": { | |
| "added": "2018-10-18T21:20:58.065Z", | |
| "updated": "2018-10-23T15:08:01.269Z", | |
| "name": "Pulsar-Dev", | |
| "status": "DEV", | |
| "summary": "Using docker to launch pulsar", | |
| "maintainer": "amahmou4@jhu.edu", | |
| "description": "", | |
| "info_url": null, | |
| "icon_url": "https://camo.githubusercontent.com/a774a60ab16bbad3dcb425e51cdecc1093159981/68747470733a2f2f67616c61787970726f6a6563742e6f72672f696d616765732f67616c6178792d6c6f676f732f70756c7361725f7472616e73706172656e742e706e67", | |
| "default_launch_config": "", | |
| "default_version": 37, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "pulsar-standalone", | |
| "fields": { | |
| "added": "2019-05-04T15:25:42.360Z", | |
| "updated": "2019-05-05T05:23:26.050Z", | |
| "name": "Galaxy Cloud Bursting", | |
| "status": "LIVE", | |
| "summary": "Create temporary worker nodes for Galaxy and enable cloud-bursting.", | |
| "maintainer": "help@gvl.edu.au", | |
| "description": "Enable bursting of user jobs to remote cloud compute resources for the Galaxy application. Configure Galaxy to use the GalaxyCloudRunner library and automatically route user jobs to remote worker nodes running on the cloud. The GalaxyCloudRunner will discover what Pulsar nodes are available by querying the CloudLaunch API.", | |
| "info_url": "https://galaxycloudrunner.readthedocs.io/", | |
| "icon_url": "https://i.imgur.com/QQoVMD2.png", | |
| "default_launch_config": "", | |
| "default_version": 38, | |
| "display_order": 1060, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "rna-seq", | |
| "fields": { | |
| "added": "2017-09-07T18:56:20.296Z", | |
| "updated": "2018-02-09T20:06:44.319Z", | |
| "name": "RNA-Seq", | |
| "status": "LIVE", | |
| "summary": "Galaxy tailored for RNA-seq analyses", | |
| "maintainer": "bjoern.gruening@gmail.com", | |
| "description": "", | |
| "info_url": null, | |
| "icon_url": "https://i.imgur.com/nOSTRsz.png", | |
| "default_launch_config": "", | |
| "default_version": 28, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "rna-structural-analysis", | |
| "fields": { | |
| "added": "2017-09-07T21:12:38.974Z", | |
| "updated": "2017-12-22T21:40:55.830Z", | |
| "name": "RNA structural analysis", | |
| "status": "LIVE", | |
| "summary": "Galaxy for RNA structural analysis", | |
| "maintainer": "bjoern.gruening@gmail.com", | |
| "description": "The RNA Galaxy workbench is a comprehensive set of analysis tools and consolidated workflows. The current implementation comprises more than 50 bioinformatics tools dedicated to different research areas of RNA biology, including RNA structure analysis, RNA alignment, RNA annotation, RNA-protein interaction, ribosome profiling, RNA-Seq analysis, and RNA target prediction.\r\n\r\nThe workbench is developed by the RNA Bioinformatics Center (RBC). This center is one of the eight service units of the German Network for Bioinformatics Infrastructure, running the German ELIXIR Node.", | |
| "info_url": "http://bgruening.github.io/galaxy-rna-workbench/", | |
| "icon_url": "https://i.imgur.com/vo0xCko.png", | |
| "default_launch_config": "", | |
| "default_version": 30, | |
| "display_order": 10000, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.application", | |
| "pk": "ubuntu", | |
| "fields": { | |
| "added": "2016-06-27T22:10:17.212Z", | |
| "updated": "2019-02-04T03:40:06.486Z", | |
| "name": "Ubuntu", | |
| "status": "LIVE", | |
| "summary": "Ubuntu operating system", | |
| "maintainer": "Canonical Inc.", | |
| "description": "Ubuntu is a Debian-based Linux operating system and distribution for personal computers, smartphones and network servers. This appliance is a bare-bones version of this operating system.\r\n\r\nOn Jetstream images with Docker, login as root system user.", | |
| "info_url": "https://en.wikipedia.org/wiki/Ubuntu_(operating_system)", | |
| "icon_url": "https://upload.wikimedia.org/wikipedia/commons/3/3a/Logo-ubuntu_no%28r%29-black_orange-hex.svg?download", | |
| "default_launch_config": "", | |
| "default_version": 5, | |
| "display_order": 1030, | |
| "category": [] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 1, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.1.0 - Tutorial Indices", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 2, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.1.0 - Blank Indices", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 3, | |
| "fields": { | |
| "application": "cloudman-cluster", | |
| "version": "16.05", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 4, | |
| "fields": { | |
| "application": "galaxy-cloud", | |
| "version": "16.04", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 5, | |
| "fields": { | |
| "application": "ubuntu", | |
| "version": "16.04 (with Docker)", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.small\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-vm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"4430\",\r\n \"to\": \"4430\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"6443\",\r\n \"to\": \"6443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"2379\",\r\n \"to\": \"2380\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10250\",\r\n \"to\": \"10250\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10251\",\r\n \"to\": \"10251\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10252\",\r\n \"to\": \"10252\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10256\",\r\n \"to\": \"10256\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"32767\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 6, | |
| "fields": { | |
| "application": "galaxy-stanalone-vm", | |
| "version": "16.07", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cl-gxy-standalone\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"40000\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 8, | |
| "fields": { | |
| "application": "ubuntu", | |
| "version": "14.04", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 10, | |
| "fields": { | |
| "application": "galaxy-cloud", | |
| "version": "16.10", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman\",\r\n \"cm_remote_filename\": \"cm16.tar.gz\",\r\n \"storageType\": \"volume\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20170125.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c3.large\",\r\n \"provider_settings\": {\r\n \"ebsOptimized\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 11, | |
| "fields": { | |
| "application": "galaxy-cloud", | |
| "version": "16.07", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman\",\r\n \"cm_remote_filename\": \"cm16.tar.gz\",\r\n \"storageType\": \"volume\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20161101.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c3.large\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 12, | |
| "fields": { | |
| "application": "docker_launch", | |
| "version": "0.1", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-docker-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.docker_app.DockerAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.medium\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-dockerl\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 13, | |
| "fields": { | |
| "application": "biodocklet", | |
| "version": "RNA-Seq - paired", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker pull bcil/biodocklets:RNAseq_paired\",\r\n \"instanceType\": \"c3.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-biodocklet\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }, \r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8090\",\r\n \"to\": \"8090\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"9010\",\r\n \"to\": \"9010\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 14, | |
| "fields": { | |
| "application": "galaxy-stanalone-vm", | |
| "version": "17.01", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#cloud-config\\n package_upgrade: false\\n\",\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cl-gxy-standalone\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"40000\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\",\r\n \"src_group\": \"CloudLaunchTMP\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 15, | |
| "fields": { | |
| "application": "biodocklet", | |
| "version": "ChIP-Seq - paired", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker pull bcil/biodocklets:ChIPseq_paired\",\r\n \"instanceType\": \"c3.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-biodocklet\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }, \r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8090\",\r\n \"to\": \"8090\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"9010\",\r\n \"to\": \"9010\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 16, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.2.0 - Blank Indices", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 17, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.2.0 - Tutorial Indices", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 18, | |
| "fields": { | |
| "application": "galaxy-cloud", | |
| "version": "dev", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman-dev\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-latest.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c3.large\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": true\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 19, | |
| "fields": { | |
| "application": "docker-galaxy", | |
| "version": "No-container", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m1.small\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 20, | |
| "fields": { | |
| "application": "biodocklet", | |
| "version": "ChIP-Seq - single", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker pull bcil/biodocklets:ChIPseq_single\",\r\n \"instanceType\": \"c3.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-biodocklet\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }, \r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8090\",\r\n \"to\": \"8090\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"9010\",\r\n \"to\": \"9010\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 21, | |
| "fields": { | |
| "application": "cloudman-cluster", | |
| "version": "16.11", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman-dev\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Data\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"b4c822ec2494fca9810d0d127d7b6722\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-400/gvl-galaxyfs-4.0.0.tar.gz\",\r\n \"type\": \"transient\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"4b360787af3672a2f20ab0ce961912bc\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-400/gvl-indices-tutorial-4.0.0.tar.gz\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m3.medium\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 22, | |
| "fields": { | |
| "application": "galaxy-cloud", | |
| "version": "17.05", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cloudman-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman_app.CloudManAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman-test\",\r\n \"storageType\": \"volume\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20170622.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m4.xlarge\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 23, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.2.0 - Blank+cmd", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 25, | |
| "fields": { | |
| "application": "galaxy-stanalone-vm", | |
| "version": "17.05", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cl-gxy-standalone\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"40000\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\",\r\n \"src_group\": \"CloudLaunch\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 26, | |
| "fields": { | |
| "application": "docker-galaxy", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run --privileged -d -p 8888:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy:17.05.cvmfs\",\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 27, | |
| "fields": { | |
| "application": "exome-seq", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run -d -p 8888:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-exome-seq:latest\",\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 28, | |
| "fields": { | |
| "application": "rna-seq", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run -d -p 8080:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-rna-seq:latest\",\r\n \"vmType\": \"c4.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8080\",\r\n \"to\": \"8080\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 29, | |
| "fields": { | |
| "application": "chemical-toolbox", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run -d -p 8888:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-chemicaltoolbox:latest\",\r\n \"instanceType\": \"m1.medium\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 30, | |
| "fields": { | |
| "application": "rna-structural-analysis", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run -d -p 8888:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-rna-structural-analysis:latest\",\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 31, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.3.0 (Galaxy 17.09)", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 32, | |
| "fields": { | |
| "application": "ubuntu", | |
| "version": "16.04 (bare)", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"t2.nano\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-vm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 33, | |
| "fields": { | |
| "application": "cloudgene", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run -d -p 8080:80 genepi/cloudgene\",\r\n \"vmType\": \"c4.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8080\",\r\n \"to\": \"8080\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 34, | |
| "fields": { | |
| "application": "centos", | |
| "version": "7.4", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": null | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 35, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 4.4.0 (Galaxy 18.05)", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-gvl-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.gvl_app.GVLAppPlugin", | |
| "default_launch_config": "", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 36, | |
| "fields": { | |
| "application": "cloudman-20", | |
| "version": "dev", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cm2-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman2_app.CloudMan2AppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman2\": {\r\n \"cm_boot_image\": \"cloudve/cloudman-boot\"\r\n },\r\n \"config_appliance\": {\r\n \"sshUser\": \"ubuntu\",\r\n \"runner\": \"ansible\",\r\n \"repository\": \"https://github.com/CloudVE/ansible-cloudman2\",\r\n \"inventoryTemplate\": \"https://gist.githubusercontent.com/afgane/1651c5c1395400ce8ab97a546293d571/raw/98e1da15a2936bcb23dd5fca1ff88259e9c80f3b/i2\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.medium\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm2\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"4430\",\r\n \"to\": \"4430\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"6443\",\r\n \"to\": \"6443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"2379\",\r\n \"to\": \"2380\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10250\",\r\n \"to\": \"10250\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10251\",\r\n \"to\": \"10251\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10252\",\r\n \"to\": \"10252\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10256\",\r\n \"to\": \"10256\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"32767\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm2\"\r\n },\r\n {\r\n \"protocol\": \"udp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 37, | |
| "fields": { | |
| "application": "pulsar-dev", | |
| "version": "Latest", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\nsudo apt-get update && sudo apt-get install apt-transport-https ca-certificates curl software-properties-common && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo apt-key fingerprint 0EBFCD88 && sudo add-apt-repository 'deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable' && sudo apt-get update && sudo apt-get install docker-ce && docker run -it -p 8913:8913 galaxy/pulsar:dev\",\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-docker\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8913\",\r\n \"to\": \"8913\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 38, | |
| "fields": { | |
| "application": "pulsar-standalone", | |
| "version": "0.1", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.pulsar_app.PulsarAppPlugin", | |
| "default_launch_config": "{\r\n \"config_appliance\": {\r\n \"runner\": \"ansible\",\r\n \"repository\": \"https://github.com/CloudVE/ansible-docker\",\r\n \"inventoryTemplate\": \"https://gist.githubusercontent.com/afgane/1651c5c1395400ce8ab97a546293d571/raw/98e1da15a2936bcb23dd5fca1ff88259e9c80f3b/i2\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-pulsar\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"8913\",\r\n \"to\": \"8913\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 40, | |
| "fields": { | |
| "application": "galaxy-stanalone-vm", | |
| "version": "18.05", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cl-gxy-standalone\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"40000\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\",\r\n \"src_group\": \"CloudLaunch\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 41, | |
| "fields": { | |
| "application": "g-onramp", | |
| "version": "1.0", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.simple_web_app.SimpleWebAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"c5.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cl-g-ongramp\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"40000\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 42, | |
| "fields": { | |
| "application": "ubuntu", | |
| "version": "18.04", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-ubuntu-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.base_vm_app.BaseVMAppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.small\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-vm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 44, | |
| "fields": { | |
| "application": "genomics-virtual-lab", | |
| "version": "GVL 5.0.0 alpha (Galaxy 19.05)", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cm2-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman2_app.CloudMan2AppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman2\": {\r\n \"cm_boot_image\": \"cloudve/cloudman-boot\"\r\n },\r\n \"config_appliance\": {\r\n \"sshUser\": \"ubuntu\",\r\n \"runner\": \"ansible\",\r\n \"repository\": \"https://github.com/CloudVE/ansible-cloudman2\",\r\n \"inventoryTemplate\": \"https://gist.githubusercontent.com/afgane/1651c5c1395400ce8ab97a546293d571/raw/98e1da15a2936bcb23dd5fca1ff88259e9c80f3b/i2\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.medium\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm2\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"4430\",\r\n \"to\": \"4430\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"6443\",\r\n \"to\": \"6443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"2379\",\r\n \"to\": \"2380\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10250\",\r\n \"to\": \"10250\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10251\",\r\n \"to\": \"10251\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10252\",\r\n \"to\": \"10252\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"10256\",\r\n \"to\": \"10256\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"32767\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm2\"\r\n },\r\n {\r\n \"protocol\": \"udp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversion", | |
| "pk": 45, | |
| "fields": { | |
| "application": "cm_remote_k8s_pool", | |
| "version": "dev", | |
| "frontend_component_path": "app/marketplace/plugins/plugins.module#PluginsModule", | |
| "frontend_component_name": "clui-cm2-config", | |
| "backend_component_name": "cloudlaunch.backend_plugins.cloudman2_app.CloudMan2AppPlugin", | |
| "default_launch_config": "{\r\n \"config_cloudman2\":{\r\n \"cm_boot_image\":\"cloudve/cloudman-boot\",\r\n \"cm_helm_values\":{\r\n \"helmsman_config\":{\r\n \"charts\":[\r\n {\r\n \"name\":\"cloudve/galaxy-cvmfs-csi\",\r\n \"namespace\":\"cvmfs\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"config_appliance\":{\r\n \"sshUser\":\"ubuntu\",\r\n \"runner\":\"ansible\",\r\n \"repository\":\"https://github.com/CloudVE/ansible-cloudman2\",\r\n \"inventoryTemplate\":\"https://gist.githubusercontent.com/afgane/1651c5c1395400ce8ab97a546293d571/raw/98e1da15a2936bcb23dd5fca1ff88259e9c80f3b/i2\"\r\n },\r\n \"config_cloudlaunch\":{\r\n \"vmType\":\"m1.medium\",\r\n \"firewall\":[\r\n {\r\n \"securityGroup\":\"cloudlaunch-cm2\",\r\n \"rules\":[\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"22\",\r\n \"to\":\"22\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"80\",\r\n \"to\":\"80\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"443\",\r\n \"to\":\"443\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"4430\",\r\n \"to\":\"4430\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"6443\",\r\n \"to\":\"6443\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"2379\",\r\n \"to\":\"2380\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"10250\",\r\n \"to\":\"10250\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"10251\",\r\n \"to\":\"10251\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"10252\",\r\n \"to\":\"10252\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"10256\",\r\n \"to\":\"10256\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"30000\",\r\n \"to\":\"32767\",\r\n \"cidr\":\"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\":\"tcp\",\r\n \"from\":\"1\",\r\n \"to\":\"65535\",\r\n \"src_group\":\"cloudlaunch-cm2\"\r\n },\r\n {\r\n \"protocol\":\"udp\",\r\n \"from\":\"1\",\r\n \"to\":\"65535\",\r\n \"src_group\":\"cloudlaunch-cm2\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", | |
| "default_target": null | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 1, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 2, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 3, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 4, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 5, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 6, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 7, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 8, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 9, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 10, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 11, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 12, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 13, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 14, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 15, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 16, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 17, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 18, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 19, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 21, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 22, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 23, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 24, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 25, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.deploymenttarget", | |
| "pk": 26, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "clouddeploymenttarget" | |
| ] | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 1, | |
| "fields": { | |
| "target_zone": 1 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 2, | |
| "fields": { | |
| "target_zone": 2 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 3, | |
| "fields": { | |
| "target_zone": 3 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 4, | |
| "fields": { | |
| "target_zone": 4 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 5, | |
| "fields": { | |
| "target_zone": 5 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 6, | |
| "fields": { | |
| "target_zone": 6 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 7, | |
| "fields": { | |
| "target_zone": 7 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 8, | |
| "fields": { | |
| "target_zone": 8 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 9, | |
| "fields": { | |
| "target_zone": 9 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 10, | |
| "fields": { | |
| "target_zone": 10 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 11, | |
| "fields": { | |
| "target_zone": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 12, | |
| "fields": { | |
| "target_zone": 12 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 13, | |
| "fields": { | |
| "target_zone": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 14, | |
| "fields": { | |
| "target_zone": 14 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 15, | |
| "fields": { | |
| "target_zone": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 16, | |
| "fields": { | |
| "target_zone": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 17, | |
| "fields": { | |
| "target_zone": 17 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 18, | |
| "fields": { | |
| "target_zone": 18 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 19, | |
| "fields": { | |
| "target_zone": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 21, | |
| "fields": { | |
| "target_zone": 21 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 22, | |
| "fields": { | |
| "target_zone": 22 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 23, | |
| "fields": { | |
| "target_zone": 23 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 24, | |
| "fields": { | |
| "target_zone": 24 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 25, | |
| "fields": { | |
| "target_zone": 25 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.clouddeploymenttarget", | |
| "pk": 26, | |
| "fields": { | |
| "target_zone": 26 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 1, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 1, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-410\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"9af5cd80e022abe4ce93a9e84c2ad461\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-410/filesystems/gvl-galaxyfs-4.1.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"9e9e8ddc9d92dc785e848e47afedd693\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-410/filesystems/gvl-indices-tutorial-4.1.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 2, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 1, | |
| "target": 4, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-410\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"2eaa1a112e05bbe669d402658ecab14d\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"http://d255cbs4e840tu.cloudfront.net/gvl-galaxyfs-4.1.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"9e9e8ddc9d92dc785e848e47afedd693\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"http://d255cbs4e840tu.cloudfront.net/gvl-indices-tutorial-4.1.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m3.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 3, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 3, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman-dev\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Data\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"b4c822ec2494fca9810d0d127d7b6722\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-400/gvl-galaxyfs-4.0.0.tar.gz\",\r\n \"type\": \"transient\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"4b360787af3672a2f20ab0ce961912bc\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-400/gvl-indices-tutorial-4.0.0.tar.gz\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m3.medium\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 4, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 4, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman\",\r\n \"cm_remote_filename\": \"cm16.tar.gz\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20160520.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"snap_id\": \"snap-c332f2b0\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c3.large\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 5, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 1, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-410\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"2eaa1a112e05bbe669d402658ecab14d\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"http://d255cbs4e840tu.cloudfront.net/gvl-galaxyfs-4.1.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"9e9e8ddc9d92dc785e848e47afedd693\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"http://d255cbs4e840tu.cloudfront.net/gvl-indices-tutorial-4.1.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m3.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 6, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 2, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-410\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"2eaa1a112e05bbe669d402658ecab14d\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"http://d255cbs4e840tu.cloudfront.net/gvl-galaxyfs-4.1.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"06b6a287fa0ae87a035672fd703ec43f\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"http://d255cbs4e840tu.cloudfront.net/gvl-indices-blank-4.1.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m3.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 7, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 5, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"t2.medium\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 8, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 6, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 9, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 2, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-410\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"9af5cd80e022abe4ce93a9e84c2ad461\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-410/filesystems/gvl-galaxyfs-4.1.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"06b6a287fa0ae87a035672fd703ec43f\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-410/filesystems/gvl-indices-blank-4.1.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 10, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 6, | |
| "target": 15, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m1.large\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cl-gxy-standalone\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 11, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 5, | |
| "target": 22, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 12, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 35, | |
| "target": 25, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"extraUserData\": \"galaxy_conf_dir: /mnt/galaxy/galaxy-app/config/cloudman_overrides\",\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-440\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"a6d6f1b5161eef4f358e4f0834b50734\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/gvl-galaxyfs-4.4.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/packages/package_registry.yml\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 13, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 5, | |
| "target": 17, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"instance_user_data\": \"#!/bin/bash\\ndocker run -v /var/run/docker.sock:/var/run/docker.sock afgane/cloudman-boot\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 14, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 8, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"t2.small\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-vm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 15, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 35, | |
| "target": 26, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"extraUserData\": \"galaxy_conf_dir: /mnt/galaxy/galaxy-app/config/cloudman_overrides\",\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-440\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"a6d6f1b5161eef4f358e4f0834b50734\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/gvl-galaxyfs-4.4.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/packages/package_registry.yml\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 16, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 26, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m2.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 17, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 25, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m2.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 18, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m2.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 20, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 35, | |
| "target": 4, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"extraUserData\": \"galaxy_conf_dir: /mnt/galaxy/galaxy-app/config/cloudman_overrides\",\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-440\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"256ea4fd4c211d40085f2af018fc6019\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://s3.amazonaws.com/cloudman-gvl-440/gvl-galaxyfs-4.4.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/packages/package_registry.yml\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m5.xlarge\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 21, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 38, | |
| "target": 16, | |
| "default_launch_config": "{\r\n \"config_appliance\": {\r\n \"sshUser\": \"ubuntu\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"n1-standard-2\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 22, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 10, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 23, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 10, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 24, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 11, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 25, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 10, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"m1.medium\",\r\n \"provider_settings\": {\r\n \"ebsOptimised\": true\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"cidr\": \"0.0.0.0/0\",\r\n \"src_group\": \"CloudLaunch\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 26, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 12, | |
| "target": 4, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 27, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 12, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 28, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 12, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 29, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 12, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 30, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 12, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 31, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 10, | |
| "target": 2, | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman\",\r\n \"cm_remote_filename\": \"cm16.tar.gz\",\r\n \"storageType\": \"volume\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20170125.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c4.4xlarge\",\r\n \"provider_settings\": {\r\n \"ebsOptimized\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 32, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 11, | |
| "target": 2, | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman\",\r\n \"storageType\": \"volume\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20170125.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c3.large\",\r\n \"provider_settings\": {\r\n \"ebsOptimized\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"CloudLaunch\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 33, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 44, | |
| "target": 26, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m2.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 34, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 12, | |
| "target": 22, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 35, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 10, | |
| "target": 12, | |
| "default_launch_config": "{\r\n \"config_cloudman\": {\r\n \"defaultBucket\": \"cloudman\",\r\n \"cm_remote_filename\": \"cm16.tar.gz\",\r\n \"storageType\": \"volume\",\r\n \"clusterType\": \"Galaxy\",\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"archive_url\": \"http://s3.amazonaws.com/cloudman/fs-archives/galaxyFS-20170125.tar.gz\",\r\n \"size\": 50\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Data\",\r\n \"filesystem_templates\": [\r\n {\r\n \"type\": \"volume\",\r\n \"name\": \"galaxy\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"config_cloudlaunch\": {\r\n \"instanceType\": \"c3.large\",\r\n \"provider_settings\": {\r\n \"ebsOptimized\": false\r\n },\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-cm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"443\",\r\n \"to\": \"443\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"20\",\r\n \"to\": \"21\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"30000\",\r\n \"to\": \"30100\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"1\",\r\n \"to\": \"65535\",\r\n \"src_group\": \"cloudlaunch-cm\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 36, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 13, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 37, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 14, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 38, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 15, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 39, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 16, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-420\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"bb4edd9e2213c04af4f6d280406a98bc\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-galaxyfs-4.2.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"0c53cc2804031b2d6e713e6ebcd272ba\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-indices-blank-4.2.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 40, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 17, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-420\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"bb4edd9e2213c04af4f6d280406a98bc\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-galaxyfs-4.2.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"9dd17e93518cdbac221bd19c8ee4e9dd\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-indices-tutorial-4.2.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 41, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 18, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 42, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 19, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 43, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 20, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 44, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 21, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 45, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 22, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 46, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 22, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 47, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 23, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-420\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"bb4edd9e2213c04af4f6d280406a98bc\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-galaxyfs-4.2.0.tar.gz\"\r\n },\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"6843b57d92d6b79c417bad677a792efd\",\r\n \"name\": \"gvl\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-apps-4.2-2.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"0c53cc2804031b2d6e713e6ebcd272ba\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-420/filesystems/gvl-indices-blank-4.2.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 48, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 44, | |
| "target": 25, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m2.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 49, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 8, | |
| "target": 17, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.small\",\r\n \"firewall\": [\r\n {\r\n \"securityGroup\": \"cloudlaunch-vm\",\r\n \"rules\": [\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"80\",\r\n \"to\": \"80\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n },\r\n {\r\n \"protocol\": \"tcp\",\r\n \"from\": \"22\",\r\n \"to\": \"22\",\r\n \"cidr\": \"0.0.0.0/0\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 50, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 25, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 51, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 44, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m2.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 52, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 44, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m5.xlarge\",\r\n \"rootStorageType\": \"volume\", \r\n \"rootStorageSize\": 42\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 53, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 44, | |
| "target": 18, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"Basic_A3\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 54, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 27, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 55, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 27, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 56, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 28, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 57, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 28, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 58, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 27, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 59, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 28, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 60, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 19, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 61, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 26, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 62, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 26, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 63, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 26, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 64, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 19, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 65, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 29, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 66, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 29, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 67, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 29, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 68, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 30, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 69, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 30, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 70, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 30, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 71, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 19, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 72, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 26, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 73, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 29, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 74, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 27, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 75, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 28, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 76, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 30, | |
| "target": 24, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 77, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 11, | |
| "target": 12, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 78, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 22, | |
| "target": 12, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 79, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 44, | |
| "target": 16, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"n1-standard-4\",\r\n \"rootStorageType\": \"volume\", \r\n \"rootStorageSize\": 42\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 80, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 16, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-420\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"bb4edd9e2213c04af4f6d280406a98bc\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"http://d2wo69ta0j8bcf.cloudfront.net/gvl-galaxyfs-4.2.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"0c53cc2804031b2d6e713e6ebcd272ba\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"http://d2wo69ta0j8bcf.cloudfront.net/gvl-indices-blank-4.2.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 81, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 17, | |
| "target": 4, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-420\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"bb4edd9e2213c04af4f6d280406a98bc\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"http://d2wo69ta0j8bcf.cloudfront.net/gvl-galaxyfs-4.2.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"9dd17e93518cdbac221bd19c8ee4e9dd\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"http://d2wo69ta0j8bcf.cloudfront.net/gvl-indices-tutorial-4.2.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 82, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 17, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-420\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"bb4edd9e2213c04af4f6d280406a98bc\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"http://d2wo69ta0j8bcf.cloudfront.net/gvl-galaxyfs-4.2.0.tar.gz\"\r\n },\r\n {\r\n \"type\": \"transient\",\r\n \"archive_md5\": \"9dd17e93518cdbac221bd19c8ee4e9dd\",\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"archive_url\": \"http://d2wo69ta0j8bcf.cloudfront.net/gvl-indices-tutorial-4.2.0.tar.gz\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 83, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 31, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-430\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"7c252fd983b52fcc358c62895b22eed4\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-430/filesystems/gvl-galaxyfs-4.3.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-430/packages/package_registry.yml\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 84, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 31, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-430\",\r\n \"storageType\": \"volume\",\r\n \"storageSize\": 100,\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"7c252fd983b52fcc358c62895b22eed4\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"volume\",\r\n \"size\": 62,\r\n \"archive_url\": \"https://s3.amazonaws.com/cloudman-gvl-430/filesystems/gvl-galaxyfs-4.3.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-430/packages/package_registry.yml\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"c5.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 85, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 32, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 86, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 32, | |
| "target": 2, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 87, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 29, | |
| "target": 23, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 88, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 33, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 89, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 33, | |
| "target": 8, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 90, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 33, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 91, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 45, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m5.2xlarge\",\r\n \"rootStorageType\": \"volume\", \r\n \"rootStorageSize\": 42\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 92, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 35, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"extraUserData\": \"galaxy_conf_dir: /mnt/galaxy/galaxy-app/config/cloudman_overrides\",\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-440\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"a6d6f1b5161eef4f358e4f0834b50734\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/gvl-galaxyfs-4.4.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/packages/package_registry.yml\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 93, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m5.2xlarge\",\r\n \"rootStorageType\": \"volume\", \r\n \"rootStorageSize\": 42\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 94, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 95, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 35, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"extraUserData\": \"galaxy_conf_dir: /mnt/galaxy/galaxy-app/config/cloudman_overrides\",\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-440\",\r\n \"storageType\": \"transient\",\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"256ea4fd4c211d40085f2af018fc6019\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"transient\",\r\n \"archive_url\": \"https://s3.amazonaws.com/cloudman-gvl-440/gvl-galaxyfs-4.4.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-440/packages/package_registry.yml\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m5.xlarge\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 96, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 31, | |
| "target": 4, | |
| "default_launch_config": "{\r\n \"config_gvl\": {\r\n \"config_cloudman\": {\r\n \"masterPostStartScript\": \"file:///opt/gvl/scripts/triggers;file:///mnt/galaxy/gvl/poststart.d\",\r\n \"defaultBucket\": \"cloudman-gvl-430\",\r\n \"storageType\": \"volume\",\r\n \"storageSize\": 100,\r\n \"clusterType\": \"Galaxy\",\r\n \"gvl_config\": { \"install\" : [\"gvl_cmdline_utilities\"] },\r\n \"cluster_templates\": [\r\n {\r\n \"name\": \"Galaxy\",\r\n \"filesystem_templates\": [\r\n {\r\n \"data_source\": \"archive\",\r\n \"archive_md5\": \"7c252fd983b52fcc358c62895b22eed4\",\r\n \"name\": \"galaxy\",\r\n \"roles\": \"galaxyTools,galaxyData\",\r\n \"type\": \"volume\",\r\n \"size\": 62,\r\n \"archive_url\": \"https://s3.amazonaws.com/cloudman-gvl-430/filesystems/gvl-galaxyfs-4.3.0.tar.gz\"\r\n },\r\n {\r\n \"name\": \"galaxyIndices\",\r\n \"roles\": \"galaxyIndices\",\r\n \"type\": \"cvmfs\",\r\n \"mount_point\": \"/cvmfs/data.galaxyproject.org\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"gvl_cmdline_utilities\": true,\r\n \"gvl_package_registry_url\": \"https://swift.rc.nectar.org.au:8888/v1/AUTH_377/cloudman-gvl-430/packages/package_registry.yml\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"c5.large\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 98, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 19, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"Basic_A3\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 99, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 20, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"Basic_A3\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 100, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 21, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"Basic_A3\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 101, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 37, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 102, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 38, | |
| "target": 11, | |
| "default_launch_config": "{\r\n \"config_appliance\": {\r\n \"sshUser\": \"ubuntu\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"t3.medium\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 103, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 38, | |
| "target": 17, | |
| "default_launch_config": "{\r\n \"config_appliance\": {\r\n \"sshUser\": \"ubuntu\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.tiny\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 104, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 40, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 105, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 38, | |
| "target": 22, | |
| "default_launch_config": "{\r\n \"config_appliance\": {\r\n \"sshUser\": \"ubuntu\"\r\n },\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"m1.small\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 107, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 41, | |
| "target": 11, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 108, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 42, | |
| "target": 17, | |
| "default_launch_config": "" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 109, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 36, | |
| "target": 16, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"n1-standard-4\",\r\n \"rootStorageType\": \"volume\", \r\n \"rootStorageSize\": 42\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversiontargetconfig", | |
| "pk": 110, | |
| "fields": { | |
| "polymorphic_ctype": [ | |
| "cloudlaunch", | |
| "applicationversioncloudconfig" | |
| ], | |
| "application_version": 32, | |
| "target": 16, | |
| "default_launch_config": "{\r\n \"config_cloudlaunch\": {\r\n \"vmType\": \"f1-micro\"\r\n }\r\n}" | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 1, | |
| "fields": { | |
| "image": 1 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 2, | |
| "fields": { | |
| "image": 6 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 3, | |
| "fields": { | |
| "image": 8 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 4, | |
| "fields": { | |
| "image": 8 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 5, | |
| "fields": { | |
| "image": 3 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 6, | |
| "fields": { | |
| "image": 3 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 7, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 8, | |
| "fields": { | |
| "image": 10 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 9, | |
| "fields": { | |
| "image": 1 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 10, | |
| "fields": { | |
| "image": 11 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 11, | |
| "fields": { | |
| "image": 12 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 12, | |
| "fields": { | |
| "image": 107 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 13, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 14, | |
| "fields": { | |
| "image": 9 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 15, | |
| "fields": { | |
| "image": 107 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 16, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 17, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 18, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 20, | |
| "fields": { | |
| "image": 132 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 21, | |
| "fields": { | |
| "image": 130 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 22, | |
| "fields": { | |
| "image": 86 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 23, | |
| "fields": { | |
| "image": 87 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 24, | |
| "fields": { | |
| "image": 86 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 25, | |
| "fields": { | |
| "image": 1 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 26, | |
| "fields": { | |
| "image": 18 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 27, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 28, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 29, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 30, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 31, | |
| "fields": { | |
| "image": 88 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 32, | |
| "fields": { | |
| "image": 88 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 33, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 34, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 35, | |
| "fields": { | |
| "image": 91 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 36, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 37, | |
| "fields": { | |
| "image": 97 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 38, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 39, | |
| "fields": { | |
| "image": 94 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 40, | |
| "fields": { | |
| "image": 94 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 41, | |
| "fields": { | |
| "image": 86 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 42, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 43, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 44, | |
| "fields": { | |
| "image": 86 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 45, | |
| "fields": { | |
| "image": 86 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 46, | |
| "fields": { | |
| "image": 87 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 47, | |
| "fields": { | |
| "image": 94 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 48, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 49, | |
| "fields": { | |
| "image": 95 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 50, | |
| "fields": { | |
| "image": 93 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 51, | |
| "fields": { | |
| "image": 90 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 52, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 53, | |
| "fields": { | |
| "image": 115 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 54, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 55, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 56, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 57, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 58, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 59, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 60, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 61, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 62, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 63, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 64, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 65, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 66, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 67, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 68, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 69, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 70, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 71, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 72, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 73, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 74, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 75, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 76, | |
| "fields": { | |
| "image": 13 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 77, | |
| "fields": { | |
| "image": 91 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 78, | |
| "fields": { | |
| "image": 91 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 79, | |
| "fields": { | |
| "image": 130 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 80, | |
| "fields": { | |
| "image": 98 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 81, | |
| "fields": { | |
| "image": 99 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 82, | |
| "fields": { | |
| "image": 98 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 83, | |
| "fields": { | |
| "image": 100 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 84, | |
| "fields": { | |
| "image": 101 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 85, | |
| "fields": { | |
| "image": 102 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 86, | |
| "fields": { | |
| "image": 89 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 87, | |
| "fields": { | |
| "image": 103 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 88, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 89, | |
| "fields": { | |
| "image": 19 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 90, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 91, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 92, | |
| "fields": { | |
| "image": 107 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 93, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 94, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 95, | |
| "fields": { | |
| "image": 112 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 96, | |
| "fields": { | |
| "image": 114 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 98, | |
| "fields": { | |
| "image": 116 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 100, | |
| "fields": { | |
| "image": 118 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 101, | |
| "fields": { | |
| "image": 102 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 102, | |
| "fields": { | |
| "image": 15 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 103, | |
| "fields": { | |
| "image": 16 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 104, | |
| "fields": { | |
| "image": 124 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 105, | |
| "fields": { | |
| "image": 125 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 107, | |
| "fields": { | |
| "image": 128 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 108, | |
| "fields": { | |
| "image": 129 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 109, | |
| "fields": { | |
| "image": 130 | |
| } | |
| }, | |
| { | |
| "model": "cloudlaunch.applicationversioncloudconfig", | |
| "pk": 110, | |
| "fields": { | |
| "image": 130 | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 1, | |
| "fields": { | |
| "latitude": 52.35, | |
| "longitude": 4.9167, | |
| "city": "Amsterdam", | |
| "country": "NL" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 2, | |
| "fields": { | |
| "latitude": 51.2167, | |
| "longitude": 4.4167, | |
| "city": "Antwerp", | |
| "country": "BE" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 3, | |
| "fields": { | |
| "latitude": 44.8268, | |
| "longitude": -0.600093, | |
| "city": "Bordeaux cedex", | |
| "country": "FR" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 4, | |
| "fields": { | |
| "latitude": 52.3702, | |
| "longitude": 4.89517, | |
| "city": "Amsterdam", | |
| "country": "NL" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 5, | |
| "fields": { | |
| "latitude": 48.6004, | |
| "longitude": 7.7874, | |
| "city": "Strasbourg", | |
| "country": "FR" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 6, | |
| "fields": { | |
| "latitude": -37.8139, | |
| "longitude": 144.9634, | |
| "city": "Melbourne", | |
| "country": "AU" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 7, | |
| "fields": { | |
| "latitude": 30.384, | |
| "longitude": -97.7073, | |
| "city": "Austin", | |
| "country": "US" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 8, | |
| "fields": { | |
| "latitude": 22.2833, | |
| "longitude": 114.15, | |
| "city": "Central District", | |
| "country": "HK" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 9, | |
| "fields": { | |
| "latitude": -27.4954, | |
| "longitude": 153.012, | |
| "city": "St Lucia", | |
| "country": "AU" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 10, | |
| "fields": { | |
| "latitude": 35.6845, | |
| "longitude": 139.7559, | |
| "city": "Tokyo", | |
| "country": "JP" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 11, | |
| "fields": { | |
| "latitude": 33.763382, | |
| "longitude": -84.3951098, | |
| "city": "Atlanta", | |
| "country": "US" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.location", | |
| "pk": 12, | |
| "fields": { | |
| "latitude": 35.1667, | |
| "longitude": 33.3667, | |
| "city": "Nicosia", | |
| "country": "CY" | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "andromeda", | |
| "fields": { | |
| "added": "2016-06-29T06:59:44.471Z", | |
| "updated": "2016-06-29T06:59:44.471Z", | |
| "name": "Andromeda", | |
| "links": "http://galaxy.nbic.nl/", | |
| "location": 1, | |
| "purpose": "This is a fully populated Galaxy instance.", | |
| "comments": "- As of 2014/01/01:\r\n\"Due to funding issue, the NBIC Galaxy server is running now with very limited support and maintenance as of January 1st, 2014. We hope this is temporary but please be aware that your analysis will be not performed at an optimal speed and most questions will not be answered.\"\r\n- Andromeda is hosted at the SURFsara High Performance Computing (HPC) cloud.", | |
| "email_user_support": "nbicgalaxy-admin@trac.nbic.nl", | |
| "quotas": "Registered users: 10GB; Anonymous users: 10MB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=Andromeda.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "biomina", | |
| "fields": { | |
| "added": "2016-06-29T08:03:23.708Z", | |
| "updated": "2016-06-29T08:07:39.868Z", | |
| "name": "Biomina", | |
| "links": "http://biominavm-galaxy.biomina.be/galaxy/", | |
| "location": 2, | |
| "purpose": "A general purpose Galaxy instance that includes most \"standard\" tools for DNA/RNA sequencing, plus extra tools for panel resequencing, variant annotation and some tools for Illumina SNParray analysis.", | |
| "comments": "Includes a number of workflows, including workflow from \"A SWI/SNF-related autism syndrome caused by de novo mutations in ADNP,\" by Helsmoortel, et al., Nature Genetics (2014) doi:10.1038/ng.2899", | |
| "email_user_support": "geert.vandeweyer@uantwerpen.be", | |
| "quotas": "- Registered users: 50GB. Can be increased up to 3TB in collaborative projects.\r\n- There is NO backup of data inside this galaxy server.\r\n- Collaboration partner jobs have higher priority on the system.", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=Biomina300.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "cbib-galaxy", | |
| "fields": { | |
| "added": "2016-06-29T08:04:31.606Z", | |
| "updated": "2016-06-29T14:19:38.822Z", | |
| "name": "CBiB Galaxy", | |
| "links": "http://services.cbib.u-bordeaux2.fr/galaxy/", | |
| "location": 3, | |
| "purpose": "A general purpose Galaxy instance that includes EMBOSS (a software analysis package for molecular biology) and fibronectin (diversity analysis of synthetic libraries of a Fibronectin domain).", | |
| "comments": "Dedicated server: 4 CPU Intel Xeon - 8 cores (a total of 32 cores / 64 threads) , 128 GB RAM, 800 GB of disk space.", | |
| "email_user_support": "admin.cbib@u-bordeaux2.fr", | |
| "quotas": "Registered users: 10GB, unregistered users, 1GB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=CBiBLogo300.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "erasmus-mc", | |
| "fields": { | |
| "added": "2016-06-29T08:05:25.272Z", | |
| "updated": "2016-06-29T14:22:28.018Z", | |
| "name": "Erasmus MC", | |
| "links": "https://bioinf-galaxian.erasmusmc.nl/galaxy/", | |
| "location": 4, | |
| "purpose": "General purpose genomics analysis, featuring many standard tools plus many additional tools.", | |
| "comments": "This server supports a wealth of RNA-Seq tasks, including:\r\nquantify gene expression (featureCounts, edgeR, experimental design module)\r\ndetermine and prioritize fusion genes (star-fusion, Fuma, ifuse)\r\ndetermine variants and annotate small variants (BAM to varscan2, Annovar)\r\ndetect small ncRNA derived RNAs in small RNA-seq alignments (Flaimapper)\r\nGenerate html user defined workflow (iReport)\r\nAll tools are also available in the Tool Shed.\r\nSee FuMa: reporting overlap in RNA-seq detected fusion genes, by Youri Hoogstrate, Ren\u00e9 B\u00f6ttcher, Saskia Hiltemann, Peter van der Spek, Guido Jenster and Andrew P Stubbs, Bioinformatics (2015) doi: 10.1093/bioinformatics/btv721", | |
| "email_user_support": "a.stubbs@erasmusmc.nl", | |
| "quotas": "Unregistered users: Unlimited - Deleted nightly", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=ErasmusMCBioinf300.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "galaxeast", | |
| "fields": { | |
| "added": "2016-06-29T08:06:26.547Z", | |
| "updated": "2016-06-29T14:20:23.879Z", | |
| "name": "GalaxEast", | |
| "links": "http://www.galaxeast.fr/", | |
| "location": 5, | |
| "purpose": "Integrative 'omics data analysis", | |
| "comments": "From J24: GalaxEast: an open and powerful Galaxy instance for integrative Omics data analysis, poster presented at ECCB'14 by Stephanie Le Gras, Serge Uge, Matthieu Jung, Ludovic Roy, Valerie Cognat, Frederic Plewniak, Irwin Davidson and Julien Seiler:\r\nprovides access to up-to-date tools and algorithms such as those devoted to Next Generation Sequencing (NGS) data analysis of:\r\nEpigenome: MACS, Homer\r\nGenomic sequence: GATK, Samtools, BEDtools, Picard\r\nTranscriptome: Cufflinks, HTSeq, TopHat\r\nStatistical analyses: DeepTools, S-mart, DESeq\r\nGalaxEast provides access to workflows developed for:\r\nMotif search\r\nRepetitive element analyses\r\nChIP-seq data analysis\r\nGalaxEast aims at providing a large range of bioinformatics tools for the analysis of various types of Omics data. It supports reproducible computational research by providing an environment for performing and recording bioinformatics analyses.\r\nThe GalaxEast project has the following main objectives:\r\nProvide the academic scientific community with an open and powerful Galaxy instance with a guaranteed availability. The platform offers access to cutting-edge and up-to-date tools for Omics data analysis with help and support.\r\nPropose innovative developments and new helpful tools packaged for Galaxy (available in the GalaxEast toolshed)\r\nPromote the packaging of new developments for Galaxy (through wrappers and/or toolshed packages).", | |
| "email_user_support": "galaxy@igbmc.fr", | |
| "quotas": "Registered users: 50GB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=GalaxEast.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "galaxy-main", | |
| "fields": { | |
| "added": "2016-06-29T08:07:39.252Z", | |
| "updated": "2016-06-29T08:17:55.123Z", | |
| "name": "Galaxy Main", | |
| "links": "http://usegalaxy.org/", | |
| "location": 7, | |
| "purpose": "The Galaxy Project free public server; biomedical research", | |
| "comments": "Strong on genomics; good central repository for shared Galaxy objects. See Main for more.", | |
| "email_user_support": "clements@galaxyproject.org", | |
| "quotas": "Registered users: 250GB, Unregistered users: 5GB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/Images/GalaxyLogos?action=AttachFile&do=get&target=galaxy_logo_25percent_transparent.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "genomics-virtual-lab-melbourne", | |
| "fields": { | |
| "added": "2016-06-29T08:06:35.204Z", | |
| "updated": "2016-06-29T08:06:35.204Z", | |
| "name": "Genomics Virtual Lab Melbourne", | |
| "links": "http://galaxy-mel.genome.edu.au/", | |
| "location": 6, | |
| "purpose": "This Galaxy service is maintained by the Life Sciences Computation Centre at the VLSCI", | |
| "comments": "We provide this Galaxy instance to:\r\nprovide bioinformatics infrastructure to the Melbourne life sciences community\r\ngive researchers tools to do their own analysis\r\nhelp improve general bioinformatics skills\r\nprovide a platform for tutorials and other training", | |
| "email_user_support": "help@genome.edu.au", | |
| "quotas": "Registered users: 100GB, Unregistered users: 50MB", | |
| "featured": false, | |
| "logo": "https://www.vlsci.org.au/sites/all/themes/vlsci/images/bg-logo.gif", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "genomics-virtual-lab-queensland", | |
| "fields": { | |
| "added": "2016-06-29T08:09:00.241Z", | |
| "updated": "2016-06-29T08:09:00.241Z", | |
| "name": "Genomics Virtual Lab Queensland", | |
| "links": "http://galaxy-qld.genome.edu.au/", | |
| "location": 9, | |
| "purpose": "This Galaxy service is maintained by the Research Computing Centre, UQ", | |
| "comments": "", | |
| "email_user_support": "help@genome.edu.au", | |
| "quotas": "Registered users: 100GB, UQ users: 1TB", | |
| "featured": false, | |
| "logo": "http://www.studyqueensland.qld.edu.au/getmedia/9c140cd4-bd85-473e-9074-606e53722ffc/UQlogoC-colour-M.aspx", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "gigagalaxy", | |
| "fields": { | |
| "added": "2016-06-29T08:08:22.649Z", | |
| "updated": "2016-06-29T13:47:59.721Z", | |
| "name": "GigaGalaxy", | |
| "links": "http://galaxy.cbiit.cuhk.edu.hk/", | |
| "location": 8, | |
| "purpose": "Standard Galaxy tools set plus SOAPdenovo and SOAPsnp for de novo assembly and SNP calling.", | |
| "comments": "", | |
| "email_user_support": "support@cbiit.cuhk.edu.hk", | |
| "quotas": "Registered users: 200GB, unregistered users: 5GB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=GigaGalaxyNebula.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "lisis", | |
| "fields": { | |
| "added": "2016-06-29T08:16:52.451Z", | |
| "updated": "2016-06-29T13:43:02.590Z", | |
| "name": "LiSIs", | |
| "links": "http://lisis.cs.ucy.ac.cy/", | |
| "location": 12, | |
| "purpose": "A platform for Virtual Screening.", | |
| "comments": "The LiSIs platform has been developed in the context of the cross-disciplinary GRANATUM project aiming to bridge the gap between biomedical researchers by ensuring their seamless access to the globally available information needed to perform complex experiments and to conduct studies on large-scale datasets.\r\nSee LiSIs: An Online Scientific Workflow System for Virtual Screening, by Christos C. Kannas, Ioanna Kalvari, George Lambrinidis, Christiana M. Neophytou, Christiana G. Savva, Ioannis Kirmitzoglou, Zinonas Antoniou, Kleo G. Achilleos, David Scherf, Chara A. Pitta, Christos A. Nicolaou, Emanuel Mikros, Vasilis J. Promponas, Clarissa Gerhauser, Rajendra G. Mehta, Andreas I. Constantinou, Constantinos S. Pattichis, Combinatorial chemistry & high throughput screening, Vol. 18, No. 3. (2015), pp. 281-295", | |
| "email_user_support": "support@lisis.cs", | |
| "quotas": "Must create a login, but anyone can create a login either on LiSIs or GRANATUM.\r\nThere are storage quotas.\r\nThere will be computational quotas in the near future.", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/Images/Logos?action=AttachFile&do=get&target=LiSisLogo.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "pitagora-galaxy", | |
| "fields": { | |
| "added": "2016-06-29T08:09:21.111Z", | |
| "updated": "2016-06-29T14:23:47.858Z", | |
| "name": "Pitagora-Galaxy", | |
| "links": "http://try.pitagora-galaxy.org/galaxy/", | |
| "location": 10, | |
| "purpose": "The public, general purpose Galaxy servers of the Pitagora-Galaxy Project. This server is intended for testing and sharing. Heavy analysis should be performed using the project's identical virtual machine (VM) or Amazon Machine Image (AMI).", | |
| "comments": "We are running a website for sharing users' know-how, and distributing a virtual environment where we configured Galaxy with selected workflows and tools. Now, you can perform our analysis workflows on the following three environments.\r\nAccess to the public web site for testing.\r\nDownload the virtual machine to your own PC or server.\r\nLaunch AMI (Amazon machine image) on AWS cloud.\r\nSince Pitagora-Galaxy enables us to run the same workflows on any infrastructure and rebuild the environments in any time, we can quickly use Galaxy, and at the same time, ensure the reproducibility of the analyses. In addition, we plan to add a connector for Garuda Desktop, a desktop application platform, for data analyses that cannot be covered only with Galaxy tools.", | |
| "email_user_support": "yamanaka@genome.rcast.u-tokyo.ac.jp", | |
| "quotas": "Registered users: 10GB, unregistered users: 200MB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=Pitagora.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| }, | |
| { | |
| "model": "public_appliances.publicservice", | |
| "pk": "whale-shark", | |
| "fields": { | |
| "added": "2016-06-29T08:10:46.285Z", | |
| "updated": "2016-06-29T08:21:01.730Z", | |
| "name": "Whale Shark", | |
| "links": "http://whaleshark.georgiaaquarium.org/", | |
| "location": 11, | |
| "purpose": "\"Dedicated to the analysis of whale shark (Rhincodon typus) genome.\"", | |
| "comments": "See:\r\nDraft sequencing and assembly of the genome of the world\u2019s largest fish, the whale shark: Rhincodon typus Smith 1828, Read TD, Petit III RA, Joseph SJ, Alam MT, RW, Ahmad M, Bhimani R, Vuong JS, Haase CP, Webb H, Dove ADM. (2015). PeerJ PrePrints 3:e1036 http://dx.doi.org/10.7287/peerj.preprints.837v1", | |
| "email_user_support": "development@georgiaaquarium.org", | |
| "quotas": "Registered users: 50GB, Anonymous users: 50MB", | |
| "featured": false, | |
| "logo": "https://wiki.galaxyproject.org/PublicGalaxyServers?action=AttachFile&do=get&target=WhaleSharkLanding300.png", | |
| "sponsors": [], | |
| "tags": [] | |
| } | |
| } | |
| ] |