Added Openebs-Pool-Failure Experiment CR
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
@@ -8,7 +8,6 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
litmuschaos.io/name: openebs
|
litmuschaos.io/name: openebs
|
||||||
name: openebs-pool-failure
|
name: openebs-pool-failure
|
||||||
namespace: litmus
|
|
||||||
version: {{ VERSION }}
|
version: {{ VERSION }}
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
@@ -22,11 +21,11 @@ spec:
|
|||||||
- name: ANSIBLE_STDOUT_CALLBACK
|
- name: ANSIBLE_STDOUT_CALLBACK
|
||||||
value: default
|
value: default
|
||||||
- name: APP_NAMESPACE
|
- name: APP_NAMESPACE
|
||||||
value: app-percona-ns
|
value: ""
|
||||||
- name: APP_LABEL
|
- name: APP_LABEL
|
||||||
value: "name=percona"
|
value: ""
|
||||||
- name: APP_PVC
|
- name: APP_PVC
|
||||||
value: percona-mysql-claim
|
value: #mendatory field
|
||||||
- name: LIVENESS_APP_LABEL
|
- name: LIVENESS_APP_LABEL
|
||||||
value: ""
|
value: ""
|
||||||
- name: LIVENESS_APP_NAMESPACE
|
- name: LIVENESS_APP_NAMESPACE
|
||||||
|
@@ -5,16 +5,15 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
categories: "OpenEBS"
|
categories: "OpenEBS"
|
||||||
vendor: "CNCF"
|
vendor: "CNCF"
|
||||||
createdAt: 2019-10-03T10:28:08Z
|
repository: https://github.com/litmuschaos/chaos-charts
|
||||||
repository: https://github.com/litmuschaos/community-charts
|
|
||||||
support: https://slack.openebs.io/
|
support: https://slack.openebs.io/
|
||||||
spec:
|
spec:
|
||||||
displayName: Openebs-Pool-Failure
|
displayName: Openebs-Pool-Failure
|
||||||
description: >
|
description: >
|
||||||
openebs pool failure contains chaos to disrupt state of openebs control-plane and data-plane resources. Experiments can inject random pod delete against openebs pool pod.
|
Kill the pool pod and check if gets scheduled again.
|
||||||
keywords:
|
keywords:
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- Pool
|
- Storage Pool
|
||||||
- OpenEBS
|
- OpenEBS
|
||||||
version: {{ VERSION }}
|
version: {{ VERSION }}
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
@@ -24,6 +23,7 @@ spec:
|
|||||||
minKubeVersion: 1.12.0
|
minKubeVersion: 1.12.0
|
||||||
provider:
|
provider:
|
||||||
name: Mayadata
|
name: Mayadata
|
||||||
|
readme: "https://github.com/mayadata-io/litmus/blob/master/experiments/chaos/openebs_pool_failure/README.md"
|
||||||
links:
|
links:
|
||||||
- name: OpenEBS Website
|
- name: OpenEBS Website
|
||||||
url: https://openebs.io
|
url: https://openebs.io
|
||||||
|
Reference in New Issue
Block a user