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]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/murano.git

View File

@ -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

View File

@ -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