Commit Graph

8 Commits

Author SHA1 Message Date
Sean McGinnis 7839f35ca3
Retire repo
This patch completes step 2 of the infra project retirement process
found here:

https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content

Reference:

http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015600.html

Depend-on: https://review.opendev.org/737566

Change-Id: Id3a5477860323547a4e17155061f597a8c96640b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-06-23 10:49:40 -05:00
OpenDev Sysadmins c8adf28b09 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:27:58 +00:00
Ian Wienand fcedce07cc 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: Ieb27acc93094ecdaee11649621fc26c453058362
2019-03-24 20:33:30 +00:00
Shachar Snapiri bc8e40553c Add neutron_tempest_plugin to tempest dependencies
This is required for the bgp tests to succeed.
Without it, tests fail as follows:
Failed to import test module: neutron_dynamic_routing.tests.tempest.api.test_bgp_speaker_extensions
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/local/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name
    __import__(name)
  File "/opt/stack/new/neutron-dynamic-routing/neutron_dynamic_routing/tests/tempest/api/test_bgp_speaker_extensions.py", line 21, in <module>
    from neutron_tempest_plugin.api import base
ImportError: No module named neutron_tempest_plugin.api

Resolves-Bug: #1762176
Change-Id: I1d15fe4b1aa43cbb40c85ba448702e3f72052573
2018-04-08 13:19:37 +00:00
Shachar Snapiri 5c63080846 Re-organize the gaterc files to prevent errors
All common configuration was set to common files for the specific ones
to consume.

This allows us to put only the differing configuration, and keep the
common stuff together, and in this way avoid mistakes (e.g. having
selective-proactive on only for etcd/zmq).

Change-Id: Iace7b9116aefbf169245d42ef5ad04525cd72a33
Related-Bug: #1737889
2017-12-26 13:27:41 +02:00
Lihi Wishnitzer 7c5eb3cd4c Rename fullstack gates
Rename the fullstack gates in order to emphasize the difference
between the gates, and what is tested in each gate.

Change-Id: I56200b4eedac14a0b3f3f795d6b952f799a36de1
2017-10-26 17:52:16 +03:00
Shachar Snapiri 295f8364e4 Fix broken dragonflow-dsvm-rally build
We need the to import openstack/neutron-dynamic-routing project somehow.
It is already defined in the required-projects list, so we still have
something missing.

Change-Id: I66f4a3e21a75b73dde6470c34236096f62181746
2017-10-22 14:31:25 +03:00
Eyal Leshem 0a18338d95 Add project-specific zuul config
Move the project-specific zuul configuration from the project-config
project into the dragondflow project.

Co-Authored-By: Shachar Snapiri <shachar.snapiri@huawei.com> 
Change-Id: Ibb4a8263f0fbe8500179db556cff3f441b1efd27
Depends-On: Iceb74b7e8de754b32000f541cfd2366e52f12cbb
2017-10-17 09:28:54 +00:00