Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Litmus Chaos and Chaos Mess for chaos engineering #297

Merged
merged 6 commits into from
Oct 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add: Litmus Chaos and Chaos Mess for chaos engineering
Signed-off-by: Nicolas Lamirault <[email protected]>
nlamirault committed Sep 27, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5d994be21012d5a0856d6a5dee064afba288c4dd
19 changes: 19 additions & 0 deletions diagrams/onprem/chaos.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Chaos(_OnPrem):
_type = "chaos"
_icon_dir = "resources/onprem/chaos"


class ChaosMesh(_Chaos):
_icon = "chaos-mesh.png"


class LitmusChaos(_Chaos):
_icon = "litmus-chaos.png"


# Aliases
1 change: 1 addition & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
@@ -93,5 +93,6 @@ class Zookeeper(_Network):
ETCD = Etcd
HAProxy = Haproxy
OSM = OpenServiceMesh
OPNSense = Opnsense
PFSense = Pfsense
VyOS = Vyos
5 changes: 5 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
@@ -31,6 +31,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.certificates.CertManager**
- **diagrams.onprem.certificates.LetsEncrypt**

## onprem.chaos

- **diagrams.onprem.chaos.ChaosMesh**
- **diagrams.onprem.chaos.LitmusChaos**

## onprem.ci

- **diagrams.onprem.ci.Circleci**, **CircleCI** (alias)
Binary file added resources/onprem/chaos/chaos-mesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/chaos/litmus-chaos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.