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:
parent
1a789c12f0
commit
15c65485cd
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/vitrage.git
|
project=openstack/vitrage.git
|
||||||
|
16
.zuul.yaml
16
.zuul.yaml
@ -32,7 +32,7 @@
|
|||||||
post-run: playbooks/legacy/vitrage-dsvm-api-py27/post.yaml
|
post-run: playbooks/legacy/vitrage-dsvm-api-py27/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/aodh
|
- openstack/aodh
|
||||||
- openstack/mistral
|
- openstack/mistral
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
@ -50,7 +50,7 @@
|
|||||||
post-run: playbooks/legacy/vitrage-dsvm-api-py3/post.yaml
|
post-run: playbooks/legacy/vitrage-dsvm-api-py3/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/aodh
|
- openstack/aodh
|
||||||
- openstack/mistral
|
- openstack/mistral
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
@ -68,7 +68,7 @@
|
|||||||
post-run: playbooks/legacy/vitrage-dsvm-datasources-py27/post.yaml
|
post-run: playbooks/legacy/vitrage-dsvm-datasources-py27/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/aodh
|
- openstack/aodh
|
||||||
- openstack/mistral
|
- openstack/mistral
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
@ -86,7 +86,7 @@
|
|||||||
post-run: playbooks/legacy/vitrage-dsvm-datasources-py3/post.yaml
|
post-run: playbooks/legacy/vitrage-dsvm-datasources-py3/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/aodh
|
- openstack/aodh
|
||||||
- openstack/mistral
|
- openstack/mistral
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
@ -105,7 +105,7 @@
|
|||||||
post-run: playbooks/legacy/vitrage-dsvm-mock-py27/post.yaml
|
post-run: playbooks/legacy/vitrage-dsvm-mock-py27/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
- openstack/vitrage
|
- openstack/vitrage
|
||||||
- openstack/vitrage-tempest-plugin
|
- openstack/vitrage-tempest-plugin
|
||||||
@ -122,7 +122,7 @@
|
|||||||
post-run: playbooks/legacy/vitrage-dsvm-mock-py3/post.yaml
|
post-run: playbooks/legacy/vitrage-dsvm-mock-py3/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
- openstack/vitrage
|
- openstack/vitrage
|
||||||
- openstack/vitrage-tempest-plugin
|
- openstack/vitrage-tempest-plugin
|
||||||
@ -138,8 +138,8 @@
|
|||||||
post-run: playbooks/legacy/vitrage-grenade/post.yaml
|
post-run: playbooks/legacy/vitrage-grenade/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-dev/grenade
|
- openstack/grenade
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/vitrage
|
- openstack/vitrage
|
||||||
- openstack/python-vitrageclient
|
- openstack/python-vitrageclient
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
|
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
|
@ -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 }}'
|
||||||
@ -29,7 +29,7 @@
|
|||||||
set -x
|
set -x
|
||||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin vitrage https://git.openstack.org/openstack/vitrage
|
enable_plugin vitrage https://opendev.org/openstack/vitrage
|
||||||
# TEMPEST_PLUGINS+=' ../'
|
# TEMPEST_PLUGINS+=' ../'
|
||||||
EOF
|
EOF
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
@ -40,11 +40,11 @@
|
|||||||
cmd: |
|
cmd: |
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
export PROJECTS="openstack/grenade $PROJECTS"
|
||||||
export PROJECTS="openstack/vitrage $PROJECTS"
|
export PROJECTS="openstack/vitrage $PROJECTS"
|
||||||
export PROJECTS="openstack/python-vitrageclient $PROJECTS"
|
export PROJECTS="openstack/python-vitrageclient $PROJECTS"
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export GRENADE_PLUGINRC="enable_grenade_plugin vitrage https://git.openstack.org/openstack/vitrage"
|
export GRENADE_PLUGINRC="enable_grenade_plugin vitrage https://opendev.org/openstack/vitrage"
|
||||||
export DEVSTACK_GATE_TEMPEST=1
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
|
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
|
||||||
export DEVSTACK_GATE_GRENADE=pullup
|
export DEVSTACK_GATE_GRENADE=pullup
|
||||||
|
Loading…
Reference in New Issue
Block a user