networking-l2gw and networking-l2gw-tempest-plugin are
imported to new location now and supposed to be retired from
openstack/namespace[1].
-https://review.opendev.org/#/c/744110/
Change-Id: I902ea79cdd3a8e56540ab44a7bd2f986f5d18bca
As neutron-fwaas is no longer maintained, get it from pypi instead of Git.
Also update neutron projects in requirements to latested released versions
Change-Id: I866d0b6f57f7b34ccc8bc998b8df729103497f6c
IPv4 support for Policy DHCP depending on the NSX version & on config.
Including devstack support for configuration & cleanup, and admin utilility
for migration from MP implementation to Policy one.
IPv6 support will follow in a future patch.
Change-Id: I01bfb5bd530c63ca8b635bbebcac47659187077e
In case using the cleantup with a newutron_db, tier0 logical ports
were not deleted, becasue the tier0 routers could not be found in
the neutron DB.
Change-Id: I78e6641f2d94331a081bae218a99bbc2973f2540
The policy plugin do not use per-tenant domain any more, so
it should delete objects from the default domain instead.
Change-Id: Ia93d9e1c888105305db880e8166c98a3d2fcad9f
- pip warns as the ownership of the cache dir is incorrect and advises
using -H flag
- Fix neutron install
- Replace openstack.org with opendev.org
Change-Id: Ia186c17a61303eda024bd1f71f079e6391088d3d
This patch bumps the hacking, bandit and flake8 requirements to match
suit with similar work (ex [1]). It also updates the code to fix a few
new pep8 errors as well as adds a local tox target for
requirements-check-dev.
[1] https://review.opendev.org/#/c/658245/
Change-Id: I6caeb52dc1a5842338ec989a742ae5989608e0da
Commit Ia4f4b335295c0e6add79fe0db5dd31b4327fdb54 removed all the
neutron-lbaas code from the master (Train) branch
Change-Id: I9035f6238773aad0591436c856550b7a5e01e687
The NSX backend needs each logical router to have a locale-service
entry, which should also be deleted before the router is deleted.
Change-Id: If64c1b67c19906105b07c6facedf5d07ac36176d
As octavia-lib is now a requirement for octavia, the function
for installing neutron projects needs to manage it as well
Change-Id: Ic8950887dc16f6a097ed4e07823c5808d6348be6
The external_network_bridge option is deprecated/legacy and being
removed from neutron (see depends patch). This patch removes the
external_network_bridge option iniset from our devstack scripts.
Depends-On: I07474713206c218710544ad98c08caaa37dbf53a
Change-Id: I0fdac5d6b7108a7bdd7ef271843b1349979ae8d8
In the install phase there is no neutron/plugin directory, needs
to create it with the right ownership, and use '-p' to create the rest of the path.
Improve patch:https://review.openstack.org/#/c/631963/
Change-Id: Ib68d248ca166369e2d63605a04de0266bda9a226
Moving the creation to the install phase as post-install might be
to late, depending on the initialization order
Change-Id: I632b0cfa4eadd215466bd327f484a0e6e3c184b6
Policy does not support dhcp for infra segments yet, so support is
done on manager via passthough API. Same appliance is assumed.
Not covered here (will come as follow up):
- subnet update
- nsx cleanup
Change-Id: I9a64524edd80b1830c5b3dba2c63c087fe46a169
Depends-on: I47a1ec1994808f9ed8ebb00bbcc2bbe0a497a146
FWaaS V2 expects the ml2 config to exist, even though it is not in use for
the vmware-nsx plugins.
This patch adds this file from teh sample file when stacking with FWaaS v2
Change-Id: I198bfa55319dc622c0a3872f818fe022b622fef7
Adding segment profiles to the backend port Including mac learning support,
port security & spoofguard.
In addition - adding the exclude port tag for ports without port security
Change-Id: Ief4a3989316f7b7097c5be6145aae169cde87e8e
And enable the CI test that was blocked with this issue
Depends-on: Ib0ab3baacc65437aa1d822a133bdec2ebf566bd5
Change-Id: I96c6eee726c7da3fa63b7c0da6141a1285581c12
Fixing the ID of the rules remote/local NSX groups,
and adding devstck cleanup for those.
In addition, this patch adds try clauses around all cleanup actions,
to make sure the cleanup runs through even if some actions fail.
Change-Id: I9c0d70ceb174dcf8e00ac209e1eedc4afc833cc8