477: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-01-07 11:56:22 +00:00
parent b0baeb3b8b
commit 98a155af9a
4 changed files with 64 additions and 3 deletions

View File

@@ -178,6 +178,67 @@ spec:
---
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Inject network packet corruption into application pod
kind: ChaosExperiment
metadata:
name: pod-network-corruption
version: 0.1.1
spec:
definition:
scope: Namespaced
permissions:
- apiGroups:
- ""
- "batch"
- "litmuschaos.io"
resources:
- "jobs"
- "pods"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "create"
- "delete"
- "list"
- "patch"
- "get"
image: "litmuschaos/ansible-runner:ci"
args:
- -c
- ansible-playbook ./experiments/generic/pod_network_corruption/pod_network_corruption_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TARGET_CONTAINER
value: ''
# provide lib image
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
- name: NETWORK_INTERFACE
value: 'eth0'
- name: NETWORK_PACKET_CORRUPTION_PERCENTAGE
value: '100' #in PERCENTAGE
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
- name: LIB
value: 'pumba'
labels:
name: pod-network-corruption
---
apiVersion: litmuschaos.io/v1alpha1
description:
message: |

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: generic
version: 0.1.4
version: 0.1.5
annotations:
categories: Kubernetes
chartDescription: Injects generic kubernetes chaos

View File

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

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: pod-network-corruption
version: 0.1.0
version: 0.1.1
annotations:
categories: Kubernetes
vendor: CNCF