From b6bf41a4dac81ea768462e964eda00e3a23683e0 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:52:08 +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 | 4 ++-- tests/collect-logs.yaml | 2 +- tests/playbooks/run.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index cdc80e2..dbc1834 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/ansible-role-nodepool.git +project=windmill/ansible-role-nodepool.git diff --git a/.zuul.yaml b/.zuul.yaml index 254929f..857e080 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,7 +7,7 @@ - tests/playbooks/run-post.yaml post-run: tests/collect-logs.yaml roles: - - zuul: openstack/ansible-role-nodepool + - zuul: windmill/ansible-role-nodepool # Testing for nodepool_install_method: pip - job: @@ -29,7 +29,7 @@ name: ansible-role-nodepool-src parent: ansible-role-nodepool-base required-projects: - - name: openstack-infra/nodepool + - name: zuul/nodepool vars: nodepool_git_update: false nodepool_install_method: git diff --git a/tests/collect-logs.yaml b/tests/collect-logs.yaml index fcbad80..e766155 100644 --- a/tests/collect-logs.yaml +++ b/tests/collect-logs.yaml @@ -38,7 +38,7 @@ - /var/log/nodepool # TODO: Migrate to fetch-zuul-logs when - # https://review.openstack.org/#/c/583346/ is merged. + # https://review.opendev.org/#/c/583346/ is merged. - name: Collect log output synchronize: dest: "{{ zuul.executor.log_root }}/" diff --git a/tests/playbooks/run.yaml b/tests/playbooks/run.yaml index 915330b..5e91797 100644 --- a/tests/playbooks/run.yaml +++ b/tests/playbooks/run.yaml @@ -36,7 +36,7 @@ - name: Register nodepool_git_dest_stat. stat: - path: /home/zuul/src/git.openstack.org/openstack-infra/nodepool + path: /home/zuul/src/opendev.org/zuul/nodepool register: nodepool_git_dest_stat when: nodepool_install_method == 'git'