Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Before taking CloudLaunch out of beta... #25

Closed
7 tasks done
afgane opened this issue Dec 12, 2017 · 0 comments
Closed
7 tasks done

Before taking CloudLaunch out of beta... #25

afgane opened this issue Dec 12, 2017 · 0 comments

Comments

@afgane
Copy link
Contributor

afgane commented Dec 12, 2017

Here is a summary of outstanding issues to address before we can move the current instance of CloudLaunch from https://beta.launch.usegalaxy.org/ to https://launch.usegalaxy.org/:

  • Associate credentials with a deployment. If not done but multiple credentials/accounts for a given cloud are mixed by a user, health checks and other controls don't work, leading to a situation like this:
    image

  • Deployments stuck in pending state with no ability to control them. Unknown reason yet but some tasks are just stuck and a user has no way to archive or delete them:
    image

  • Checking health on a deleted/unknown deployment errors. When a health check is run on a deployment that's been deleted by means other than via CloudLaunch, an error is reported. Instead, check is the requested instance is missing and report it as MISSING. Current behavior:
    image

  • Expire celery tasks. We set a max runtime on tasks but need to also ensure that pending tasks eventually expire so set that to something like 5 minutes. Should be a doable by simply adding expires argument to the task invocation.

  • Show more details about instance types. Currently, for AWS in particular, there are dozens of instance types available and all that's displayed in the dropdown is their name (e.g., m5.large) so at the very minimum add some specs describing the characteristics of the instance (e.g., num CPUs, amount of RAM, etc.):
    image

  • Allow order of appliances to be set. Currently, appliances are ordered alphabetically based on their name but to make more frequently used appliances more visible and easily accessible, allow explicit instance ordering.

  • Fix default region selection on AWS. In particular c5 instance type in us-east-1 is not available in the e zone, yet our logic defaults there causing a launch to fail. Do something better default about zone selection.

afgane added a commit to galaxyproject/cloudlaunch that referenced this issue Dec 13, 2017
nuwang added a commit that referenced this issue Dec 13, 2017
nuwang added a commit to gvlproject/cloudlaunch that referenced this issue Dec 13, 2017
nuwang added a commit to CloudVE/cloudbridge that referenced this issue Dec 13, 2017
nuwang added a commit to gvlproject/cloudlaunch that referenced this issue Dec 14, 2017
If associated, the credentials will be used during deployment tasks.
Otherwise, the default credentials will be used.
Partially addresses: galaxyproject/cloudlaunch-ui#25
nuwang added a commit that referenced this issue Dec 15, 2017
Partially addresses issue: #25".
Specifically,  "Deployments stuck in pending state with no ability to
control them".
nuwang added a commit to gvlproject/cloudlaunch that referenced this issue Dec 15, 2017
nuwang added a commit that referenced this issue Dec 15, 2017
Partially addresses issue: #25".
Specifically,  "Deployments stuck in pending state with no ability to
control them".
nuwang added a commit that referenced this issue Dec 15, 2017
Partially addresses issue: #25".
Specifically,  "Deployments stuck in pending state with no ability to
control them".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant