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.
This commit is contained in:
OpenDev Sysadmins 2019-04-19 19:30:15 +00:00
parent 0bb49e7b91
commit 1f748f3d17
3 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
[gerrit] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/murano.git project=openstack/murano.git

View File

@ -48,8 +48,8 @@
devstack_localrc: devstack_localrc:
MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: true MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: true
devstack_plugins: devstack_plugins:
congress: https://git.openstack.org/openstack/congress congress: https://opendev.org/openstack/congress
mistral: https://git.openstack.org/openstack/mistral mistral: https://opendev.org/openstack/mistral
tempest_test_regex: functional tempest_test_regex: functional
- job: - job:
@ -58,7 +58,7 @@
timeout: 7800 timeout: 7800
vars: vars:
devstack_plugins: 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 rally_task: rally-jobs/task-murano.yaml
required-projects: required-projects:
- openstack/rally-openstack - openstack/rally-openstack
@ -84,8 +84,8 @@
- openstack/murano-tempest-plugin - openstack/murano-tempest-plugin
vars: vars:
devstack_plugins: devstack_plugins:
murano: https://git.openstack.org/openstack/murano murano: https://opendev.org/openstack/murano
heat: https://git.openstack.org/openstack/heat heat: https://opendev.org/openstack/heat
devstack_services: devstack_services:
tempest: true tempest: true
s-account: false s-account: false
@ -126,8 +126,8 @@
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^murano/tests/.*$ - ^murano/tests/.*$
required-projects: required-projects:
- openstack-dev/grenade - openstack/grenade
- openstack-infra/devstack-gate - openstack/devstack-gate
- openstack/heat - openstack/heat
- openstack/murano - openstack/murano
- openstack/murano-dashboard - openstack/murano-dashboard

View File

@ -13,12 +13,12 @@
set -x set -x
cat > clonemap.yaml << EOF cat > clonemap.yaml << EOF
clonemap: clonemap:
- name: openstack-infra/devstack-gate - name: openstack/devstack-gate
dest: devstack-gate dest: devstack-gate
EOF EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \ https://opendev.org \
openstack-infra/devstack-gate openstack/devstack-gate
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}' environment: '{{ zuul | zuul_legacy_vars }}'
@ -30,7 +30,7 @@
cat << 'EOF' >>"/tmp/dg-local.conf" cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]] [[local|localrc]]
TEMPEST_PLUGINS='/opt/stack/new/murano-tempest-plugin /opt/stack/new/heat-tempest-plugin' 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 EOF
executable: /bin/bash executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace' chdir: '{{ ansible_user_dir }}/workspace'
@ -43,7 +43,7 @@
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST_NOTESTS=1 export DEVSTACK_GATE_TEMPEST_NOTESTS=1
export DEVSTACK_GATE_NEUTRON=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/heat $PROJECTS"
export PROJECTS="openstack/python-heatclient $PROJECTS" export PROJECTS="openstack/python-heatclient $PROJECTS"
export PROJECTS="openstack/murano $PROJECTS" export PROJECTS="openstack/murano $PROJECTS"
@ -53,8 +53,8 @@
export PROJECTS="openstack/murano-tempest-plugin $PROJECTS" export PROJECTS="openstack/murano-tempest-plugin $PROJECTS"
export BRANCH_OVERRIDE=default export BRANCH_OVERRIDE=default
export GRENADE_PLUGINRC="enable_grenade_plugin murano https://git.openstack.org/openstack/murano" export GRENADE_PLUGINRC="enable_grenade_plugin murano https://opendev.org/openstack/murano"
export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin heat https://git.openstack.org/openstack/heat" export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin heat https://opendev.org/openstack/heat"
export DEVSTACK_GATE_GRENADE=pullup export DEVSTACK_GATE_GRENADE=pullup