aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/vpp_device.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-01-05Infra: Ansible syncpmikus1-2/+8
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ie987d5c6ce43ce925418f61c4b14dced602b4a3b
2020-11-162n-zn2 Epyc backportpmikus1-0/+2
- Better to get it fully aligned then cherry-pick spaghetti. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If223ef3f0247413d53225eb57f8903a7675632e3
2020-05-25Infra: Ansible Nomad IIIpmikus1-0/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I6c37287e79e48ba40a5dda497cc3614c367230aa
2020-05-14Ansible: Small maintenancepmikus1-2/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I542401d77a777dfc2d930de626e19c1d8083941c
2020-02-07CSIT Azure integrationvagrant1-0/+4
+ Terraform + Ansible Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I353511c5ef39d8c8d43fedc61c8dbb30b4821e1b
2019-11-05Cleanup via AnsiblePeter Mikus1-0/+2
+ Remove dependency on topo_ scripts that depends on custom SSH() that depends on framework itself. This way the cleanup is independent of failure in our SSH libs. + Simple ansible command can do cleanup of a machine: ansible-playbook --inventory inventories/lf_inventory/hosts site.yaml \ --limit '10.32.8.18' --tags 'cleanup' + Add vpp_device reset and cleanup. + Remove historical scripts. - Still in testing beta phase. - Need to add SRIOV cleanup. Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I68e23304c7ad01041f51263c328c6e8d9b555cb7
2019-10-17Ansible: Role cleanupPeter Mikus1-0/+2
+ Separate and reuse role (better naming) + Cleanup in naming + Introduce defaults that can be overriden Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Iedaf7caba1d05a35a6f61cd21a483cdbc0073d32
2019-02-27CSIT-1449 Ansible: Adding calibration supportPeter Mikus1-2/+4
- Remove obsolete bootstrap_setup.sh. - Add calibration support into ansible. - Inject Ansible run with calibration to every job. Change-Id: Ib2d6cd0c04d3bce700b205bef34c3c88edb26e28 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-09-24CSIT-1292 Update Ansible playbooks with vpp_device tasksPeter Mikus1-0/+10
Change-Id: I22d1fe2fc27d6adb39eba2578e68d06992a3f976 Signed-off-by: Peter Mikus <pmikus@cisco.com>