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:42:51 +00:00
parent 58fd90b124
commit ff4ca3e8cb
5 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
[gerrit] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/bifrost.git project=openstack/bifrost.git

View File

@ -2,7 +2,7 @@
name: Autoconverted job legacy-bifrost-integration-dhcp from old job gate-bifrost-integration-dhcp-ubuntu-xenial-nv name: Autoconverted job legacy-bifrost-integration-dhcp from old job gate-bifrost-integration-dhcp-ubuntu-xenial-nv
roles: roles:
- role: bindep - role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}" bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/bifrost'].src_dir }}"
tasks: tasks:
@ -36,7 +36,7 @@
EOF EOF
fi fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
https://git.openstack.org $ZUUL_PROJECT openstack/requirements https://opendev.org $ZUUL_PROJECT openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also # REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case. # no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
@ -54,12 +54,12 @@
cd $WORKSPACE cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://git.openstack.org \ https://opendev.org \
openstack/bifrost \ openstack/bifrost \
openstack/diskimage-builder \ openstack/diskimage-builder \
openstack/ironic \ openstack/ironic \
openstack/python-ironicclient \ openstack/python-ironicclient \
openstack-infra/shade \ openstack/shade \
openstack/openstacksdk \ openstack/openstacksdk \
openstack/ironic-inspector \ openstack/ironic-inspector \
openstack/python-ironic-inspector-client \ openstack/python-ironic-inspector-client \

View File

@ -2,7 +2,7 @@
name: Autoconverted job legacy-bifrost-integration-dibipa-debian from old job gate-bifrost-integration-dibipa-debian-ubuntu-xenial-nv name: Autoconverted job legacy-bifrost-integration-dibipa-debian from old job gate-bifrost-integration-dibipa-debian-ubuntu-xenial-nv
roles: roles:
- role: bindep - role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}" bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/bifrost'].src_dir }}"
tasks: tasks:
@ -36,7 +36,7 @@
EOF EOF
fi fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
https://git.openstack.org $ZUUL_PROJECT openstack/requirements https://opendev.org $ZUUL_PROJECT openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also # REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case. # no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
@ -54,12 +54,12 @@
cd $WORKSPACE cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://git.openstack.org \ https://opendev.org \
openstack/bifrost \ openstack/bifrost \
openstack/diskimage-builder \ openstack/diskimage-builder \
openstack/ironic \ openstack/ironic \
openstack/python-ironicclient \ openstack/python-ironicclient \
openstack-infra/shade \ openstack/shade \
openstack/openstacksdk \ openstack/openstacksdk \
openstack/ironic-inspector \ openstack/ironic-inspector \
openstack/python-ironic-inspector-client \ openstack/python-ironic-inspector-client \

View File

@ -2,7 +2,7 @@
name: Autoconverted job legacy-bifrost-integration-tinyipa from old job gate-bifrost-integration-tinyipa-ubuntu-xenial name: Autoconverted job legacy-bifrost-integration-tinyipa from old job gate-bifrost-integration-tinyipa-ubuntu-xenial
roles: roles:
- role: bindep - role: bindep
bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.org/openstack/bifrost'].src_dir }}" bindep_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/bifrost'].src_dir }}"
tasks: tasks:
@ -46,7 +46,7 @@
EOF EOF
fi fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
https://git.openstack.org openstack/bifrost openstack/requirements https://opendev.org openstack/bifrost openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also # REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case. # no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then
@ -64,11 +64,11 @@
cd $WORKSPACE cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
https://git.openstack.org \ https://opendev.org \
openstack/bifrost \ openstack/bifrost \
openstack/ironic \ openstack/ironic \
openstack/python-ironicclient \ openstack/python-ironicclient \
openstack-infra/shade \ openstack/shade \
openstack/openstacksdk \ openstack/openstacksdk \
openstack/ironic-inspector \ openstack/ironic-inspector \
openstack/python-ironic-inspector-client \ openstack/python-ironic-inspector-client \

View File

@ -18,7 +18,7 @@
- openstack/python-ironic-inspector-client - openstack/python-ironic-inspector-client
- openstack/python-ironicclient - openstack/python-ironicclient
- openstack/requirements - openstack/requirements
- openstack-infra/shade - openstack/shade
- job: - job:
name: bifrost-integration name: bifrost-integration