From a0c598cd3dc3bd9f7b3cf1739674017d3e497ee3 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:51:27 +0000 Subject: [PATCH] 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. --- .gitreview | 4 ++-- zuul.d/project.yaml | 2 +- zuul.d/tobiko-devstack.yaml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitreview b/.gitreview index a4bbcaa8b..941fe5a79 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/tobiko.git +project=x/tobiko.git diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index fc42beafc..029f3c32b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,5 +1,5 @@ - project: - name: openstack/tobiko + name: x/tobiko templates: - check-requirements - tempest-plugin-jobs diff --git a/zuul.d/tobiko-devstack.yaml b/zuul.d/tobiko-devstack.yaml index 3c52c169f..6e1fb553c 100644 --- a/zuul.d/tobiko-devstack.yaml +++ b/zuul.d/tobiko-devstack.yaml @@ -10,10 +10,10 @@ test setup. To run a multi-node test inherit from tobiko-devstack and set the nodeset to a multi-node one. required-projects: - - openstack-infra/devstack-gate + - openstack/devstack-gate - openstack/heat - openstack/neutron - - openstack/tobiko + - x/tobiko timeout: 7200 vars: devstack_localrc: @@ -23,9 +23,9 @@ TOBIKO_KEYSTONE_PASSWORD: secret_tobiko TOBIKO_KEYSTONE_PROJECT_NAME: tobiko devstack_plugins: - heat: https://git.openstack.org/openstack/heat.git - neutron: https://git.openstack.org/openstack/neutron.git - tobiko: https://git.openstack.org/openstack/tobiko.git + heat: https://opendev.org/openstack/heat.git + neutron: https://opendev.org/openstack/neutron.git + tobiko: https://opendev.org/x/tobiko.git devstack_services: heat: true h-api: true @@ -80,7 +80,7 @@ devstack_localrc: USE_PYTHON3: true devstack_plugins: - neutron: git://git.openstack.org/openstack/neutron.git + neutron: git://opendev.org/openstack/neutron.git devstack_services: tempest: false heat: false