X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fvpp_device.yaml;h=aae5ad30394ff365ad7665cbaf8a7e1f39c8c801;hb=816bfdf912b9530e5038cdd5cbc51f23286c3fe9;hp=7f0f6eb91a3a452d4afbbd25ba9b58cb0b26dadd;hpb=388117d6bfe6f05d3f20d1a7e632076f5526227f;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/vpp_device.yaml b/resources/tools/testbed-setup/ansible/vpp_device.yaml index 7f0f6eb91a..aae5ad3039 100644 --- a/resources/tools/testbed-setup/ansible/vpp_device.yaml +++ b/resources/tools/testbed-setup/ansible/vpp_device.yaml @@ -6,5 +6,19 @@ become: yes become_user: root roles: - - common - - vpp_device + - role: baremetal + tags: baremetal + - role: common + tags: common + - role: docker + tags: docker + - role: vpp_device + tags: vpp_device + - role: kernel_vm + tags: kernel_vm + - role: csit_sut_image + tags: csit_sut_image + - role: nomad + tags: nomad + - role: cleanup + tags: cleanup