Removing base templates

This commit is contained in:
Ajesh Baby
2019-10-15 14:24:50 +05:30
parent 88b2245ad3
commit 896831314d
18 changed files with 9 additions and 429 deletions

View File

@@ -1,34 +0,0 @@
---
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Kill the pool pod and check if gets scheduled again
kind: ChaosExperiment
metadata:
labels:
litmuschaos.io/name: openebs
name: openebs-pool-failure
version: {{ VERSION }}
spec:
definition:
image: "openebs/ansible-runner:ci"
args:
- -c
- ansible-playbook ./experiments/chaos/openebs_pool_failure/test.yml -i /etc/ansible/hosts -vv; exit 0
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: default
- name: DATA_PERSISTENCE
value: ""
- name: CHAOS_TYPE
value: "pool-kill"
- name: CHAOS_ITERATIONS
value: "2"
labels:
name: openebs-pool-failure
configmaps:
- name: pool-failure
data:
parameters.yml: |

View File

@@ -1,35 +0,0 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: openebs-pool-failure
version: {{ VERSION }}
annotations:
categories: OpenEBS
vendor: CNCF
repository: https://github.com/litmuschaos/chaos-charts
support: https://slack.openebs.io/
spec:
displayName: openebs-pool-failure
description: >
Kill the pool pod and check if gets scheduled again.
keywords:
- Kubernetes
- Storage Pool
- 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_pool_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-pool-failure/experiment.yaml

View File

@@ -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: |

View File

@@ -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

View File

@@ -1,31 +0,0 @@
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Network delay to target pod belonging to a deployment/statefulset/daemonset
kind: ChaosExperiment
metadata:
labels:
litmuschaos.io/name: openebs
name: openebs-target-network-delay
version: {{ VERSION }}
spec:
definition:
image: "openebs/ansible-runner:ci"
args:
- -c
- ansible-playbook ./experiments/chaos/experiments/chaos/openebs_target_network_delay/test.yml -i /etc/ansible/hosts -vv; exit 0
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: "default"
- name: OPERATOR_NAMESPACE
value: "openebs"
- name: NETWORK_DELAY
value: "60" # in milliseconds (Mandatory)
- name: CHAOS_DURATION
value: "60" # in milliseconds (Mandatory)
- name: DATA_PERSISTENCY
value: ""
labels:
name: openebs-target-network-delay

View File

@@ -1,34 +0,0 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: openebs-target-network-delay
version: {{ VERSION }}
annotations:
categories: Kubernetes
vendor: CNCF
repository: https://github.com/litmuschaos/community-charts
support: https://slack.kubernetes.io/
spec:
displayName: openebs_target_network_delay
description: >
Network delay to Pod belonging to a OpenEBS PVC
keywords:
- OpenEBS
- Kubernetes
- Network Delay
maturity: alpha
maintainers:
- name: giri
email: giridhara.prasad@mayadata.io
minKubeVersion: 1.12.0
provider:
name: Mayadata
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-network-delay/experiment.yaml

View File

@@ -1,31 +0,0 @@
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Network loss to target pod belonging to a OpenEBS PVC
kind: ChaosExperiment
metadata:
labels:
litmuschaos.io/name: openebs
name: openebs-target-network-loss
version: {{ VERSION }}
spec:
definition:
image: "openebs/ansible-runner:ci"
args:
- -c
- ansible-playbook ./experiments/chaos/experiments/chaos/openebs_target_network_loss/test.yml -i /etc/ansible/hosts -vv; exit 0
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: "default"
- name: OPERATOR_NAMESPACE
value: "openebs"
- name: NETWORK_DELAY
value: "60" # in milliseconds (Mandatory)
- name: CHAOS_DURATION
value: "60" # in milliseconds (Mandatory)
- name: DATA_PERSISTENCY
value: ""
labels:
name: openebs-target-network-loss

View File

@@ -1,34 +0,0 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: openebs-target-network-loss
version: {{ VERSION }}
annotations:
categories: Kubernetes
vendor: CNCF
repository: https://github.com/litmuschaos/chaos-charts
support: https://slack.kubernetes.io/
spec:
displayName: openebs-target-network-loss
description: >
Network loss to the target pod belonging to an OpenEBS PVC
keywords:
- Kubernetes
- OpenEBS
- Network Loss
maturity: alpha
maintainers:
- name: giri
email: giridhara.prasad@mayadata.io
minKubeVersion: 1.12.0
provider:
name: Mayadata
links:
- name: Kubernetes Website
url: https://openebs.io
- name: Source Code
url: https://github.com/openebes/openebs
icon:
- url: ""
mediatype: ""
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/openebs/openebs-target-network-loss/experiment.yaml

View File

@@ -1,31 +0,0 @@
---
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Deletes a pod belonging to a deployment/statefulset/daemonset
kind: ChaosExperiment
metadata:
name: kubernetes-state-pod-delete-0.1.1
version: 0.1.1
spec:
definition:
args:
- -c
- ansible-playbook ./experiments/chaos/kubernetes/pod_delete/test.yml -i /etc/ansible/hosts
-vv; exit 0
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: default
- name: TOTAL_CHAOS_DURATION
value: 15
- name: CHAOS_INTERVAL
value: 5
- name: LIB
value: ""
image: ""
labels:
name: pod-delete
litmusbook: /experiments/chaos/kubernetes/pod_delete/run_litmus_test.yml
---