aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/sut_azure.yaml
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-03-22 08:46:04 +0000
committerPeter Mikus <pmikus@cisco.com>2021-03-22 09:03:17 +0000
commit3402c93328d877ef09a026f5a491eabd34f8bc1e (patch)
tree7948ecd2413383669b9f1703b7c80d7f68f89cf1 /resources/tools/testbed-setup/ansible/sut_azure.yaml
parent026d128b96a386781733961edbf26ba197530954 (diff)
Infra: Ansible sync
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I4b1516a957447b8356949626e385b9317ed1933c
Diffstat (limited to 'resources/tools/testbed-setup/ansible/sut_azure.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/sut_azure.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/resources/tools/testbed-setup/ansible/sut_azure.yaml b/resources/tools/testbed-setup/ansible/sut_azure.yaml
deleted file mode 100644
index 835ab63d83..0000000000
--- a/resources/tools/testbed-setup/ansible/sut_azure.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
----
-# file: sut_azure.yaml
-
-- hosts: sut
- become: yes
- become_user: root
- roles:
- - role: user_add
- tags: user_add
- - role: common
- tags: common
- - role: vpp
- tags: vpp
- - role: azure
- tags: azure
- - role: iperf
- tags: iperf
- - role: docker
- tags: docker
- - role: dpdk
- tags: dpdk
- - role: cleanup
- tags: cleanup
-# - role: calibration
-# tags: calibration