(feat): Adding new OpenEBS experiment into package (#149)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-02-15 13:54:25 +05:30
committed by GitHub
parent 6c62268b1f
commit 79548c05ee
7 changed files with 22 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ spec:
platforms: platforms:
- GKE - GKE
maturity: alpha maturity: alpha
chaosType: infra
maintainers: maintainers:
- name: Raj Babu Das - name: Raj Babu Das
email: raj.das@mayadata.io email: raj.das@mayadata.io

View File

@@ -19,6 +19,7 @@ spec:
- GKE - GKE
- OpenShift - OpenShift
maturity: alpha maturity: alpha
chaosType: infra
maintainers: maintainers:
- name: shubham chaudhary - name: shubham chaudhary
email: shubham.chaudhary@mayadata.io email: shubham.chaudhary@mayadata.io

View File

@@ -19,6 +19,7 @@ spec:
- GKE - GKE
- OpenShift - OpenShift
maturity: alpha maturity: alpha
chaosType: infra
maintainers: maintainers:
- name: giri - name: giri
email: giridhara.prasad@mayadata.io email: giridhara.prasad@mayadata.io

View File

@@ -19,6 +19,7 @@ spec:
- GKE - GKE
- OpenShift - OpenShift
maturity: alpha maturity: alpha
chaosType: infra
maintainers: maintainers:
- name: giri - name: giri
email: giridhara.prasad@mayadata.io email: giridhara.prasad@mayadata.io

View File

@@ -19,6 +19,7 @@ spec:
- GKE - GKE
- OpenShift - OpenShift
maturity: alpha maturity: alpha
chaosType: infra
maintainers: maintainers:
- name: shubham chaudhary - name: shubham chaudhary
email: shubham.chaudhary@mayadata.io email: shubham.chaudhary@mayadata.io

View File

@@ -14,10 +14,15 @@ spec:
OpenEBS is the most active Container Attached Storage project. OpenEBS enables your DevOps teams to have their own storage policies for every workload and it is truly Kubernetes native and 100% in userspace. OpenEBS is the most active Container Attached Storage project. OpenEBS enables your DevOps teams to have their own storage policies for every workload and it is truly Kubernetes native and 100% in userspace.
experiments: experiments:
- openebs-pool-failure - openebs-pool-pod-failure
- openebs-target-failure - openebs-pool-container-failure
- openebs-target-pod-failure
- openebs-target-container-failure
- openebs-target-network-delay - openebs-target-network-delay
- openebs-target-network-loss - openebs-target-network-loss
- openebs-pool-network-delay
- openebs-pool-network-loss
- openebs-control-plane-validation
keywords: keywords:
- OpenEBS - OpenEBS
- CAS - CAS

View File

@@ -18,3 +18,12 @@ experiments:
- name: openebs-target-network-loss - name: openebs-target-network-loss
CSV: openebs-target-network-loss.chartserviceversion.yaml CSV: openebs-target-network-loss.chartserviceversion.yaml
desc: "openebs-target-network-loss" desc: "openebs-target-network-loss"
- name: openebs-control-plane-validation
CSV: openebs-control-plane-validation.chartserviceversion.yaml
desc: "openebs-control-plane-validation"
- name: openebs-pool-network-delay
CSV: openebs-pool-network-delay.chartserviceversion.yaml
desc: "openebs-pool-network-delay"
- name: openebs-pool-network-loss
CSV: openebs-pool-network-loss.chartserviceversion.yaml
desc: "openebs-pool-network-loss"