1102: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-07-13 17:03:00 +00:00
parent 9c7b9f653b
commit 133281e288
10 changed files with 41 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.22 version: 0.1.23
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.13 version: 0.1.14
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -65,7 +65,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-drain name: node-drain
version: 0.1.12 version: 0.1.13
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -100,17 +100,15 @@ spec:
- "get" - "get"
- "list" - "list"
- "patch" - "patch"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/node_drain/node_drain_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/node-drain
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: LIVENESS_APP_LABEL - name: LIVENESS_APP_LABEL
value: '' value: ''
@@ -144,7 +142,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.13 version: 0.1.14
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -170,18 +168,15 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/disk_fill/disk_fill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/disk-fill
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: '' value: ''
@@ -425,7 +420,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-network-corruption name: pod-network-corruption
version: 0.1.10 version: 0.1.11
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
@@ -449,17 +444,15 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "get" - "get"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/pod_network_corruption/pod_network_corruption_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/pod-network-corruption
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: '' value: ''
@@ -571,7 +564,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-network-loss name: pod-network-loss
version: 0.1.15 version: 0.1.16
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
@@ -595,17 +588,15 @@ spec:
- "create" - "create"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/pod_network_loss/pod_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/pod-network-loss
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: '' value: ''
@@ -725,7 +716,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-network-latency name: pod-network-latency
version: 0.1.15 version: 0.1.16
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
@@ -749,17 +740,15 @@ spec:
- "patch" - "patch"
- "update" - "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/pod_network_latency/pod_network_latency_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/pod-network-latency
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: '' value: ''
@@ -794,7 +783,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-cpu-hog name: node-cpu-hog
version: 0.1.19 version: 0.1.20
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -826,18 +815,15 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/node_cpu_hog/node_cpu_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/node-cpu-hog
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
@@ -871,7 +857,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: kubelet-service-kill name: kubelet-service-kill
version: 0.1.2 version: 0.1.3
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -903,17 +889,15 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/kubelet_service_kill/kubelet_service_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/kubelet-service-kill
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '90' # in seconds value: '90' # in seconds
@@ -935,7 +919,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-memory-hog name: node-memory-hog
version: 0.1.9 version: 0.1.10
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -967,18 +951,15 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/node_memory_hog/node_memory_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/node-memory-hog
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '120' value: '120'
@@ -1011,7 +992,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.22 version: 0.1.23
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
@@ -1037,18 +1018,15 @@ spec:
- "update" - "update"
- "patch" - "patch"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/generic/container_kill/container_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/container-kill
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: '' value: ''

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: kubelet-service-kill name: kubelet-service-kill
version: 0.1.2 version: 0.1.3
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-cpu-hog name: node-cpu-hog
version: 0.1.19 version: 0.1.20
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -6,7 +6,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-drain name: node-drain
version: 0.1.12 version: 0.1.13
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-memory-hog name: node-memory-hog
version: 0.1.9 version: 0.1.10
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-network-corruption name: pod-network-corruption
version: 0.1.10 version: 0.1.11
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-network-latency name: pod-network-latency
version: 0.1.15 version: 0.1.16
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-network-loss name: pod-network-loss
version: 0.1.15 version: 0.1.16
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced