bang
bang copied to clipboard
The beginning of the universe...
The following line raises a KeyError if it's missing and users are not sure how to proceed: ``` bang/deployers/cloud.py", line 496, in get_deployers provider = get_provider(pname, creds[pname]) KeyError: 'aws' ```
I realize Neutron is huge. The idea of fully supporting provisioning of networks, routers, subnets etc would be pretty huge, but I see at least two subsets of neutron that...
In my environment - HP Cloud - I get only public IP (15.x.x.x in this case) IP's returned for bang --list. Is there a way to get the private (10.x.x.x)?...
Are there plans to support cinder, with the goal of being able to build persistent volumes, attach them to instances and manage the connection (eg metadata notations). Thanks!
Is there any current method, or future plan to provide any kind of serialized naming as an option. currently I might get: project-mydb-o0txfxszvzxl6 project-mydb-ps7b3pgy3zywr project-mydb-a7bbzmxncth0e But what if I'd really...
The console output should obey the user-configurable logging settings. Unknown exceptions should have a reasonable summary logged as ERROR. All tracebacks should go into a detailed error log. Note that...
As below type of situation. When spinning up lots of instances, and facing rate-limiting, bang should gracefully acknowledge the rate-limiting, and slow down or pause, then resume. Process ServerDeployer: Traceback...
It would be nice if bang could instantiate and configure a local [Docker](http://www.docker.io/) container. Also, support for instantiating and configuring docker instances up in the cloud would be nice.