-
Notifications
You must be signed in to change notification settings - Fork 3
/
.dazn-manifest.yml
64 lines (55 loc) · 1.92 KB
/
.dazn-manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
anchors:
- &common
distribution-method: NPM
maintainers:
- simon.tabor@dazn.com
categories:
- backend
labels:
- Chaos Engineering
- Node.js
- Chaos Squirrel
dazn-manifest: 3.0.0
owner: Simon.Tabor@dazn.com
inner-source:
- <<: *common
friendly-name: Chaos Squirrel - Runner
description: Run chaos experiments in your application
directory: /packages/runner
- <<: *common
friendly-name: Chaos Squirrel - Middy Runner
description: Run chaos experiments in your Middy-powered Lambda
directory: /packages/runner-middy
labels:
- Chaos Engineering
- Node.js
- Chaos Squirrel
- lambda
- <<: *common
friendly-name: Chaos Squirrel - CPU Attack
description: Chaos Squirrel attack to exhaust CPU
directory: /packages/attack-cpu
- <<: *common
friendly-name: Chaos Squirrel - Background CPU Attack
description: Chaos Squirrel attack to exhaust CPU in a background process
directory: /packages/attack-cpu-background
- <<: *common
friendly-name: Chaos Squirrel - Disk Space Attack
description: Chaos Squirrel attack to consume/fill disk space
directory: /packages/attack-disk-space
- <<: *common
friendly-name: Chaos Squirrel - Memory Attack
description: Chaos Squirrel attack to fill memory
directory: /packages/attack-memory
- <<: *common
friendly-name: Chaos Squirrel - Background Memory Attack
description: Chaos Squirrel attack to fill memory in a background process
directory: /packages/attack-memory-background
- <<: *common
friendly-name: Chaos Squirrel - Open Files Attack
description: Chaos Squirrel attack to open lots of files and consume file descriptor limits
directory: /packages/attack-open-files
- <<: *common
friendly-name: Chaos Squirrel - Throw Error Attack
description: Chaos Squirrel attack to throw an exception
directory: /packages/attack-throw-error