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:
3 changed files with 16 additions and 16 deletions
@@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack-dev/devstack.git
project=openstack/devstack.git
22
.zuul.yaml
22
.zuul.yaml
@@ -198,10 +198,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
@@ -308,7 +308,7 @@
less than the normal minimum set of required-projects.
nodeset:openstack-single-node-bionic
required-projects:
- git.openstack.org/openstack/requirements
- opendev.org/openstack/requirements
vars:
devstack_localrc:
# Multinode specific settings
@@ -366,13 +366,13 @@
The run playbook consists of a single role, so it can be easily rewritten
and extended.
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/placement
- 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/placement
- opendev.org/openstack/swift
timeout:7200
vars:
devstack_localrc:
@@ -1,9 +1,9 @@
- name:Find all OpenStack 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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.