cloudlaunch
cloudlaunch copied to clipboard
Easily launch cloud applications.
This is to workaround a problem in coreapi where it doesn't handle very well when a form parameter and a query parameter have the same name. In this case it...
This issue is for discussing possible approaches to splitting out cloudlaunch plugin modules. It can probably only be taken up after this [issue](https://github.com/galaxyproject/cloudlaunch-ui/issues/22) is addressed. Plugin mechanism: ------------------- Our backend...
Steps to recreate: 1. Save two sets of credentials for an OpenStack cloud, each in a different project (say projectA, and projectB). 2. Set credentials for projectA as default 3....
If you attempt to signup with social auth, and a user account with that e-mail account already exists, an untemplated page is displayed to the user. This should be replaced...
Since the backend infrastructure is already available, it would be nice to see a frontend that can allow browsing through multiple cloud providers, and carrying out common tasks on them,...
It would be nice to allow for users to add their own private clouds, and optionally publish/share them, after being approved. This is mostly useful for OpenStack clouds, but could...
Most viewsets in cloudlaunch simply call resource.list() to fetch objects. e.g. ``` def list_objects(self): provider = view_helpers.get_cloud_provider(self) return provider.compute.instances.list() ``` Since the limit and marker parameters are not being passed...
It would be good to have a upload field to upload a `???-userdata.txt` that you can download upon first creation of a cluster. The cloudlounch then should prefill all the...
Currently, you're calling ip-api.com for the geolocation. As a failover, please consider using the IP2Location.io API via the endpoint https://api.ip2location.io/. Our service provided 500 queries per day for keyless query,...