Skip to content

Commit

Permalink
1582738268: version upgraded for chaos-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
litmusbot committed Dec 15, 2021
1 parent d62f2f4 commit abf8d43
Show file tree
Hide file tree
Showing 4 changed files with 1,612 additions and 1,612 deletions.
90 changes: 45 additions & 45 deletions charts/azure/experiments.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Terminating azure VM instance
Detaches disk from the VM and then re-attaches disk to the VM
kind: ChaosExperiment
metadata:
name: azure-instance-stop
name: azure-disk-loss
labels:
name: azure-instance-stop
name: azure-disk-loss
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
Expand Down Expand Up @@ -42,69 +42,68 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:ci"
image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always
args:
- -c
- ./experiments -name azure-instance-stop
- ./experiments -name azure-disk-loss
command:
- /bin/bash
env:

- name: TOTAL_CHAOS_DURATION
value: '30'
value: '30'

- name: CHAOS_INTERVAL
value: '30'

- name: LIB
value: 'litmus'

# Period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''

# provide the target instance name(s) (comma separated if multiple)
- name: AZURE_INSTANCE_NAME
value: ''


# provide the resource group of the instance
- name: RESOURCE_GROUP
value: ''

# accepts enable/disable, default is disable
- name: SCALE_SET
value: ''

# Provide the path of aks credentials mounted from secret

# provide the virtual disk names (comma separated if multiple)
- name: VIRTUAL_DISK_NAMES
value: ''

# provide the sequence type for the run. Options: serial/parallel
- name: SEQUENCE
value: 'parallel'

# provide the path to aks credentials mounted from secret
- name: AZURE_AUTH_LOCATION
value: '/tmp/azure.auth'

- name: SEQUENCE
value: 'parallel'

# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'

labels:
name: azure-instance-stop
name: azure-disk-loss
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest

secrets:
- name: cloud-secret
mountPath: /tmp/


---
apiVersion: litmuschaos.io/v1alpha1
description:
message: |
Detaches disk from the VM and then re-attaches disk to the VM
Terminating azure VM instance
kind: ChaosExperiment
metadata:
name: azure-disk-loss
name: azure-instance-stop
labels:
name: azure-disk-loss
name: azure-instance-stop
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
Expand Down Expand Up @@ -140,56 +139,57 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:ci"
imagePullPolicy: Always
args:
- -c
- ./experiments -name azure-disk-loss
- ./experiments -name azure-instance-stop
command:
- /bin/bash
env:

- name: TOTAL_CHAOS_DURATION
value: '30'
value: '30'

- name: CHAOS_INTERVAL
value: '30'

- name: LIB
value: 'litmus'

# Period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''


# provide the target instance name(s) (comma separated if multiple)
- name: AZURE_INSTANCE_NAME
value: ''

# provide the resource group of the instance
- name: RESOURCE_GROUP
value: ''

# accepts enable/disable, default is disable
- name: SCALE_SET
value: ''

# provide the virtual disk names (comma separated if multiple)
- name: VIRTUAL_DISK_NAMES
value: ''

# provide the sequence type for the run. Options: serial/parallel
- name: SEQUENCE
value: 'parallel'

# provide the path to aks credentials mounted from secret

# Provide the path of aks credentials mounted from secret
- name: AZURE_AUTH_LOCATION
value: '/tmp/azure.auth'

- name: SEQUENCE
value: 'parallel'

# provide the LIB
# only litmus supported
- name: LIB
value: 'litmus'

labels:
name: azure-disk-loss
name: azure-instance-stop
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest

secrets:
- name: cloud-secret
mountPath: /tmp/


---
Loading

0 comments on commit abf8d43

Please sign in to comment.