687: version upgraded for chaos-charts
This commit is contained in:
@@ -537,6 +537,78 @@ spec:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
|
description:
|
||||||
|
message: |
|
||||||
|
Kill all openebs control plane pod and check if gets scheduled again
|
||||||
|
kind: ChaosExperiment
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
litmuschaos.io/name: openebs
|
||||||
|
name: openebs-control-plane-validation
|
||||||
|
version: 0.1.1
|
||||||
|
spec:
|
||||||
|
definition:
|
||||||
|
scope: Namespaced
|
||||||
|
permissions:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
- "litmuschaos.io"
|
||||||
|
- "batch"
|
||||||
|
- "apps"
|
||||||
|
resources:
|
||||||
|
- "pods"
|
||||||
|
- "deployments"
|
||||||
|
- "jobs"
|
||||||
|
- "configmaps"
|
||||||
|
- "chaosengines"
|
||||||
|
- "chaosexperiments"
|
||||||
|
- "chaosresults"
|
||||||
|
verbs:
|
||||||
|
- "create"
|
||||||
|
- "list"
|
||||||
|
- "get"
|
||||||
|
- "patch"
|
||||||
|
- "update"
|
||||||
|
- "delete"
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- "nodes"
|
||||||
|
verbs:
|
||||||
|
- "get"
|
||||||
|
- "list"
|
||||||
|
|
||||||
|
image: "litmuschaos/ansible-runner:latest"
|
||||||
|
args:
|
||||||
|
- -c
|
||||||
|
- ansible-playbook ./experiments/openebs/openebs-control-plane-validation/openebs_control_plane_validation_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||||
|
command:
|
||||||
|
- /bin/bash
|
||||||
|
env:
|
||||||
|
- name: ANSIBLE_STDOUT_CALLBACK
|
||||||
|
value: 'default'
|
||||||
|
|
||||||
|
- name: OPENEBS_NAMESPACE
|
||||||
|
value: 'openebs'
|
||||||
|
|
||||||
|
## Period to wait before injection of chaos
|
||||||
|
- name: RAMP_TIME
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
- name: FORCE
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
## env var that describes the library used to execute the chaos
|
||||||
|
## default: litmus. Supported values: litmus, powerfulseal
|
||||||
|
- name: LIB
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
labels:
|
||||||
|
name: openebs-control-plane-validation
|
||||||
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: litmuschaos.io/v1alpha1
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
description:
|
description:
|
||||||
|
@@ -8,7 +8,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
litmuschaos.io/name: openebs
|
litmuschaos.io/name: openebs
|
||||||
name: openebs-control-plane-validation
|
name: openebs-control-plane-validation
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
|
@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
|
|||||||
kind: ChartServiceVersion
|
kind: ChartServiceVersion
|
||||||
metadata:
|
metadata:
|
||||||
name: openebs-control-plane-validation
|
name: openebs-control-plane-validation
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
annotations:
|
annotations:
|
||||||
categories: OpenEBS
|
categories: OpenEBS
|
||||||
vendor: CNCF
|
vendor: CNCF
|
||||||
|
Reference in New Issue
Block a user