260: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2019-11-11 15:12:45 +00:00
parent 540b208651
commit 9c70ee2a95
3 changed files with 72 additions and 18 deletions

View File

@@ -9,33 +9,87 @@ kind: ChaosExperiment
metadata: metadata:
labels: labels:
litmuschaos.io/name: openebs litmuschaos.io/name: openebs
name: openebs-target-failure name: openebs-target-container-failure
version: 0.1.1 version: 0.1.2
spec: spec:
definition: definition:
image: "openebs/ansible-runner:ci" permissions:
apiGroups:
- ""
- "extensions"
- "apps"
- "batch"
- "litmuschaos.io"
- "openebs.io"
- "storage.k8s.io"
resources:
- "daemonsets"
- "statefulsets"
- "deployments"
- "replicasets"
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
- "persistentvolumeclaims"
- "storageclasses"
- "persistentvolumes"
verbs:
- "*"
image: "litmuschaos/ansible-runner:ci"
args: args:
- -c - -c
- ansible-playbook ./experiments/chaos/openebs_target_failure/test.yml -i /etc/ansible/hosts -vv; exit 0 - ansible-playbook ./experiments/openebs/openebs-target-container-failure/openebs_target_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK - name: ANSIBLE_STDOUT_CALLBACK
value: default value: 'default'
- name: TARGET_NAMESPACE
value: "openebs" - name: OPENEBS_NAMESPACE
- name: DATA_PERSISTENCE value: 'openebs'
value: ""
- name: CHAOS_TYPE - name: APP_PVC
value: "target-zrepl-kill" value: ''
# LIB_IMAGE can be - gaiaadm/pumba:0.4.8, gprasath/crictl:ci
# For pumba image use : gaiaadm/pumba:0.4.8
# For containerd image use : gprasath/crictl:ci
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8'
# Specify the container runtime used , to pick the relevant chaos util
- name: CONTAINER_RUNTIME
value: 'docker'
# TARGET_CONTAINER values: cstor-volume-mgmt , cstor-istgt
# For cstor-volume-istgt container kill use : cstor-istgt
# For volume-mgmt-kill container use : cstor-volume-mgmt
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: "cstor-volume-mgmt" value: 'cstor-volume-mgmt'
- name: FORCE
value: 'true'
- name: LIVENESS_APP_LABEL
value: ''
- name: LIVENESS_APP_NAMESPACE
value: ''
- name: DATA_PERSISTENCE
value: ''
- name: DEPLOY_TYPE - name: DEPLOY_TYPE
value: "deployment" value: 'deployment'
labels: labels:
name: openebs-target-failure name: openebs-target-container-failure
configmaps: configmaps:
- name: target-failure - name: openebs-target-container-failure
data: data:
parameters.yml: | parameters.yml: |
--- ---

View File

@@ -8,7 +8,7 @@ metadata:
labels: labels:
litmuschaos.io/name: openebs litmuschaos.io/name: openebs
name: openebs-target-container-failure name: openebs-target-container-failure
version: 0.1.1 version: 0.1.2
spec: spec:
definition: definition:
permissions: permissions:

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion kind: ChartServiceVersion
metadata: metadata:
name: openebs-target-container-failure name: openebs-target-container-failure
version: 0.1.1 version: 0.1.2
annotations: annotations:
categories: OpenEBS categories: OpenEBS
vendor: CNCF vendor: CNCF