From ff4ca3e8cb06e0339182df8166545354c47b7f46 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:42:51 +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 | 2 +- playbooks/legacy/bifrost-integration-dhcp/run.yaml | 8 ++++---- .../legacy/bifrost-integration-dibipa-debian/run.yaml | 8 ++++---- playbooks/legacy/bifrost-integration-tinyipa/run.yaml | 8 ++++---- zuul.d/legacy-bifrost-jobs.yaml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitreview b/.gitreview index 78113d225..43b1703eb 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/bifrost.git diff --git a/playbooks/legacy/bifrost-integration-dhcp/run.yaml b/playbooks/legacy/bifrost-integration-dhcp/run.yaml index 862ee43da..b9232ce55 100644 --- a/playbooks/legacy/bifrost-integration-dhcp/run.yaml +++ b/playbooks/legacy/bifrost-integration-dhcp/run.yaml @@ -2,7 +2,7 @@ name: Autoconverted job legacy-bifrost-integration-dhcp from old job gate-bifrost-integration-dhcp-ubuntu-xenial-nv roles: - 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: @@ -36,7 +36,7 @@ EOF fi /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 # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then @@ -54,12 +54,12 @@ cd $WORKSPACE /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - https://git.openstack.org \ + https://opendev.org \ openstack/bifrost \ openstack/diskimage-builder \ openstack/ironic \ openstack/python-ironicclient \ - openstack-infra/shade \ + openstack/shade \ openstack/openstacksdk \ openstack/ironic-inspector \ openstack/python-ironic-inspector-client \ diff --git a/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml b/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml index 705ac53c7..26076d50d 100644 --- a/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml +++ b/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml @@ -2,7 +2,7 @@ name: Autoconverted job legacy-bifrost-integration-dibipa-debian from old job gate-bifrost-integration-dibipa-debian-ubuntu-xenial-nv roles: - 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: @@ -36,7 +36,7 @@ EOF fi /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 # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then @@ -54,12 +54,12 @@ cd $WORKSPACE /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - https://git.openstack.org \ + https://opendev.org \ openstack/bifrost \ openstack/diskimage-builder \ openstack/ironic \ openstack/python-ironicclient \ - openstack-infra/shade \ + openstack/shade \ openstack/openstacksdk \ openstack/ironic-inspector \ openstack/python-ironic-inspector-client \ diff --git a/playbooks/legacy/bifrost-integration-tinyipa/run.yaml b/playbooks/legacy/bifrost-integration-tinyipa/run.yaml index 2190a5473..ed79f114d 100644 --- a/playbooks/legacy/bifrost-integration-tinyipa/run.yaml +++ b/playbooks/legacy/bifrost-integration-tinyipa/run.yaml @@ -2,7 +2,7 @@ name: Autoconverted job legacy-bifrost-integration-tinyipa from old job gate-bifrost-integration-tinyipa-ubuntu-xenial roles: - 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: @@ -46,7 +46,7 @@ EOF fi /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 # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then @@ -64,11 +64,11 @@ cd $WORKSPACE /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - https://git.openstack.org \ + https://opendev.org \ openstack/bifrost \ openstack/ironic \ openstack/python-ironicclient \ - openstack-infra/shade \ + openstack/shade \ openstack/openstacksdk \ openstack/ironic-inspector \ openstack/python-ironic-inspector-client \ diff --git a/zuul.d/legacy-bifrost-jobs.yaml b/zuul.d/legacy-bifrost-jobs.yaml index c5e045532..87f695d66 100644 --- a/zuul.d/legacy-bifrost-jobs.yaml +++ b/zuul.d/legacy-bifrost-jobs.yaml @@ -18,7 +18,7 @@ - openstack/python-ironic-inspector-client - openstack/python-ironicclient - openstack/requirements - - openstack-infra/shade + - openstack/shade - job: name: bifrost-integration