vmware-nsx/vmware_nsx/common
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
..
__init__.py Move vmware_nsx/neutron/plugins/vmware to vmware_nsx 2015-09-14 18:51:57 -07:00
availability_zones.py NSX|P: Initial availability zone support 2018-12-12 15:42:29 -08:00
config.py NSX|V: Fix init connectivity validation 2020-06-22 09:46:47 +00:00
driver_api.py NSXV+NSXV3: add support for pluggable extensions 2017-01-15 12:54:00 +00:00
exceptions.py [NSX-v3] Use bridge endpoint profiles for L2 gateways 2019-03-23 05:39:58 +00:00
l3_rpc_agent_api.py Stop sending notifications for router update/delete 2017-02-05 05:47:35 +00:00
locking.py Change the lock trace message 2016-08-22 01:25:33 -07:00
managers.py NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
nsx_constants.py NSX|V3: prevent duplicate default FW sections 2018-03-06 00:39:29 -08:00
nsxv_constants.py remove SHARED constant that now lives in neutron-lib 2018-03-01 15:51:12 -07:00
profile.py NSXv: VDR interface operation performance 2019-08-28 17:49:53 +03:00
utils.py T2P migration 2020-06-23 07:26:31 +00:00