diff options
author | pmikus <pmikus@cisco.com> | 2020-05-20 15:05:49 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2020-05-20 15:05:49 +0000 |
commit | 5c7b32f5ba60acae88af6e838c79639d68a4fcad (patch) | |
tree | 601fe25983529d20abf31b43f9b21ab8bdf35e12 /resources/tools/testbed-setup/ansible/tg.yaml | |
parent | 1881e1a4a59c3bd4a8574a1a0239a781874a48ec (diff) |
Infra: Ansible maintenance
+ As per last discoveries when running from_scratch vs. append_only
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I8b44314185bbc157a67136730dc6146d133c7cc4
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml index a2c9fe5f23..e800881127 100644 --- a/resources/tools/testbed-setup/ansible/tg.yaml +++ b/resources/tools/testbed-setup/ansible/tg.yaml @@ -12,6 +12,10 @@ tags: common - role: tg tags: tg + - role: kernel + tags: kernel + - role: mellanox + tags: mellanox - role: iperf tags: iperf - role: trex @@ -20,12 +24,8 @@ tags: wrk - role: docker tags: docker - - role: mellanox - tags: mellanox - role: performance_tuning tags: performance_tuning - - role: kernel - tags: kernel - role: cleanup tags: cleanup - role: calibration |