update(experiment CR): add configmap for data persistence (#24)
* update(experiment CR): add configmap for data persistence Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
Karthik Satchitanand
parent
6927852b9f
commit
631d5a14dd
@@ -13,7 +13,7 @@ spec:
|
||||
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
|
||||
- ansible-playbook ./experiments/chaos/openebs_target_network_delay/test.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
@@ -29,3 +29,7 @@ spec:
|
||||
value: ""
|
||||
labels:
|
||||
name: openebs-target-network-delay
|
||||
configmaps:
|
||||
- name: target-network-delay
|
||||
data:
|
||||
parameters.yml: |
|
||||
|
@@ -6,7 +6,7 @@ metadata:
|
||||
annotations:
|
||||
categories: Kubernetes
|
||||
vendor: CNCF
|
||||
repository: https://github.com/litmuschaos/community-charts
|
||||
repository: https://github.com/litmuschaos/chaos-charts
|
||||
support: https://slack.kubernetes.io/
|
||||
spec:
|
||||
displayName: openebs_target_network_delay
|
||||
|
@@ -13,7 +13,7 @@ spec:
|
||||
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
|
||||
- ansible-playbook ./experiments/chaos/openebs_target_network_loss/test.yml -i /etc/ansible/hosts -vv; exit 0
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
@@ -29,3 +29,7 @@ spec:
|
||||
value: ""
|
||||
labels:
|
||||
name: openebs-target-network-loss
|
||||
configmaps:
|
||||
- name: target-network-loss
|
||||
data:
|
||||
parameters.yml: |
|
||||
|
Reference in New Issue
Block a user