aboutsummaryrefslogtreecommitdiffstats
path: root/roles/onap-chaos-tests/tasks/main.yaml
blob: 2fc48d23fee78b126aa5fda62b010daec725a760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# - name: Check the chaos target is defined
#   ansible.builtin.fail:
#     msg: "You must specify a chaos target (node_drain,...)"
#   when: experiment_name is not defined
#   tags: init_check

- import_tasks: prepare.yaml
  tags: prepare

- import_tasks: node-drain.yaml
  tags: node-drain

- import_tasks: node-cpu-hog.yaml
  tags: node-cpu-hog

- import_tasks: node-memory-hog.yaml
  tags: node-memory-hog

- import_tasks: pod-delete-aai.yaml
  tags: aai