commit/galaxy-central: 2 new changesets

2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c28c30887d37/ Changeset: c28c30887d37 Branch: stable User: dannon Date: 2014-10-10 18:13:46+00:00 Summary: Strip r3 instance types for now; hvm virtualization required, which causes launch failures. Affected #: 1 file diff -r 0f70d302b85e2a74d6c0c9ec7d4ccc6f11787eac -r c28c30887d37f3ea8fd2fb57276bab1c3b5d49f0 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -35,9 +35,6 @@ ("c3.large", "Compute optimized Large (2 vCPU/4GB RAM)"), ("c3.2xlarge", "Compute optimized 2xLarge (8 vCPU/15GB RAM)"), ("c3.8xlarge", "Compute optimized 8xLarge (32 vCPU/60GB RAM)"), - ("r3.large", "Memory optimized Large (2 vCPU/15GB RAM)"), - ("r3.2xlarge", "Memory optimized 2xLarge (8 vCPU/61GB RAM)"), - ("r3.8xlarge", "Memory optimized 8xLarge (32 vCPU/244GB RAM)"), ] https://bitbucket.org/galaxy/galaxy-central/commits/bfd407dbdd22/ Changeset: bfd407dbdd22 User: dan Date: 2014-10-10 18:36:55+00:00 Summary: Merged in dannon/galaxy-central-prmaker/stable (pull request #524) [STABLE] Strip r3 instance types for now; hvm virtualization required, which causes launch failures. Affected #: 1 file diff -r a575533ed283363e8e754a68ade04569c4e481f0 -r bfd407dbdd22a07a73eda40a359db6ab1e9acef3 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -36,9 +36,6 @@ ("c3.large", "Compute optimized Large (2 vCPU/4GB RAM)"), ("c3.2xlarge", "Compute optimized 2xLarge (8 vCPU/15GB RAM)"), ("c3.8xlarge", "Compute optimized 8xLarge (32 vCPU/60GB RAM)"), - ("r3.large", "Memory optimized Large (2 vCPU/15GB RAM)"), - ("r3.2xlarge", "Memory optimized 2xLarge (8 vCPU/61GB RAM)"), - ("r3.8xlarge", "Memory optimized 8xLarge (32 vCPU/244GB RAM)"), ] Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org