Skip to content

Commit 76ef657

Browse files
authored
Merge pull request #41 from sergiomarotco/chaosmonkey-fix
Chaosmonkey fix
2 parents 037af91 + aea9e55 commit 76ef657

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/assets/YAML/default/Implementation/InfrastructureHardening.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Implementation:
454454
isImplemented: false
455455
evidence: ""
456456
comments: ""
457-
Usage of a chaos monkey:
457+
Usage of a chaos technology:
458458
uuid: f8e80f18-2503-4e3e-b3bc-7f67bb28defe
459459
risk:
460460
Due to manual changes on a system, they are not replaceable anymore. In
@@ -469,7 +469,8 @@ Implementation:
469469
resources: 5
470470
usefulness: 3
471471
level: 4
472-
implementation: []
472+
implementation:
473+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/chaosmonkey
473474
references:
474475
samm2:
475476
- O-EM-1-A

src/assets/YAML/default/implementations.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ implementations:
1919
url: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
2020
description: |-
2121
Signing of commits in git
22+
chaosmonkey:
23+
uuid: c117e79b-8223-4e55-9da5-efbf5d741c15
24+
name: Chaos Monkey
25+
tags: [chaos, testing]
26+
url: https://github.com/Netflix/chaosmonkey
27+
description: Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. Chaos Monkey randomly terminates virtual machine instances and containers that run inside of your production environment. Exposing engineers to failures more frequently incentivizes them to build resilient services.
2228
ci-cd-tools:
2329
uuid: b4bfead3-5fb6-4dd0-ba44-5da713bd22e4
2430
name: CI/CD tools

0 commit comments

Comments
 (0)