X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Fvpp_device.yaml;h=ac42b8cafe42fd71e68fc2e184619d5ec55eba9c;hb=85bafb70d413d16972665c0377c3d7b4982b4270;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..ac42b8cafe 100644 --- a/resources/tools/testbed-setup/ansible/vpp_device.yaml +++ b/resources/tools/testbed-setup/ansible/vpp_device.yaml @@ -6,5 +6,25 @@ become: yes become_user: root roles: - - common - - vpp_device + - 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