aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/vagrant/ansible/roles/csit/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-21Infra: Vagrant upgrade to focalpmikus1-142/+0
+ Upgradfe to focal + Move to better place + Integrate with ansible library Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibddea33efa2c3587251f9f03921282fb47ffee31
2021-02-03Ansible: Fix package cache updatesTomas Alexy1-1/+0
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech> Change-Id: I5c7b2636bde999fef3a60e6cbf2b36db9978a74a
2020-09-04Fix local CSIT deploymentTomas Alexy1-26/+49
Change-Id: I6ccf3cc11b4343ebcf02f30a01eddb9204ba53ee Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
2019-12-16Vagrant: Introduce CentOS8Peter Mikus1-43/+34
+ Full ansible compatibility - Docker currently not working in Centos8 as it was not yet released Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I837091621db6bbebc9fee729496384cabe2f5357
2019-12-03Python3: Vagrant updatePeter Mikus1-45/+54
+ Small styling Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ica8a4942b460b8534a9fbaf47bdb64dcfc9cbcde
2019-04-09Add vagrant setup for testing VPP device locallyLudovit Mikula1-0/+120
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>