From 8ec87a9254627029379f6d6355620e96b65387ce Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:52:39 +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 | 46 +++++++++++++++--------------- playbooks/tox-puppet-lint/pre.yaml | 4 +-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.gitreview b/.gitreview index 1b9d6e955a..d44b410d5c 100644 --- a/.gitreview +++ b/.gitreview @@ -1,5 +1,5 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/stx-config.git +project=starlingx/config.git defaultbranch=f/stein diff --git a/.zuul.yaml b/.zuul.yaml index c17ef2659e..304b7a4c8c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -54,9 +54,9 @@ description: | Run py27 test for sysinv required-projects: - - openstack/stx-update - - openstack/stx-fault - - openstack/stx-integ + - starlingx/update + - starlingx/fault + - starlingx/integ files: - sysinv/sysinv/* vars: @@ -69,9 +69,9 @@ description: | Run py35 test for sysinv required-projects: - - openstack/stx-update - - openstack/stx-fault - - openstack/stx-integ + - starlingx/update + - starlingx/fault + - starlingx/integ files: - sysinv/sysinv/* vars: @@ -95,9 +95,9 @@ description: | Run pylint test for sysinv required-projects: - - openstack/stx-update - - openstack/stx-fault - - openstack/stx-integ + - starlingx/update + - starlingx/fault + - starlingx/integ files: - sysinv/sysinv/* vars: @@ -119,8 +119,8 @@ parent: tox description: Run py27 tests for controllerconfig required-projects: - - openstack/stx-update - - openstack/stx-fault + - starlingx/update + - starlingx/fault files: - controllerconfig/* vars: @@ -132,8 +132,8 @@ parent: tox description: Run pylint tests for controllerconfig required-projects: - - openstack/stx-update - - openstack/stx-fault + - starlingx/update + - starlingx/fault files: - controllerconfig/* vars: @@ -155,7 +155,7 @@ parent: tox description: Run pylint tests for configutilities required-projects: - - openstack/stx-update + - starlingx/update files: - configutilities/* vars: @@ -167,9 +167,9 @@ parent: stx-devstack-base timeout: 7800 required-projects: - - openstack/stx-update - - openstack/stx-fault - - openstack/stx-integ + - starlingx/update + - starlingx/fault + - starlingx/integ vars: tox_envlist: functional devstack_services: @@ -202,9 +202,9 @@ files: - sysinv/cgts-client/* required-projects: - - openstack/stx-update - - openstack/stx-fault - - openstack/stx-integ + - starlingx/update + - starlingx/fault + - starlingx/integ vars: tox_envlist: py27 tox_extra_args: -c sysinv/cgts-client/cgts-client/tox.ini @@ -228,9 +228,9 @@ files: - sysinv/cgts-client/* required-projects: - - openstack/stx-update - - openstack/stx-fault - - openstack/stx-integ + - starlingx/update + - starlingx/fault + - starlingx/integ vars: tox_envlist: pylint tox_extra_args: -c sysinv/cgts-client/cgts-client/tox.ini diff --git a/playbooks/tox-puppet-lint/pre.yaml b/playbooks/tox-puppet-lint/pre.yaml index 7328afba9f..94df727931 100644 --- a/playbooks/tox-puppet-lint/pre.yaml +++ b/playbooks/tox-puppet-lint/pre.yaml @@ -1,5 +1,5 @@ # Job cloned from: -# https://github.com/openstack-infra/openstack-zuul-jobs/blob/master/playbooks/legacy/puppet-lint/run.yaml +# https://github.com/openstack/openstack-zuul-jobs/blob/master/playbooks/legacy/puppet-lint/run.yaml # to install gem and puppet-lint in Zuul operating enviroment, # before running puppet-lint within the tox.ini file. The only # modification to this job is to not run puppet-lint here. @@ -42,7 +42,7 @@ dest: . EOF /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT + git://opendev.org $ZUUL_PROJECT executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' environment: '{{ zuul | zuul_legacy_vars }}'