chaos-monkey-engine icon indicating copy to clipboard operation
chaos-monkey-engine copied to clipboard

A Chaos Engineering swiss army knife

Results 7 chaos-monkey-engine issues
Sort by recently updated
recently updated
newest added

Bumps [flask](https://github.com/pallets/flask) from 0.12 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

Module has lack of VERSION and CHANGELOG.rst When trying to install it got pip error After adding them into archive wa able to install it with pip

Fix me if I'm wrong I don't know how you guys can copy and run the script within this function in `attacks.run_script.RunScript#_run_script` ```python def _run_script(self, host, user, local_script, remote_script, pem):...

Add object keyword in two classes definitions - it allows super() to work correctly Change the way that random time interval works Fixed indentation error

In case of failure of plan addition we have a record in database and de-facto failed attack

I install keeping your docker directory structure /opt/chaosmonkey/src/(planners|attacks|storage) python-2.7.14 api calls to list planners and attacks are working plan.json { "name": "Terminate random running instance", "attack": { "ref": "terminate_ec2_instance:TerminateEC2Instance", "args":...