Skip to content

Commit

Permalink
modified the chaos experiments to include labels in env for data pers…
Browse files Browse the repository at this point in the history
…istence checks (#993)

Signed-off-by: somesh kumar <[email protected]>
  • Loading branch information
somesh2905 authored and Karthik Satchitanand committed Dec 13, 2019
1 parent 520fc84 commit b9523b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
vars:
status: 'VERIFY'
ns: "{{ a_ns }}"
label: "{{ a_label }}"
pod_name: "{{ app_pod_name.stdout }}"
when: data_persistence != ''

Expand All @@ -130,6 +131,7 @@
vars:
status: 'DELETE'
ns: "{{ a_ns }}"
label: "{{ a_label }}"
pod_name: "{{ new_app_pod.stdout }}"
when: data_persistence != ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
vars:
status: 'VERIFY'
ns: "{{ a_ns }}"
label: "{{ a_label }}"
pod_name: "{{ app_pod_name.stdout }}"
when: data_persistence != ''

Expand All @@ -135,6 +136,7 @@
vars:
status: 'DELETE'
ns: "{{ a_ns }}"
label: "{{ a_label }}"
pod_name: "{{ new_app_pod.stdout }}"
when: data_persistence != ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
vars:
status: 'VERIFY'
ns: "{{ a_ns }}"
label: "{{ a_label }}"
pod_name: "{{ rescheduled_app_pod.stdout }}"
when: data_persistence != ''

Expand Down

0 comments on commit b9523b2

Please sign in to comment.