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/sut.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/sut.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/sut.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/testbed-setup/ansible/sut.yaml b/resources/tools/testbed-setup/ansible/sut.yaml index 47e72bd5a6..68ac9b8364 100644 --- a/resources/tools/testbed-setup/ansible/sut.yaml +++ b/resources/tools/testbed-setup/ansible/sut.yaml @@ -10,6 +10,10 @@ tags: baremetal - role: common tags: common + - role: kernel + tags: kernel + - role: mellanox + tags: mellanox - role: vpp tags: vpp - role: dpdk @@ -18,14 +22,10 @@ tags: docker - role: kubernetes tags: kubernetes - - role: mellanox - tags: mellanox - role: kernel_vm tags: kernel_vm - role: performance_tuning tags: performance_tuning - - role: kernel - tags: kernel - role: cleanup tags: cleanup - role: calibration |