New
* Updated example testserver cloud formation file to include rexray. [Corey Oordt]
* Added individual Docker bridge networks for each experiment. [Corey Oordt]
* Added defaults for services, app_build_image, and app_build_command. [Corey Oordt]
* Created a base provider class to make it easy to create different backing services using different providers. Docker mysql is the first. [Corey Oordt]
Updates
* Changed layout of the experiment. Improved console status messages. [Corey Oordt]
Code is now checked out in a subdirectory named 'code' to isolate it from other files labtest might write for state reasons.
* Improved the output of the check-config command. Provides better indenting and bolds the field names. [Corey Oordt]
* Moved aws.py into a submodule to separate parts like ECR from RDS. [Corey Oordt]
* Updated the readme to make more sense. [Corey Oordt]
* Set the Fabric version to <2.0 since 2.0 was just released and there are significant changes required to update. [Corey Oordt]
* Moved the functions relating to OS services into one module for consistency. [Corey Oordt]
Fix
* Update the makefile. [Corey Oordt]
* Ignoring the SASS and node stuff. [Corey Oordt]
* Removing old --links since we moved to user-defined bridge networks. [Corey Oordt]
* Removing the redundant _setup_service. [Corey Oordt]
* Including the instance.list command. [Corey Oordt]
* Moved the cd command up in the docker build command template so it would be in the actual git repository. [Corey Oordt]
Documentation
* Fixing readable theme config again. [Corey Oordt]
* Fix the unused import for sphinx_readable_theme. [Corey Oordt]
* Added new zen theme. [Corey Oordt]
* General cleanup of API docs, makefile and readme. [Corey Oordt]
* Updated documentation. [Corey Oordt]
- Removed some redundant PNGs
- Updated some SVGs to show workflow better
- Added captions to images where appropriate
- Fixed admonitions
- Standardized the formatting of configuration options
- General clean up of markup to provide better formatting
* Added napoleon plugin so I can better format my doc strings. [Corey Oordt]
* Added a fulltoc plugin to sphinx. [Corey Oordt]
* Moved the autogenerated API docs to the API directory in the make command. [Corey Oordt]