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.
diff --git a/.zuul.yaml b/.zuul.yaml
index 380a20b..9c2925d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -9,7 +9,7 @@
- name: openstack/patrole
timeout: 7800
roles:
- - zuul: openstack-dev/devstack
+ - zuul: openstack/devstack
# Define common irrelevant files to use everywhere else
irrelevant-files: &patrole-irrelevant-files
- ^(test-|)requirements.txt$
@@ -24,7 +24,7 @@
devstack_localrc:
TEMPEST_PLUGINS: "'/opt/stack/patrole'"
devstack_plugins:
- patrole: https://git.openstack.org/openstack/patrole.git
+ patrole: https://opendev.org/openstack/patrole.git
devstack_services:
tempest: true
neutron: true
@@ -47,15 +47,15 @@
branches:
- master
required-projects:
- - openstack-infra/devstack-gate
+ - openstack/devstack-gate
- openstack/tempest
- openstack/patrole
irrelevant-files: *patrole-irrelevant-files
vars:
devstack_localrc:
- TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/patrole'"
+ TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/opendev.org/openstack/patrole'"
devstack_plugins:
- patrole: https://git.openstack.org/openstack/patrole.git
+ patrole: https://opendev.org/openstack/patrole.git
devstack_services:
tempest: true
neutron: true
@@ -162,9 +162,9 @@
devstack_localrc:
TEMPEST_PLUGINS: "'/opt/stack/patrole /opt/stack/neutron-tempest-plugin'"
devstack_plugins:
- neutron: https://git.openstack.org/openstack/neutron.git
- patrole: https://git.openstack.org/openstack/patrole.git
- neutron-tempest-plugin: https://git.openstack.org/openstack/neutron-tempest-plugin.git
+ neutron: https://opendev.org/openstack/neutron.git
+ patrole: https://opendev.org/openstack/patrole.git
+ neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
devstack_services:
tempest: true
neutron: true