528: version upgraded for chaos-charts
This commit is contained in:
@@ -8,7 +8,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-drain
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
- "get"
|
||||
- "list"
|
||||
- "patch"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_drain/node_drain_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -73,7 +73,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -97,7 +97,7 @@ spec:
|
||||
- "get"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/disk_fill/disk_fill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -131,7 +131,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: cpu-hog
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -162,7 +162,7 @@ spec:
|
||||
verbs :
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/cpu_hog/cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -194,7 +194,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-cpu-hog
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -215,7 +215,7 @@ spec:
|
||||
- "get"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_cpu_hog/pod_cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -251,7 +251,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-corruption
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -272,7 +272,7 @@ spec:
|
||||
- "list"
|
||||
- "patch"
|
||||
- "get"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_corruption/pod_network_corruption_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -312,7 +312,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-delete
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -343,7 +343,7 @@ spec:
|
||||
verbs :
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -376,7 +376,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-loss
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -397,7 +397,7 @@ spec:
|
||||
- "patch"
|
||||
- "create"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_loss/pod_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -437,7 +437,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-loss
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -459,7 +459,7 @@ spec:
|
||||
- "get"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/disk_loss/disk_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -512,7 +512,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-latency
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -533,7 +533,7 @@ spec:
|
||||
- "get"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_latency/pod_network_latency_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
@@ -572,7 +572,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: container-kill
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -596,7 +596,7 @@ spec:
|
||||
- "get"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/container_kill/container_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
Reference in New Issue
Block a user