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:48:42 +00:00
parent dc5729ad6f
commit 776071613d
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -20,18 +20,18 @@
become: yes
become_user: root
args:
chdir: "src/git.openstack.org/openstack/openstack-ansible"
chdir: "src/opendev.org/openstack/openstack-ansible"
environment:
# ZUUL_PROJECT is used by the log collection functions to enable
# log collection configuration specific to OpenStack CI
ZUUL_PROJECT: "{{ zuul.project.short_name }}"
TEST_EXIT_CODE: "{{ zuul_success | lower }}"
RUN_ARA: "true"
WORKING_DIR: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/openstack-ansible"
WORKING_DIR: "{{ ansible_user_dir }}/src/opendev.org/openstack/openstack-ansible"
- name: Check whether a logs folder exists
stat:
path: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/openstack-ansible/logs"
path: "{{ ansible_user_dir }}/src/opendev.org/openstack/openstack-ansible/logs"
get_attributes: no
get_checksum: no
get_md5: no
@ -40,7 +40,7 @@
- name: Copy logs back to the executor
synchronize:
src: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/openstack-ansible/logs"
src: "{{ ansible_user_dir }}/src/opendev.org/openstack/openstack-ansible/logs"
dest: "{{ zuul.executor.log_root }}/"
mode: pull
rsync_opts:

View File

@ -6,7 +6,7 @@
shell: >-
scripts/gate-check-commit.sh {{ scenario }} {{ action }} {{ install_method }}
args:
chdir: "src/git.openstack.org/openstack/openstack-ansible"
chdir: "src/opendev.org/openstack/openstack-ansible"
executable: /bin/bash
environment:
# ZUUL_SRC_PATH is used by tests/get-ansible-role-requirements to