Removing base templates
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
---
|
||||
apiVersion: litmuschaos.io/v1alpha1
|
||||
description:
|
||||
message: |
|
||||
Kill the cstor target/Jiva controller container and check if gets created again
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
labels:
|
||||
litmuschaos.io/name: openebs
|
||||
name: openebs-target-failure
|
||||
version: {{ VERSION }}
|
||||
spec:
|
||||
definition:
|
||||
image: "openebs/ansible-runner:ci"
|
||||
args:
|
||||
- -c
|
||||
- ansible-playbook ./experiments/chaos/openebs_target_failure/test.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
- name: ANSIBLE_STDOUT_CALLBACK
|
||||
value: default
|
||||
- name: TARGET_NAMESPACE
|
||||
value: "openebs"
|
||||
- name: DATA_PERSISTENCE
|
||||
value: ""
|
||||
- name: CHAOS_TYPE
|
||||
value: "target-zrepl-kill"
|
||||
- name: TARGET_CONTAINER
|
||||
value: "cstor-volume-mgmt"
|
||||
- name: DEPLOY_TYPE
|
||||
value: "deployment"
|
||||
labels:
|
||||
name: openebs-target-failure
|
||||
configmaps:
|
||||
- name: target-failure
|
||||
data:
|
||||
parameters.yml: |
|
@@ -1,35 +0,0 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: openebs-target-failure
|
||||
version: {{ VERSION }}
|
||||
annotations:
|
||||
categories: OpenEBS
|
||||
vendor: CNCF
|
||||
repository: https://github.com/litmuschaos/chaos-charts
|
||||
support: https://slack.openebs.io/
|
||||
spec:
|
||||
displayName: openebs-target-failure
|
||||
description: >
|
||||
Kill the cstor target/Jiva controller container and check if gets created again
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Storage Controller
|
||||
- OpenEBS
|
||||
maturity: alpha
|
||||
maintainers:
|
||||
- name: shubham chaudhary
|
||||
email: shubham.chaudhary@mayadata.io
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Mayadata
|
||||
readme: "https://github.com/mayadata-io/litmus/blob/master/experiments/chaos/openebs_target_failure/README.md"
|
||||
links:
|
||||
- name: OpenEBS Website
|
||||
url: https://openebs.io
|
||||
- name: Source Code
|
||||
url: https://github.com/openebs/openebs
|
||||
icon:
|
||||
- url: ""
|
||||
mediatype: ""
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/openebs/openebs-target-failure/experiment.yaml
|
Reference in New Issue
Block a user