Cleanup via Ansible 52/22652/8
authorPeter Mikus <pmikus@cisco.com>
Thu, 10 Oct 2019 15:31:28 +0000 (15:31 +0000)
committerPeter Mikus <pmikus@cisco.com>
Tue, 5 Nov 2019 07:23:56 +0000 (07:23 +0000)
+ 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


No differences found