From 247b56d07c22bfed3cb17ea8c38afa6222e13e9c Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:50:15 +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.yaml | 2 +- playbooks/packstack-fedora-pre.yaml | 2 +- playbooks/packstack-post-compute.yaml | 2 +- playbooks/packstack-pre.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index acd998c5e..463987619 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/packstack.git +project=x/packstack.git diff --git a/.zuul.yaml b/.zuul.yaml index 5c9d911ea..a1285418c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,7 +7,7 @@ - ^docs/.*$ - ^releasenotes/.*$ required-projects: - - openstack/packstack + - x/packstack - openstack/puppet-aodh - openstack/puppet-ceilometer - openstack/puppet-cinder diff --git a/playbooks/packstack-fedora-pre.yaml b/playbooks/packstack-fedora-pre.yaml index ccca0e48e..a791ae120 100644 --- a/playbooks/packstack-fedora-pre.yaml +++ b/playbooks/packstack-fedora-pre.yaml @@ -8,7 +8,7 @@ - shell: cmd: | - cp -pr /home/zuul/src/git.openstack.org/openstack/packstack {{ ansible_user_dir }}/workspace + cp -pr /home/zuul/src/opendev.org/x/packstack {{ ansible_user_dir }}/workspace - shell: cmd: | diff --git a/playbooks/packstack-post-compute.yaml b/playbooks/packstack-post-compute.yaml index c54f092af..6f1e46ec0 100644 --- a/playbooks/packstack-post-compute.yaml +++ b/playbooks/packstack-post-compute.yaml @@ -13,7 +13,7 @@ - shell: cmd: | - source /home/zuul/src/git.openstack.org/openstack/packstack/tools/copy-logs.sh + source /home/zuul/src/opendev.org/x/packstack/tools/copy-logs.sh recover_default_logs mv /tmp/logs/* /tmp/compute mv /tmp/compute /tmp/logs diff --git a/playbooks/packstack-pre.yaml b/playbooks/packstack-pre.yaml index 9a3014738..eb5af8316 100644 --- a/playbooks/packstack-pre.yaml +++ b/playbooks/packstack-pre.yaml @@ -8,7 +8,7 @@ - shell: cmd: | - cp -pr /home/zuul/src/git.openstack.org/openstack/packstack {{ ansible_user_dir }}/workspace + cp -pr /home/zuul/src/opendev.org/x/packstack {{ ansible_user_dir }}/workspace - shell: cmd: |