728: version upgraded for chaos-charts
This commit is contained in:
@@ -195,6 +195,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-chaos
|
||||||
|
version: 0.1.2
|
||||||
|
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-chaos/openebs_control_plane_chaos_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-chaos
|
||||||
|
---
|
||||||
|
|
||||||
apiVersion: litmuschaos.io/v1alpha1
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
description:
|
description:
|
||||||
message: |
|
message: |
|
||||||
@@ -537,78 +609,6 @@ 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-chaos
|
name: openebs-control-plane-chaos
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
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-chaos
|
name: openebs-control-plane-chaos
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
annotations:
|
annotations:
|
||||||
categories: OpenEBS
|
categories: OpenEBS
|
||||||
vendor: CNCF
|
vendor: CNCF
|
||||||
|
@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
|
|||||||
kind: ChartServiceVersion
|
kind: ChartServiceVersion
|
||||||
metadata:
|
metadata:
|
||||||
name: openebs
|
name: openebs
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
annotations:
|
annotations:
|
||||||
categories: OpenEBS
|
categories: OpenEBS
|
||||||
vendor: MayaData
|
vendor: MayaData
|
||||||
|
Reference in New Issue
Block a user