Commit Graph

6 Commits

Author SHA1 Message Date
Sean Mooney 1ed44bd400 move os-vif-ovs to be a non legacy job.
This change removes the legacy os-vif-ovs
job and repelaces it with a native zuul v3
version. Both the old and new os-vif-ovs job
currently execute tempest-full but this should
be reduced but that is left to a follow up
patch as this is is intended as a direct refactor.

Change-Id: I7965a848d1d682760affd9a03ee7e052a69de57d
2020-01-22 14:39:19 +00:00
Eric Fried 7bad0f93bb Drop python2 support and testing
Change-Id: I1ce77e223674013754408b2db42b1fb6e80bb32b
2020-01-03 12:07:39 +00:00
OpenDev Sysadmins 1f78150fad OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:37:13 +00:00
Ian Wienand a7ee27ec97 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I9fda4019c6b9f950a7349aad9b85a80af1fc5055
2019-03-24 20:35:21 +00:00
Rodolfo Alonso Hernandez 1546d349b1 Add native implementation OVSDB API
Added native implementation OVSDB API. Both APIs may be enabled
via configuration file. The default one is the CLI vsctl.

A new configuration variable, ``ovsdb_connection``, is added to
define the connection string for the OVSDB backend.

Added functional tests to vif_plug_ovs. This commit also includes
the base functions to execute functional tests and a set of them
to test the OVSDB APIs: native and ovs-vsctl.

Closes-Bug: #1666917
Change-Id: I86fbf8c67572e51889eb091d7bff7f9350b52481
2019-02-26 18:15:14 +00:00
Sean Mooney afee563d00 move legacy-tempest-dsvm-nova-os-vif to repo
- This change ports the legacy-tempest-dsvm-nova-os-vif
  job to be in repo as os-vif-ovs.
- The os-vif-ovs will be converted
  to use the non legacy workflow in a follow up commit.
- This change adds os-vif-ovs
  to the gate and check pipelines.
- legacy-tempest-dsvm-nova-os-vif will be removed
  form the os-vif jobs in project-config in a follow up
  commit.

Change-Id: Ida41a4ec5602482406c7401621498deeee9f1b8b
2018-07-06 08:08:54 +02:00