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.
This commit is contained in:
OpenDev Sysadmins
2019-04-19 19:43:19 +00:00
parent 4138b301fb
commit 64574eb6f1
3 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack-dev/devstack.git
project=openstack/devstack.git
defaultbranch=stable/rocky

View File

@@ -83,10 +83,10 @@
job.group-vars.peers, which is what is used by multi node jobs for subnode
nodes (everything but the controller).
required-projects:
- git.openstack.org/openstack-dev/devstack
- opendev.org/openstack/devstack
roles:
- zuul: git.openstack.org/openstack-infra/devstack-gate
- zuul: git.openstack.org/openstack-infra/openstack-zuul-jobs
- zuul: opendev.org/openstack/devstack-gate
- zuul: opendev.org/openstack/openstack-zuul-jobs
vars:
devstack_localrc:
DATABASE_PASSWORD: secretdatabase
@@ -191,7 +191,7 @@
less than the normal minimum set of required-projects.
nodeset: openstack-single-node
required-projects:
- git.openstack.org/openstack/requirements
- opendev.org/openstack/requirements
vars:
devstack_localrc:
# Multinode specific settings
@@ -250,12 +250,12 @@
and extended.
nodeset: openstack-single-node
required-projects:
- git.openstack.org/openstack/cinder
- git.openstack.org/openstack/glance
- git.openstack.org/openstack/keystone
- git.openstack.org/openstack/neutron
- git.openstack.org/openstack/nova
- git.openstack.org/openstack/swift
- opendev.org/openstack/cinder
- opendev.org/openstack/glance
- opendev.org/openstack/keystone
- opendev.org/openstack/neutron
- opendev.org/openstack/nova
- opendev.org/openstack/swift
timeout: 7200
vars:
devstack_localrc:

View File

@@ -1,9 +1,9 @@
- name: Find all source repos used by this job
find:
paths:
- src/git.openstack.org/openstack
- src/git.openstack.org/openstack-dev
- src/git.openstack.org/openstack-infra
- src/opendev.org/openstack
- src/opendev.org/openstack-dev
- src/opendev.org/openstack-infra
file_type: directory
register: found_repos