Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
c9bed572ab | |
|
a177121654 | |
|
de1796b351 |
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: cassandra-pod-delete
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -42,7 +42,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/cassandra/pod-delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -7,7 +7,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: cassandra-pod-delete
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -44,7 +44,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/cassandra/pod-delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -3,12 +3,12 @@ kind: ChartServiceVersion
|
|||
metadata:
|
||||
createdAt: 2020-02-24T10:28:08Z
|
||||
name: chaostoolkit
|
||||
version: 0.0.5
|
||||
version: 0.0.4
|
||||
annotations:
|
||||
categories: Kubernetes
|
||||
chartDescription: Injects chaostoolkit chaos
|
||||
spec:
|
||||
displayName: Chaostoolkit Chaos
|
||||
displayName: chaostoolkit chaos
|
||||
categoryDescription:
|
||||
experiments:
|
||||
- k8-pod-delete
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: coredns-pod-delete
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
spec:
|
||||
definition:
|
||||
permissions:
|
||||
|
@ -29,7 +29,7 @@ spec:
|
|||
- "create"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/coredns/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -7,7 +7,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: coredns-pod-delete
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
spec:
|
||||
definition:
|
||||
permissions:
|
||||
|
@ -31,7 +31,7 @@ spec:
|
|||
- "create"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/coredns/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -4,7 +4,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: container-kill
|
||||
version: 0.1.16
|
||||
version: 0.1.17
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -30,7 +30,7 @@ spec:
|
|||
- "update"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/container_kill/container_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.11
|
||||
version: 0.1.12
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -31,7 +31,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/disk_fill/disk_fill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-loss
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -30,7 +30,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/disk_loss/disk_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-drain
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -43,7 +43,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
- "patch"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_drain/node_drain_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -85,7 +85,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.11
|
||||
version: 0.1.12
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -111,7 +111,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/disk_fill/disk_fill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -156,7 +156,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-cpu-hog
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -180,7 +180,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_cpu_hog/pod_cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -220,7 +220,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-memory-hog
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -244,7 +244,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_memory_hog/pod_memory_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -288,7 +288,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-corruption
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -312,7 +312,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "get"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_corruption/pod_network_corruption_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -356,7 +356,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-delete
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -390,7 +390,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -432,7 +432,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-loss
|
||||
version: 0.1.13
|
||||
version: 0.1.14
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -456,7 +456,7 @@ spec:
|
|||
- "create"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_loss/pod_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -500,7 +500,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-loss
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -525,7 +525,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/disk_loss/disk_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -584,7 +584,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-latency
|
||||
version: 0.1.13
|
||||
version: 0.1.14
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -608,7 +608,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_latency/pod_network_latency_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -652,7 +652,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-cpu-hog
|
||||
version: 0.1.17
|
||||
version: 0.1.18
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -684,7 +684,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_cpu_hog/node_cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -728,7 +728,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-memory-hog
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -760,7 +760,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_memory_hog/node_memory_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -790,7 +790,7 @@ spec:
|
|||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'alexeiled/stress-ng:latest'
|
||||
value: 'litmuschaos/stress-ng:latest'
|
||||
|
||||
labels:
|
||||
name: node-memory-hog
|
||||
|
@ -802,7 +802,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: container-kill
|
||||
version: 0.1.16
|
||||
version: 0.1.17
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -828,7 +828,7 @@ spec:
|
|||
- "update"
|
||||
- "patch"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/container_kill/container_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-cpu-hog
|
||||
version: 0.1.17
|
||||
version: 0.1.18
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -37,7 +37,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_cpu_hog/node_cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -6,7 +6,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-drain
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -41,7 +41,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
- "patch"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_drain/node_drain_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-memory-hog
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -37,7 +37,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/node_memory_hog/node_memory_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -67,7 +67,7 @@ spec:
|
|||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'alexeiled/stress-ng:latest'
|
||||
value: 'litmuschaos/stress-ng:latest'
|
||||
|
||||
labels:
|
||||
name: node-memory-hog
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-cpu-hog
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -29,7 +29,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_cpu_hog/pod_cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-delete
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -39,7 +39,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-memory-hog
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -29,7 +29,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_memory_hog/pod_memory_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-corruption
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -29,7 +29,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "get"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_corruption/pod_network_corruption_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-latency
|
||||
version: 0.1.13
|
||||
version: 0.1.14
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -29,7 +29,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_latency/pod_network_latency_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: pod-network-loss
|
||||
version: 0.1.13
|
||||
version: 0.1.14
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -29,7 +29,7 @@ spec:
|
|||
- "create"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/generic/pod_network_loss/pod_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -7,7 +7,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: kafka-broker-pod-failure
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -42,7 +42,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/kafka/kafka-broker-pod-failure/kafka-broker-pod-failure-ansible-logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -133,7 +133,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: kafka-broker-disk-failure
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -160,7 +160,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
- "patch"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/kafka/kafka-broker-disk-failure/kafka-broker-disk-failure-ansible-logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: kafka-broker-disk-failure
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -32,7 +32,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
- "patch"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/kafka/kafka-broker-disk-failure/kafka-broker-disk-failure-ansible-logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -5,7 +5,7 @@ description:
|
|||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: kafka-broker-pod-failure
|
||||
version: 0.1.8
|
||||
version: 0.1.9
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -40,7 +40,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/kafka/kafka-broker-pod-failure/kafka-broker-pod-failure-ansible-logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
|
@ -1,32 +0,0 @@
|
|||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
createdAt: 2020-03-17T10:28:08Z
|
||||
name: longhorn
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
categories: longhorn
|
||||
chartDescription: Injects chaos on longhorn components
|
||||
spec:
|
||||
displayName: Longhorn Chaos
|
||||
categoryDescription: >
|
||||
Longhorn is a distributed block storage system for Kubernetes
|
||||
experiments:
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Longhorn
|
||||
maintainers:
|
||||
- name: ksatchit
|
||||
email: karthik.s@mayadata.io
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Longhorn
|
||||
url: https://rancher.com/project-longhorn-now-available-kubernetes/
|
||||
- name: Doumnetation
|
||||
url: https://docs.rancher.cn/longhorn/#current-status
|
||||
icon:
|
||||
- url:
|
||||
mediatype:
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/longhorn/experiments.yaml
|
|
@ -1,2 +0,0 @@
|
|||
packageName: longhorn
|
||||
experiments:
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
|
@ -1,30 +0,0 @@
|
|||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
createdAt: 2020-03-17T10:28:08Z
|
||||
name: mongodb
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
categories: mongodb
|
||||
chartDescription: Injects chaos on mongodb components
|
||||
spec:
|
||||
displayName: MongoDB Chaos
|
||||
categoryDescription: >
|
||||
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
|
||||
experiments:
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- MongoDB
|
||||
maintainers:
|
||||
- name: Sanjay1611
|
||||
email: sanjay.nathani@mayadata.io
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: MongoDB Website
|
||||
url: https://www.mongodb.com/
|
||||
icon:
|
||||
- url:
|
||||
mediatype:
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/mongodb/experiments.yaml
|
|
@ -1,2 +0,0 @@
|
|||
packageName: mongodb
|
||||
experiments:
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
|
@ -1,30 +0,0 @@
|
|||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
createdAt: 2020-03-17T10:28:08Z
|
||||
name: mysql
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
categories: mysql
|
||||
chartDescription: Injects chaos on mysql components
|
||||
spec:
|
||||
displayName: MySQL Chaos
|
||||
categoryDescription: >
|
||||
MySQL is an open-source relational database management system.
|
||||
experiments:
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- MySQL
|
||||
maintainers:
|
||||
- name: atulabhi
|
||||
email: atul.abhishek@openebs.io
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: mysql Website
|
||||
url: https://www.mysql.com/
|
||||
icon:
|
||||
- url:
|
||||
mediatype:
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/mysql/experiments.yaml
|
|
@ -1,2 +0,0 @@
|
|||
packageName: mysql
|
||||
experiments:
|
|
@ -10,7 +10,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-container-failure
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -42,7 +42,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-container-failure/openebs_target_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -118,7 +118,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-disk-loss
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -154,7 +154,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-disk-loss/openebs_pool_disk_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -224,7 +224,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-pod-failure
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -266,7 +266,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-pod-failure/openebs_target_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -325,7 +325,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-control-plane-chaos
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -360,7 +360,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-control-plane-chaos/openebs_control_plane_chaos_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -398,7 +398,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-network-delay
|
||||
version: 0.1.11
|
||||
version: 0.1.12
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -432,7 +432,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-network-delay/openebs_target_network_delay_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -485,7 +485,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-network-loss
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -519,7 +519,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-network-loss/openebs_target_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -573,7 +573,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-nfs-provisioner-kill
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -615,7 +615,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-nfs-provisioner-kill/openebs_nfs_provisioner_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -668,7 +668,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-network-delay
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -705,7 +705,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-network-delay/openebs_pool_network_delay_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -754,7 +754,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-pod-failure
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -796,7 +796,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-pod-failure/openebs_pool_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -847,7 +847,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-container-failure
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -881,7 +881,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-container-failure/openebs_pool_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
@ -938,7 +938,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-network-loss
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -976,7 +976,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-network-loss/openebs_pool_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-control-plane-chaos
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@ -43,7 +43,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-control-plane-chaos/openebs_control_plane_chaos_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-nfs-provisioner-kill
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -50,7 +50,7 @@ spec:
|
|||
- "get"
|
||||
- "list"
|
||||
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-nfs-provisioner-kill/openebs_nfs_provisioner_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-container-failure
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -42,7 +42,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-container-failure/openebs_pool_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-disk-loss
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -44,7 +44,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-disk-loss/openebs_pool_disk_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-network-delay
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -45,7 +45,7 @@ spec:
|
|||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-network-delay/openebs_pool_network_delay_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-network-loss
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -45,7 +45,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-network-loss/openebs_pool_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-pool-pod-failure
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -50,7 +50,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-pool-pod-failure/openebs_pool_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-container-failure
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -40,7 +40,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-container-failure/openebs_target_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-network-delay
|
||||
version: 0.1.11
|
||||
version: 0.1.12
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -41,7 +41,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-network-delay/openebs_target_network_delay_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-network-loss
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -41,7 +41,7 @@ spec:
|
|||
- "list"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-network-loss/openebs_target_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-pod-failure
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@ -50,7 +50,7 @@ spec:
|
|||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:latest"
|
||||
image: "litmuschaos/ansible-runner:1.4.0"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/openebs/openebs-target-pod-failure/openebs_target_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
|
|
|
@ -6,7 +6,7 @@ setup_git() {
|
|||
}
|
||||
|
||||
commit_updated_changes() {
|
||||
git checkout master
|
||||
git checkout v1.4.x
|
||||
git status
|
||||
git add .
|
||||
git commit --message " $TRAVIS_BUILD_NUMBER: version upgraded for chaos-charts"
|
||||
|
@ -15,7 +15,7 @@ commit_updated_changes() {
|
|||
|
||||
upload_files() {
|
||||
git remote -v
|
||||
git push origin master
|
||||
git push origin v1.4.x
|
||||
}
|
||||
|
||||
setup_git
|
||||
|
|
Loading…
Reference in New Issue