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:29:26 +00:00
parent 50920bd50b
commit 4c66f5cf82
7 changed files with 16 additions and 16 deletions

View File

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

View File

@ -40,19 +40,19 @@
- openstack/manila-tempest-plugin - openstack/manila-tempest-plugin
- openstack/python-tempestconf - openstack/python-tempestconf
- openstack/tempest - openstack/tempest
- openstack-dev/devstack - openstack/devstack
roles: roles:
- zuul: openstack/python-tempestconf - zuul: openstack/python-tempestconf
- zuul: openstack/tempest - zuul: openstack/tempest
- zuul: openstack-dev/devstack - zuul: openstack/devstack
vars: vars:
zuul_copy_output: zuul_copy_output:
'{{ devstack_base_dir }}/tempest/tempest.log': logs '{{ devstack_base_dir }}/tempest/tempest.log': logs
'{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs
'{{ zuul.project.src_dir }}/etc/accounts.yaml': logs '{{ zuul.project.src_dir }}/etc/accounts.yaml': logs
devstack_plugins: devstack_plugins:
manila: https://git.openstack.org/openstack/manila manila: https://opendev.org/openstack/manila
manila-ui: https://git.openstack.org/openstack/manila-ui manila-ui: https://opendev.org/openstack/manila-ui
devstack_localrc: devstack_localrc:
MANILA_USE_UWSGI: False MANILA_USE_UWSGI: False
MANILA_USE_MOD_WSGI: False MANILA_USE_MOD_WSGI: False
@ -67,16 +67,16 @@
parent: packstack-allinone parent: packstack-allinone
description: Base job for python-tempestconf on packstack environment description: Base job for python-tempestconf on packstack environment
required-projects: required-projects:
- openstack/packstack - x/packstack
- openstack/python-tempestconf - openstack/python-tempestconf
- openstack/tempest - openstack/tempest
- openstack-dev/devstack - openstack/devstack
post-run: playbooks/upload-logs.yaml post-run: playbooks/upload-logs.yaml
roles: roles:
- zuul: openstack/packstack - zuul: x/packstack
- zuul: openstack/python-tempestconf - zuul: openstack/python-tempestconf
- zuul: openstack/tempest - zuul: openstack/tempest
- zuul: openstack-dev/devstack - zuul: openstack/devstack
vars: vars:
tempest_concurrency: 2 tempest_concurrency: 2
scenario: scenario000 scenario: scenario000

View File

@ -1,6 +1,6 @@
- hosts: all - hosts: all
roles: roles:
# the role is inherited from openstack-dev/devstack project # the role is inherited from openstack/devstack project
- run-devstack - run-devstack
- hosts: tempest - hosts: tempest
@ -8,7 +8,7 @@
# It's important that OS_AUTH_URL is in this format: # It's important that OS_AUTH_URL is in this format:
# <protocol>://<host>/identity/v3 # <protocol>://<host>/identity/v3
# In some cases it can be only: <protocol>://<host>:5000 # In some cases it can be only: <protocol>://<host>:5000
# https://github.com/openstack-dev/devstack/blob/2c9343e5db44fa7a41ca6924737331dd9088ef8f/openrc#L87-L89 # https://github.com/openstack/devstack/blob/2c9343e5db44fa7a41ca6924737331dd9088ef8f/openrc#L87-L89
# (mkopec) That would end up with an HTTP MaxRetryError to <host>:5000, # (mkopec) That would end up with an HTTP MaxRetryError to <host>:5000,
# therefor OS_AUTH_URL is defined manually # therefor OS_AUTH_URL is defined manually
set_auth_url: "OS_AUTH_URL=$SERVICE_PROTOCOL://$SERVICE_HOST/identity/v3" set_auth_url: "OS_AUTH_URL=$SERVICE_PROTOCOL://$SERVICE_HOST/identity/v3"

View File

@ -3,12 +3,12 @@
test_demo_user: "{{ test_demo is defined }}" test_demo_user: "{{ test_demo is defined }}"
tasks: tasks:
# packstack-integration-tempest role is inherited from # packstack-integration-tempest role is inherited from
# openstack/packstack project # x/packstack project
- name: Install packstack allinone - name: Install packstack allinone
include_role: include_role:
name: packstack-integration-tempest name: packstack-integration-tempest
# setup-tempest-user, setup-stack-user and setup-devstack-source-dirs # setup-tempest-user, setup-stack-user and setup-devstack-source-dirs
# are inherited from openstack-dev/devstack # are inherited from openstack/devstack
- name: Setup Stack user - name: Setup Stack user
include_role: include_role:
name: setup-stack-user name: setup-stack-user

View File

@ -77,4 +77,4 @@
when: accounts_file_destination is defined when: accounts_file_destination is defined
vars: vars:
tempest_src_relative_path: "{{ zuul.projects['git.openstack.org/openstack/tempest'].src_dir }}" tempest_src_relative_path: "{{ zuul.projects['opendev.org/openstack/tempest'].src_dir }}"

View File

@ -99,4 +99,4 @@
cat {{ tempestconf_src_relative_path }}/etc/cloud_tempest.conf cat {{ tempestconf_src_relative_path }}/etc/cloud_tempest.conf
vars: vars:
tempestconf_src_relative_path: "{{ zuul.projects['git.openstack.org/openstack/python-tempestconf'].src_dir }}" tempestconf_src_relative_path: "{{ zuul.projects['opendev.org/openstack/python-tempestconf'].src_dir }}"

View File

@ -68,4 +68,4 @@
when: output_path is defined when: output_path is defined
vars: vars:
tempestconf_src_relative_path: "{{ zuul.projects['git.openstack.org/openstack/python-tempestconf'].src_dir }}" tempestconf_src_relative_path: "{{ zuul.projects['opendev.org/openstack/python-tempestconf'].src_dir }}"