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
aee110ca42
commit
5d607a13ba
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/neutron.git
|
project=openstack/neutron.git
|
||||||
|
34
.zuul.yaml
34
.zuul.yaml
@ -108,10 +108,10 @@
|
|||||||
description: Run neutron functional tests
|
description: Run neutron functional tests
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- git.openstack.org/openstack-dev/devstack
|
- opendev.org/openstack/devstack
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
roles:
|
roles:
|
||||||
- zuul: openstack-dev/devstack
|
- zuul: openstack/devstack
|
||||||
pre-run: playbooks/configure_functional_job.yaml
|
pre-run: playbooks/configure_functional_job.yaml
|
||||||
run: playbooks/run_functional_job.yaml
|
run: playbooks/run_functional_job.yaml
|
||||||
post-run: playbooks/post_functional_job.yaml
|
post-run: playbooks/post_functional_job.yaml
|
||||||
@ -164,8 +164,8 @@
|
|||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
USE_PYTHON3: true
|
USE_PYTHON3: true
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
rally-openstack: https://git.openstack.org/openstack/rally-openstack
|
rally-openstack: https://opendev.org/openstack/rally-openstack
|
||||||
neutron: https://git.openstack.org/openstack/neutron
|
neutron: https://opendev.org/openstack/neutron
|
||||||
devstack_services:
|
devstack_services:
|
||||||
neutron-trunk: true
|
neutron-trunk: true
|
||||||
rally_task: rally-jobs/task-neutron.yaml
|
rally_task: rally-jobs/task-neutron.yaml
|
||||||
@ -185,7 +185,7 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
vars:
|
vars:
|
||||||
@ -199,7 +199,7 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
vars:
|
vars:
|
||||||
@ -225,8 +225,8 @@
|
|||||||
post-run: playbooks/legacy/neutron-grenade-multinode/post.yaml
|
post-run: playbooks/legacy/neutron-grenade-multinode/post.yaml
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-dev/grenade
|
- openstack/grenade
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
|
|
||||||
@ -237,8 +237,8 @@
|
|||||||
post-run: playbooks/legacy/neutron-grenade-dvr-multinode/post.yaml
|
post-run: playbooks/legacy/neutron-grenade-dvr-multinode/post.yaml
|
||||||
timeout: 7500
|
timeout: 7500
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-dev/grenade
|
- openstack/grenade
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
|
|
||||||
@ -250,7 +250,7 @@
|
|||||||
roles:
|
roles:
|
||||||
- zuul: openstack/neutron-tempest-plugin
|
- zuul: openstack/neutron-tempest-plugin
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
|
pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
|
||||||
@ -317,13 +317,13 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
vars:
|
vars:
|
||||||
tempest_concurrency: 4
|
tempest_concurrency: 4
|
||||||
devstack_plugins:
|
devstack_plugins:
|
||||||
neutron: https://git.openstack.org/openstack/neutron.git
|
neutron: https://opendev.org/openstack/neutron.git
|
||||||
devstack_services:
|
devstack_services:
|
||||||
tls-proxy: false
|
tls-proxy: false
|
||||||
tempest: true
|
tempest: true
|
||||||
@ -380,8 +380,8 @@
|
|||||||
post-run: playbooks/legacy/neutron-grenade/post.yaml
|
post-run: playbooks/legacy/neutron-grenade/post.yaml
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-dev/grenade
|
- openstack/grenade
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
|
|
||||||
@ -392,7 +392,7 @@
|
|||||||
post-run: playbooks/legacy/neutron-tempest-postgres-full/post.yaml
|
post-run: playbooks/legacy/neutron-tempest-postgres-full/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
|
|
||||||
@ -403,7 +403,7 @@
|
|||||||
post-run: playbooks/legacy/neutron-tempest-with-os-ken-master/post.yaml
|
post-run: playbooks/legacy/neutron-tempest-with-os-ken-master/post.yaml
|
||||||
timeout: 7800
|
timeout: 7800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack-infra/devstack-gate
|
- openstack/devstack-gate
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
|
|
||||||
|
@ -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 }}'
|
||||||
@ -33,7 +33,7 @@
|
|||||||
export DEVSTACK_GATE_GRENADE=pullup
|
export DEVSTACK_GATE_GRENADE=pullup
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||||
# Test DVR upgrade on multinode
|
# Test DVR upgrade on multinode
|
||||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
export PROJECTS="openstack/grenade $PROJECTS"
|
||||||
export DEVSTACK_GATE_NEUTRON_DVR=1
|
export DEVSTACK_GATE_NEUTRON_DVR=1
|
||||||
export BRANCH_OVERRIDE=default
|
export BRANCH_OVERRIDE=default
|
||||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
@ -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 }}'
|
||||||
@ -32,7 +32,7 @@
|
|||||||
export DEVSTACK_GATE_CONFIGDRIVE=0
|
export DEVSTACK_GATE_CONFIGDRIVE=0
|
||||||
export DEVSTACK_GATE_GRENADE=pullup
|
export DEVSTACK_GATE_GRENADE=pullup
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
export PROJECTS="openstack/grenade $PROJECTS"
|
||||||
# Default to non DVR
|
# Default to non DVR
|
||||||
export DEVSTACK_GATE_NEUTRON_DVR=0
|
export DEVSTACK_GATE_NEUTRON_DVR=0
|
||||||
export BRANCH_OVERRIDE=default
|
export BRANCH_OVERRIDE=default
|
||||||
|
@ -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 }}'
|
||||||
@ -41,7 +41,7 @@
|
|||||||
cmd: |
|
cmd: |
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
export PROJECTS="openstack/grenade $PROJECTS"
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TEMPEST=1
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
export DEVSTACK_GATE_GRENADE=pullup
|
export DEVSTACK_GATE_GRENADE=pullup
|
||||||
|
@ -14,12 +14,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 }}'
|
||||||
|
@ -14,12 +14,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 }}'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
tests_venv: "{{ tox_envlist }}"
|
tests_venv: "{{ tox_envlist }}"
|
||||||
base_dir: "{{ ansible_user_dir }}/src/git.openstack.org"
|
base_dir: "{{ ansible_user_dir }}/src/opendev.org"
|
||||||
gate_dest_dir: "{{ base_dir }}/openstack"
|
gate_dest_dir: "{{ base_dir }}/openstack"
|
||||||
devstack_dir: "{{ base_dir }}/openstack-dev/devstack"
|
devstack_dir: "{{ base_dir }}/openstack/devstack"
|
||||||
neutron_dir: "{{ gate_dest_dir }}/neutron"
|
neutron_dir: "{{ gate_dest_dir }}/neutron"
|
||||||
|
Loading…
Reference in New Issue
Block a user