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
0e1b3dbb4a
commit
b79d5e7cdf
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/ec2-api.git
|
||||
|
@ -5,7 +5,7 @@
|
||||
post-run: playbooks/legacy/ec2-api-functional-neutron/post.yaml
|
||||
timeout: 7800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack/devstack-gate
|
||||
- openstack/ec2-api
|
||||
- openstack/neutron
|
||||
- openstack/neutron-tempest-plugin
|
||||
@ -18,10 +18,10 @@
|
||||
post-run: playbooks/legacy/ec2-api-functional-neutron-full/post.yaml
|
||||
timeout: 10800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack/devstack-gate
|
||||
- openstack/ec2-api
|
||||
- openstack/neutron
|
||||
- openstack/swift3
|
||||
- x/swift3
|
||||
- openstack/neutron-tempest-plugin
|
||||
- openstack/ec2api-tempest-plugin
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
post-run: playbooks/legacy/ec2-api-rally-fakevirt/post.yaml
|
||||
timeout: 7800
|
||||
required-projects:
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack/devstack-gate
|
||||
- openstack/ec2-api
|
||||
- openstack/rally
|
||||
|
||||
|
@ -14,12 +14,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,8 +30,8 @@
|
||||
set -x
|
||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||
[[local|localrc]]
|
||||
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
|
||||
enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
|
||||
enable_plugin ec2-api https://opendev.org/openstack/ec2-api
|
||||
enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
|
||||
TEMPEST_PLUGINS='/opt/stack/new/ec2api-tempest-plugin'
|
||||
RUN_LONG_TESTS=1
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
|
||||
export PROJECTS="openstack/ec2-api $PROJECTS"
|
||||
export PROJECTS="openstack/swift3 $PROJECTS"
|
||||
export PROJECTS="x/swift3 $PROJECTS"
|
||||
export PROJECTS="openstack/neutron-tempest-plugin $PROJECTS"
|
||||
export ENABLED_SERVICES+=,swift3
|
||||
export PROJECTS="openstack/ec2api-tempest-plugin $PROJECTS"
|
||||
|
@ -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 }}'
|
||||
@ -29,8 +29,8 @@
|
||||
set -x
|
||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||
[[local|localrc]]
|
||||
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
|
||||
enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
|
||||
enable_plugin ec2-api https://opendev.org/openstack/ec2-api
|
||||
enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
|
||||
TEMPEST_PLUGINS='/opt/stack/new/ec2api-tempest-plugin'
|
||||
|
||||
EOF
|
||||
|
@ -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 }}'
|
||||
@ -29,8 +29,8 @@
|
||||
set -x
|
||||
cat << 'EOF' >>"/tmp/dg-local.conf"
|
||||
[[local|localrc]]
|
||||
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
|
||||
enable_plugin rally https://git.openstack.org/openstack/rally
|
||||
enable_plugin ec2-api https://opendev.org/openstack/ec2-api
|
||||
enable_plugin rally https://opendev.org/openstack/rally
|
||||
|
||||
EOF
|
||||
executable: /bin/bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user