580: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-01-25 13:34:20 +00:00
parent 442ca6657e
commit af607cdaab
11 changed files with 66 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ description:
kind: ChaosExperiment
metadata:
name: node-drain
version: 0.1.5
version: 0.1.6
spec:
definition:
scope: Cluster
@@ -60,11 +60,16 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60'
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: LIVENESS_APP_NAMESPACE
value: ''
labels:
name: node-drain
---
apiVersion: litmuschaos.io/v1alpha1
@@ -74,7 +79,7 @@ description:
kind: ChaosExperiment
metadata:
name: disk-fill
version: 0.1.5
version: 0.1.6
spec:
definition:
scope: Cluster
@@ -118,6 +123,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60'
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
labels:
name: disk-fill
@@ -133,7 +142,7 @@ description:
kind: ChaosExperiment
metadata:
name: cpu-hog
version: 0.1.7
version: 0.1.8
spec:
definition:
scope: Cluster
@@ -179,6 +188,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60'
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: PLATFORM
value: 'GKE'
@@ -197,7 +210,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-cpu-hog
version: 0.1.4
version: 0.1.5
spec:
definition:
scope: Namespaced
@@ -238,6 +251,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: LIB
value: 'litmus'
@@ -255,7 +272,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-corruption
version: 0.1.3
version: 0.1.4
spec:
definition:
scope: Namespaced
@@ -290,7 +307,7 @@ spec:
- name: TARGET_CONTAINER
value: ''
# provide lib image
# provide lib image
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
@@ -303,6 +320,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: LIB
value: 'pumba'
labels:
@@ -317,7 +338,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-delete
version: 0.1.8
version: 0.1.9
spec:
definition:
scope: Namespaced
@@ -363,6 +384,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '15'
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: FORCE
value: 'true'
@@ -373,6 +398,7 @@ spec:
value: ''
labels:
name: pod-delete
---
apiVersion: litmuschaos.io/v1alpha1
@@ -382,7 +408,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-loss
version: 0.1.8
version: 0.1.9
spec:
definition:
scope: Namespaced
@@ -417,7 +443,7 @@ spec:
- name: TARGET_CONTAINER
value: ''
# provide lib image
# provide lib image
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
@@ -430,6 +456,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: LIB
value: 'pumba'
labels:
@@ -444,7 +474,7 @@ description:
kind: ChaosExperiment
metadata:
name: disk-loss
version: 0.1.8
version: 0.1.9
spec:
definition:
scope: Cluster
@@ -480,13 +510,17 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '15'
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: APP_CHECK
value: 'true'
- name: CHAOS_NAMESPACE
value: ''
# It supports GCP and AWS
# It supports GCP and AWS
- name: CLOUD_PLATFORM
value: 'GCP'
@@ -520,7 +554,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-latency
version: 0.1.8
version: 0.1.9
spec:
definition:
scope: Namespaced
@@ -568,6 +602,10 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
- name: LIB
value: 'pumba'
labels:
@@ -581,7 +619,7 @@ description:
kind: ChaosExperiment
metadata:
name: container-kill
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Namespaced
@@ -620,6 +658,10 @@ spec:
- name: TARGET_CONTAINER
value: ''
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
# It only supports pumba
- name: LIB
value: 'pumba'
@@ -630,5 +672,6 @@ spec:
labels:
name: container-kill
---