vmware-nsx/vmware_nsx/tests/unit
Adit Sarfaty 1b5e4c3466 T2P migration
This patch will allow moving neutron from using the nsx_v3 plugin to the nsx_p plugin.
This includes:
- admin utility to move all resources to the policy api:
  nsxadmin -r nsx-migrate-t2p -o import (--verbose)
  This utility will:
  -- Migrate all neutron used & created resource using the nsx migration api
  -- roll back all resources in case it failed
  -- post migration fix some of the policy resources to better match the expectation
     of the policy plugin
- admin utility that will cleanup left overs in the nsx_v3 db:
  nsxadmin -r nsx-migrate-t2p -o clean-all
  (can be used, but everything should work without calling it as well)
- Some minor changes to the policy plugin and drivers to allow it to handle migrated resource
  which are a bit different than those created with the policy plugin
  -- Delete DHCP server config once a migrated network is deleted
  -- Update LB L7 rules by their name suffix as their full display name is unknown

Change-Id: Ic17e0de1f4b2a2d95afa61ce33ffb0bc9e667b89
2020-06-23 07:26:31 +00:00
..
common_plugin NSX|P: Support policy DHCP v6 2020-03-19 12:09:34 +00:00
db Fix broken DB unittests 2020-03-25 13:04:37 +02:00
dvs DVS: Add plugin validations 2019-05-26 13:16:40 +00:00
etc NSX|V: remove deprectaed vcns section 2017-01-31 01:26:35 -08:00
extension_drivers NSX|V3 use network dns_domain on port fqdn 2018-07-05 10:38:45 +03:00
extensions NSX|V3+P: prevent overlapping address pairs 2020-06-21 16:15:26 +00:00
nsx_p NSX|P: use edge nodes nsx ids for validation 2020-06-18 13:39:50 +00:00
nsx_tvd NSX|V: Combine plugin & MD proxy unit tests 2018-07-30 09:42:57 +03:00
nsx_v Fix broken unit tests 2020-01-08 09:23:23 +02:00
nsx_v3 NSX|V3+P: Address pair ip cannot duplicate the port fixed ip 2020-05-07 09:33:40 +00:00
nsxlib/mh Add coverage tests 2020-04-13 06:13:32 +02:00
osc Bump openstackclient & osc-lib version 2019-09-18 09:48:26 +03:00
services T2P migration 2020-06-23 07:26:31 +00:00
shell Fix admin utils quota issue 2020-05-13 10:23:49 +00:00
__init__.py retire the NSX MH plugin 2019-05-22 09:59:21 +00:00
test_utils.py NSX|V: Add configuration validation 2019-08-22 08:46:44 +03:00