summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix pep8 errorsv3.releaseChris Alfonso2012-05-142-14/+33
* Set cfn-hup to send events to the metadata serverTomas Sedovic2012-05-143-49/+108
* Slim down the getting_started template.Angus Salkeld2012-05-141-22/+12
* Check for the presence of Metadat before trying to include it the multipartAngus Salkeld2012-05-141-5/+6
* Add status argument that shows service status for all required servicesJeff Peeler2012-05-111-1/+14
* Kill some pep8 errors in test_stacks.pySteven Dake2012-05-111-2/+1
* Kill some pep8 errors in engine directorySteven Dake2012-05-112-2/+4
* Kill few pep8 errorsSteven Dake2012-05-112-1/+2
* Properly test ref valid against proper inputSteven Dake2012-05-111-2/+3
* Use manager to test ref validationSteven Dake2012-05-111-34/+12
* Add test cases to test valid and invalid keys in FindInMapSteven Dake2012-05-111-0/+127
* List stacks testsIan Main2012-05-111-1/+37
* Move list_events into the class.Ian Main2012-05-112-15/+18
* Factor out a start_wordpress_stack()Ian Main2012-05-111-60/+18
* Add event_list test.Ian Main2012-05-112-13/+75
* Add uninstall scriptZane Bitter2012-05-111-0/+73
* Add Getting Started guide to repoZane Bitter2012-05-112-0/+287
* Add cfn-get-metadata to the manifestZane Bitter2012-05-111-0/+1
* Fixed problems with starting MySQL in heat-db-setupZane Bitter2012-05-111-3/+3
* Add test_validate_ref for invalid and valid inputsSteven Dake2012-05-111-3/+94
* Check for invalid Fn::FindInMap keySteven Dake2012-05-111-1/+10
* Check for invalid Ref keys in validateSteven Dake2012-05-111-4/+13
* TEST: slightly better version with minimal template in place.Angus Salkeld2012-05-111-25/+42
* Add volumeattachment validationSteven Dake2012-05-101-0/+80
* Allowed the database call to return no parsed template.Chris Alfonso2012-05-108-34/+20
* Adding a deepcopy of the template before stack create validationChris Alfonso2012-05-102-2/+12
* Add stack delete test, and set stack to DELETE_COMPLETE when done.Chris Alfonso2012-05-103-4/+98
* Removing stack validation on createChris Alfonso2012-05-101-7/+0
* Adding stack create testChris Alfonso2012-05-093-14/+126
* Validate invalid mountpoint.device entriesSteven Dake2012-05-091-0/+11
* Allow sending events using metadata serverTomas Sedovic2012-05-093-0/+26
* Typo in a logging declarationTomas Sedovic2012-05-091-1/+1
* Fix stack creation - CREATE_FAILED issueChris Alfonso2012-05-092-4/+5
* Add ability to automate testing with tox.Jeff Peeler2012-05-081-0/+34
* Add option to exclude pep8 examination to run_test.sh.Jeff Peeler2012-05-081-3/+12
* Add test coverage option to run_tests.shJeff Peeler2012-05-081-5/+23
* Connect up the waitcondition code to poll the metadata for the signal.Angus Salkeld2012-05-071-21/+87
* Save to parsed template as that is used in the parser.Angus Salkeld2012-05-071-13/+12
* WaitCondition: fix the url to the new metadata server.Angus Salkeld2012-05-071-14/+5
* Add WaitConditions to HA templateAngus Salkeld2012-05-071-13/+49
* Download cfn tools from the master branch.Angus Salkeld2012-05-071-3/+9
* Escape the quotes going into cfn-signal shell command.Angus Salkeld2012-05-071-1/+2
* More peppy fixes...Angus Salkeld2012-05-076-12/+25
* Add implementation to cfn-signalAngus Salkeld2012-05-071-5/+35
* Fix undefined LOG variable in db.sessionAngus Salkeld2012-05-071-3/+7
* Remove unused "cloudinit_path" setup in resources.pyAngus Salkeld2012-05-071-13/+0
* Metadata: Add bind_host to the configAngus Salkeld2012-05-072-7/+7
* Register metadata server's entry point with EngineTomas Sedovic2012-05-054-4/+25
* Remove obsoleted metadata filesTomas Sedovic2012-05-052-67/+0
* Connect metadata server to the engine via RPCTomas Sedovic2012-05-055-27/+109