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: |