updated vm-poweroff experiment docs; updated mainter description of gcp chaos docs (#505)
Signed-off-by: neelanjan00 <neelanjan@chaosnative.com>
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
|||||||
- "GCP"
|
- "GCP"
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: neelanjan00
|
- name: Neelanjan Manna
|
||||||
email: neelanjan@chaosnative.com
|
email: neelanjan@chaosnative.com
|
||||||
minKubeVersion: 1.12.0
|
minKubeVersion: 1.12.0
|
||||||
provider:
|
provider:
|
||||||
|
@@ -16,7 +16,7 @@ spec:
|
|||||||
- "GCP"
|
- "GCP"
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: neelanjan00
|
- name: Neelanjan Manna
|
||||||
email: neelanjan@chaosnative.com
|
email: neelanjan@chaosnative.com
|
||||||
minKubeVersion: 1.12.0
|
minKubeVersion: 1.12.0
|
||||||
provider:
|
provider:
|
||||||
|
@@ -17,7 +17,7 @@ spec:
|
|||||||
- "Disk"
|
- "Disk"
|
||||||
- "GCP"
|
- "GCP"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: neelanjan00
|
- name: Neelanjan Manna
|
||||||
email: neelanjan@chaosnative.com
|
email: neelanjan@chaosnative.com
|
||||||
minKubeVersion: 1.12.0
|
minKubeVersion: 1.12.0
|
||||||
provider:
|
provider:
|
||||||
|
@@ -61,19 +61,28 @@ spec:
|
|||||||
name: vcenter-secret
|
name: vcenter-secret
|
||||||
key: VCENTERPASS
|
key: VCENTERPASS
|
||||||
|
|
||||||
# provide the vm moid
|
# provide the VM MOIDs as comma separated values
|
||||||
- name: APP_VM_MOID
|
- name: APP_VM_MOIDS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# set chaos duration (in sec) as desired
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '30'
|
value: '30'
|
||||||
|
|
||||||
|
# set chaos interval (in sec) as desired
|
||||||
|
- name: CHAOS_INTERVAL
|
||||||
|
value: '30'
|
||||||
|
|
||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# parallel or sequence; the mode of chaos sequence, defaults to parallel
|
||||||
|
- name: SEQUENCE
|
||||||
|
value: 'parallel'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
experiment: vm-poweroff
|
experiment: vm-poweroff
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: litmuschaos.io/v1alpha1
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
kind: ChaosEngine
|
kind: ChaosEngine
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx-chaos
|
name: vmware-vm-chaos
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
# It can be active/stop
|
# It can be active/stop
|
||||||
@@ -18,6 +18,10 @@ spec:
|
|||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '30'
|
value: '30'
|
||||||
|
|
||||||
# provide vm moid
|
# set chaos interval (in sec) as desired
|
||||||
- name: APP_VM_MOID
|
- name: CHAOS_INTERVAL
|
||||||
|
value: '30'
|
||||||
|
|
||||||
|
# provide VM MOIDs as comma separated values
|
||||||
|
- name: APP_VM_MOIDS
|
||||||
value: ''
|
value: ''
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: litmuschaos.io/v1alpha1
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
description:
|
description:
|
||||||
message: |
|
message: |
|
||||||
stops a vm for a certain chaos duration
|
Stops one or more VMs for a certain chaos duration.
|
||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: vm-poweroff
|
name: vm-poweroff
|
||||||
@@ -61,19 +61,28 @@ spec:
|
|||||||
name: vcenter-secret
|
name: vcenter-secret
|
||||||
key: VCENTERPASS
|
key: VCENTERPASS
|
||||||
|
|
||||||
# provide the vm moid
|
# provide the VM MOIDs as comma separated values
|
||||||
- name: APP_VM_MOID
|
- name: APP_VM_MOIDS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# set chaos duration (in sec) as desired
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '30'
|
value: '30'
|
||||||
|
|
||||||
|
# set chaos interval (in sec) as desired
|
||||||
|
- name: CHAOS_INTERVAL
|
||||||
|
value: '30'
|
||||||
|
|
||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
# parallel or sequence; the mode of chaos sequence, defaults to parallel
|
||||||
|
- name: SEQUENCE
|
||||||
|
value: 'parallel'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
experiment: vm-poweroff
|
experiment: vm-poweroff
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
|
@@ -5,15 +5,15 @@ metadata:
|
|||||||
name: vm-poweroff
|
name: vm-poweroff
|
||||||
annotations:
|
annotations:
|
||||||
categories: vmware
|
categories: vmware
|
||||||
vendor: Wipro
|
vendor: Wipro, ChaosNative
|
||||||
support: https://app.slack.com/client/T09NY5SBT/CNXNB0ZTN
|
support: https://app.slack.com/client/T09NY5SBT/CNXNB0ZTN
|
||||||
spec:
|
spec:
|
||||||
displayName: vm-poweroff
|
displayName: vm-poweroff
|
||||||
categoryDescription: |
|
categoryDescription: |
|
||||||
This experiment causes powerOff of a target vmware instance for a certain chaos duration.
|
This experiment causes power-off of target VMWare VM(s) for a certain chaos duration:
|
||||||
- Causes powerOff of the vmware instance provided by Moid of the instance.
|
- Causes power-off of the VMWare VM(s) provided by the Moid(s) of the instance.
|
||||||
- It helps to check the performance of the application/services on the instance.
|
- It helps to check the performance of the application/services on the instance.
|
||||||
- Currently, the experiment is supported for vsphere version 6.X (Support for 7.X will be added soon)
|
- Currently, the experiment is supported for vsphere version 6.X (Support for 7.X will be added soon).
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- Vmware
|
- Vmware
|
||||||
@@ -22,10 +22,10 @@ spec:
|
|||||||
- vmware
|
- vmware
|
||||||
maturity: alpha
|
maturity: alpha
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Delphine Joyneer
|
- name: Delphine Joyneer, Neelanjan Manna
|
||||||
email: golkonda.joyneer@wipro.com
|
email: golkonda.joyneer@wipro.com, neelanjan@chaosnative.com
|
||||||
provider:
|
provider:
|
||||||
name: Wipro
|
name: Wipro, ChaosNative
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: chartserviceversion
|
app.kubernetes.io/component: chartserviceversion
|
||||||
app.kubernetes.io/version: latest
|
app.kubernetes.io/version: latest
|
||||||
|
@@ -6,21 +6,21 @@ metadata:
|
|||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
annotations:
|
annotations:
|
||||||
categories: vmware
|
categories: vmware
|
||||||
chartDescription: Injects chaos on vmware components
|
chartDescription: Injects chaos on VMWare components
|
||||||
spec:
|
spec:
|
||||||
displayName: VMware Chaos
|
displayName: VMWare Chaos
|
||||||
categoryDescription: >
|
categoryDescription: >
|
||||||
VMware contains chaos to disrupt the state of vmware resources
|
Contains chaos to disrupt the state of VMWare resources
|
||||||
experiments:
|
experiments:
|
||||||
- vm-poweroff
|
- vm-poweroff
|
||||||
keywords:
|
keywords:
|
||||||
- vmware
|
- vmware
|
||||||
- VM
|
- VM
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Delphine Joyneer
|
- name: Delphine Joyneer, Neelanjan Manna
|
||||||
email: golkonda.joyneer@wipro.com
|
email: golkonda.joyneer@wipro.com, neelanjan@chaosnative.com
|
||||||
provider:
|
provider:
|
||||||
name: Wipro
|
name: Wipro, ChaosNative
|
||||||
links:
|
links:
|
||||||
- name: Kubernetes Website
|
- name: Kubernetes Website
|
||||||
url: https://kubernetes.io
|
url: https://kubernetes.io
|
||||||
|
Reference in New Issue
Block a user