diff --git a/.gitreview b/.gitreview index d4ded8b3f..cc9c40248 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/murano.git diff --git a/.zuul.yaml b/.zuul.yaml index 02c1cde52..5ebdf2ec9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -48,8 +48,8 @@ devstack_localrc: MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: true devstack_plugins: - congress: https://git.openstack.org/openstack/congress - mistral: https://git.openstack.org/openstack/mistral + congress: https://opendev.org/openstack/congress + mistral: https://opendev.org/openstack/mistral tempest_test_regex: functional - job: @@ -58,7 +58,7 @@ timeout: 7800 vars: devstack_plugins: - rally-openstack: https://git.openstack.org/openstack/rally-openstack + rally-openstack: https://opendev.org/openstack/rally-openstack rally_task: rally-jobs/task-murano.yaml required-projects: - openstack/rally-openstack @@ -84,8 +84,8 @@ - openstack/murano-tempest-plugin vars: devstack_plugins: - murano: https://git.openstack.org/openstack/murano - heat: https://git.openstack.org/openstack/heat + murano: https://opendev.org/openstack/murano + heat: https://opendev.org/openstack/heat devstack_services: tempest: true s-account: false @@ -126,8 +126,8 @@ - ^releasenotes/.*$ - ^murano/tests/.*$ required-projects: - - openstack-dev/grenade - - openstack-infra/devstack-gate + - openstack/grenade + - openstack/devstack-gate - openstack/heat - openstack/murano - openstack/murano-dashboard diff --git a/playbooks/legacy/grenade-devstack-murano/run.yaml b/playbooks/legacy/grenade-devstack-murano/run.yaml index 7cf06b05f..c4bc13381 100644 --- a/playbooks/legacy/grenade-devstack-murano/run.yaml +++ b/playbooks/legacy/grenade-devstack-murano/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 }}' @@ -30,7 +30,7 @@ cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] TEMPEST_PLUGINS='/opt/stack/new/murano-tempest-plugin /opt/stack/new/heat-tempest-plugin' - enable_plugin heat https://git.openstack.org/openstack/heat + enable_plugin heat https://opendev.org/openstack/heat EOF executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' @@ -43,7 +43,7 @@ export PYTHONUNBUFFERED=true export DEVSTACK_GATE_TEMPEST_NOTESTS=1 export DEVSTACK_GATE_NEUTRON=1 - export PROJECTS="openstack-dev/grenade $PROJECTS" + export PROJECTS="openstack/grenade $PROJECTS" export PROJECTS="openstack/heat $PROJECTS" export PROJECTS="openstack/python-heatclient $PROJECTS" export PROJECTS="openstack/murano $PROJECTS" @@ -53,8 +53,8 @@ export PROJECTS="openstack/murano-tempest-plugin $PROJECTS" export BRANCH_OVERRIDE=default - export GRENADE_PLUGINRC="enable_grenade_plugin murano https://git.openstack.org/openstack/murano" - export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin heat https://git.openstack.org/openstack/heat" + export GRENADE_PLUGINRC="enable_grenade_plugin murano https://opendev.org/openstack/murano" + export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin heat https://opendev.org/openstack/heat" export DEVSTACK_GATE_GRENADE=pullup