aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/vpp_device.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/testbed-setup/ansible/vpp_device.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/vpp_device.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/resources/tools/testbed-setup/ansible/vpp_device.yaml b/resources/tools/testbed-setup/ansible/vpp_device.yaml
deleted file mode 100644
index ac42b8cafe..0000000000
--- a/resources/tools/testbed-setup/ansible/vpp_device.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
----
-# file: vpp_device.yaml
-
-- hosts: vpp_device
- remote_user: testuser
- become: yes
- become_user: root
- roles:
- - role: user_add
- tags: user_add
- - role: baremetal
- tags: baremetal
- - role: common
- tags: common
- - role: docker
- tags: docker
- - role: nomad
- tags: nomad
- - role: consul
- tags: consul
- - role: vpp_device
- tags: vpp_device
- - role: kernel_vm
- tags: kernel_vm
- - role: csit_sut_image
- tags: csit_sut_image
- - role: csit_shim_image
- tags: csit_shim_image
- - role: cleanup
- tags: cleanup