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:40:27 +00:00
parent 51f8550b02
commit 29510701eb
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -16,7 +16,7 @@
timeout: 7200 timeout: 7200
vars: vars:
devstack_plugins: devstack_plugins:
devstack-plugin-ceph: https://git.openstack.org/openstack/devstack-plugin-ceph devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph
devstack_localrc: devstack_localrc:
ENABLE_FILE_INJECTION: false ENABLE_FILE_INJECTION: false
TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
@ -24,7 +24,7 @@
tox_envlist: all tox_envlist: all
tempest_test_regex: | tempest_test_regex: |
(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin))
tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["git.openstack.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_blacklist.txt' tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_blacklist.txt'
- job: - job:
name: devstack-plugin-ceph-tempest name: devstack-plugin-ceph-tempest
@ -71,11 +71,11 @@
TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
ENABLE_VOLUME_MULTIATTACH: false ENABLE_VOLUME_MULTIATTACH: false
devstack_plugins: devstack_plugins:
devstack-plugin-ceph: https://git.openstack.org/openstack/devstack-plugin-ceph devstack-plugin-ceph: https://opendev.org/openstack/devstack-plugin-ceph
tox_envlist: all tox_envlist: all
tempest_test_regex: | tempest_test_regex: |
(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin))
tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["git.openstack.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_blacklist.txt' tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_blacklist.txt'
- job: - job:
name: devstack-plugin-ceph-tempest-py3 name: devstack-plugin-ceph-tempest-py3