Add vagrant setup for testing VPP device locally 43/17343/3
authorLudovit Mikula <ludovit.mikula@pantheon.tech>
Wed, 6 Feb 2019 14:47:23 +0000 (15:47 +0100)
committerĽudovít Mikula <ludovit.mikula@pantheon.tech>
Tue, 9 Apr 2019 13:10:12 +0000 (15:10 +0200)
commit374ea2f45d17f361aa612becba657ecaade0d0b5
treeca29e9c804c52aa14cc577299443958491f4e994
parent42e6c422a5ce4f58813a8c3a44ba0e9ac9238c9a
Add vagrant setup for testing VPP device locally
Fixed trailing whitespaces
Fixed tabs vs. spaces
Removed dead code
Changed network interface naming
Changed default number of retries for VPP startup to 120
Updated number of hugepages during provisioning
Externalized CSIT related sysctl settings to 90-csit.conf
Removed hardcoded local docker image name.
Added new interface required for honeycomb device testing.

Change-Id: I5eb38c8b1a4d96e4220dbd2e202e94f1d47e804e
Signed-off-by: Ludovit Mikula <ludovit.mikula@pantheon.tech>
14 files changed:
docs/testing_in_vagrant [deleted file]
docs/testing_in_vagrant.rst [new file with mode: 0644]
resources/libraries/bash/function/device.sh
resources/libraries/python/VPPUtil.py
resources/tools/vagrant/Vagrantfile
resources/tools/vagrant/ansible/group_vars/vppdevice.yml [new file with mode: 0644]
resources/tools/vagrant/ansible/master.yml [new file with mode: 0644]
resources/tools/vagrant/ansible/roles/common/tasks/main.yml [new file with mode: 0644]
resources/tools/vagrant/ansible/roles/csit/files/99-vppdevice.yaml [new file with mode: 0644]
resources/tools/vagrant/ansible/roles/csit/tasks/main.yml [new file with mode: 0644]
resources/tools/vagrant/ansible/vppdevice [new file with mode: 0644]
resources/tools/vagrant/ansible/vppdevice.yml [new file with mode: 0644]
resources/tools/vagrant/install_debs.sh [deleted file]
resources/tools/vagrant/install_hc_debs.sh [deleted file]