diff --git a/.gitreview b/.gitreview index 6df73205..1677d0f7 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=openstack/murano-apps.git diff --git a/.zuul.yaml b/.zuul.yaml index 96131636..3178fa12 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,7 +15,7 @@ post-run: playbooks/legacy/murano-apps-refstackclient-unittest/post.yaml timeout: 7800 required-projects: - - openstack-infra/devstack-gate + - openstack/devstack-gate - openstack/murano - openstack/murano-apps - openstack/murano-dashboard diff --git a/playbooks/legacy/murano-apps-refstackclient-unittest/run.yaml b/playbooks/legacy/murano-apps-refstackclient-unittest/run.yaml index 17632090..bfa069c3 100644 --- a/playbooks/legacy/murano-apps-refstackclient-unittest/run.yaml +++ b/playbooks/legacy/murano-apps-refstackclient-unittest/run.yaml @@ -32,7 +32,7 @@ dest: . EOF /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - https://git.openstack.org $ZUUL_PROJECT + https://opendev.org $ZUUL_PROJECT executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' environment: '{{ zuul | zuul_legacy_vars }}' @@ -43,12 +43,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 }}' @@ -59,7 +59,7 @@ set -x cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] - enable_plugin murano https://git.openstack.org/openstack/murano + enable_plugin murano https://opendev.org/openstack/murano disable_service heat h-api h-api-cfn h-api-cw h-eng EOF