From 62da2984b8c91d72fd50ab2de1b2db818934065b Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:40:45 +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 +- .zuul.yaml | 10 +++++----- playbooks/legacy/grenade-devstack-watcher/run.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitreview b/.gitreview index 9c9a5332a..2f2799414 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/watcher.git diff --git a/.zuul.yaml b/.zuul.yaml index 2ca8f5145..806cf040d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -156,7 +156,7 @@ live_migration: true block_migration_for_live_migration: true devstack_plugins: - ceilometer: https://git.openstack.org/openstack/ceilometer + ceilometer: https://opendev.org/openstack/ceilometer - job: name: watcher-tempest-functional @@ -164,7 +164,7 @@ timeout: 7200 required-projects: - openstack/ceilometer - - openstack-infra/devstack-gate + - openstack/devstack-gate - openstack/python-openstackclient - openstack/python-watcherclient - openstack/watcher @@ -172,7 +172,7 @@ - openstack/tempest vars: devstack_plugins: - watcher: https://git.openstack.org/openstack/watcher + watcher: https://opendev.org/openstack/watcher devstack_services: tls-proxy: false watcher-api: true @@ -211,8 +211,8 @@ - ^tools/.*$ - ^tox.ini$ required-projects: - - openstack-dev/grenade - - openstack-infra/devstack-gate + - openstack/grenade + - openstack/devstack-gate - openstack/watcher - openstack/python-watcherclient - openstack/watcher-tempest-plugin diff --git a/playbooks/legacy/grenade-devstack-watcher/run.yaml b/playbooks/legacy/grenade-devstack-watcher/run.yaml index 3ccdfc01a..62eddf2bd 100644 --- a/playbooks/legacy/grenade-devstack-watcher/run.yaml +++ b/playbooks/legacy/grenade-devstack-watcher/run.yaml @@ -13,12 +13,12 @@ set -x cat > clonemap.yaml << EOF clonemap: - - name: openstack-infra/devstack-gate + - name: openstack/devstack-gate dest: devstack-gate EOF /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ - https://git.openstack.org \ - openstack-infra/devstack-gate + https://opendev.org \ + openstack/devstack-gate executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' environment: '{{ zuul | zuul_legacy_vars }}' @@ -29,13 +29,13 @@ set -x export PYTHONUNBUFFERED=true - export PROJECTS="openstack-dev/grenade $PROJECTS" + export PROJECTS="openstack/grenade $PROJECTS" export PROJECTS="openstack/watcher $PROJECTS" export PROJECTS="openstack/watcher-tempest-plugin $PROJECTS" export PROJECTS="openstack/python-watcherclient $PROJECTS" export DEVSTACK_PROJECT_FROM_GIT="python-watcherclient $DEVSTACK_PROJECT_FROM_GIT" - export GRENADE_PLUGINRC="enable_grenade_plugin watcher https://git.openstack.org/openstack/watcher" + export GRENADE_PLUGINRC="enable_grenade_plugin watcher https://opendev.org/openstack/watcher" export DEVSTACK_LOCAL_CONFIG+=$'\n'"export TEMPEST_PLUGINS='/opt/stack/new/watcher-tempest-plugin'" export DEVSTACK_GATE_TEMPEST_NOTESTS=1