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:49:48 +00:00
parent d56c68f749
commit 140ff03920
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
[gerrit] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/ara project=recordsansible/ara
defaultbranch=feature/1.0 defaultbranch=feature/1.0

View File

@ -61,7 +61,7 @@
pre-run: tests/role-integration-pre.yaml pre-run: tests/role-integration-pre.yaml
run: playbooks/ara_api.yaml run: playbooks/ara_api.yaml
vars: vars:
ara_api_source: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/ara" ara_api_source: "{{ ansible_user_dir }}/src/opendev.org/recordsansible/ara"
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
- job: - job:
@ -94,11 +94,11 @@
- package.json - package.json
- package-lock.json - package-lock.json
required-projects: required-projects:
- openstack/ara-web - recordsansible/ara-web
run: playbooks/ara_web.yaml run: playbooks/ara_web.yaml
post-run: tests/role-ara-web-post.yaml post-run: tests/role-ara-web-post.yaml
vars: vars:
ara_web_source: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/ara-web" ara_web_source: "{{ ansible_user_dir }}/src/opendev.org/recordsansible/ara-web"
ara_web_api_server: "https://api.demo.recordsansible.org" ara_web_api_server: "https://api.demo.recordsansible.org"
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
@ -163,8 +163,8 @@
- job: - job:
name: ara-upload-git-mirror name: ara-upload-git-mirror
parent: upload-git-mirror parent: upload-git-mirror
description: Mirrors openstack/ara to ansible-community/ara description: Mirrors recordsansible/ara to ansible-community/ara
allowed-projects: openstack/ara allowed-projects: recordsansible/ara
vars: vars:
git_mirror_repository: ansible-community/ara git_mirror_repository: ansible-community/ara
secrets: secrets:

View File

@ -37,7 +37,7 @@ ara_api_install_method: source
# When installing from source, the URL or filesystem path where the git source # When installing from source, the URL or filesystem path where the git source
# repository can be cloned from. # repository can be cloned from.
ara_api_source: "https://git.openstack.org/openstack/ara" ara_api_source: "https://opendev.org/recordsansible/ara"
# When installing from source, location where the source repository will be checked out to. # When installing from source, location where the source repository will be checked out to.
ara_api_source_checkout: "{{ ara_api_root_dir }}/git/ara" ara_api_source_checkout: "{{ ara_api_root_dir }}/git/ara"

View File

@ -29,7 +29,7 @@
- name: Set location of the git repository with Zuul - name: Set location of the git repository with Zuul
set_fact: set_fact:
_ara_tests_repository: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/ara" _ara_tests_repository: "{{ ansible_user_dir }}/src/opendev.org/recordsansible/ara"
when: zuul is defined when: zuul is defined
- name: Set location of the git repository without Zuul - name: Set location of the git repository without Zuul

View File

@ -28,7 +28,7 @@ ara_web_static_dir: "{{ ara_web_root_dir }}/www/ara-web"
ara_web_install_method: source ara_web_install_method: source
# When installing from source, the location of the remote or local git repository # When installing from source, the location of the remote or local git repository
ara_web_source: "https://git.openstack.org/openstack/ara-web" ara_web_source: "https://opendev.org/recordsansible/ara-web"
# Location where ara-web will be checked out # Location where ara-web will be checked out
ara_web_source_checkout: "{{ ara_web_root_dir }}/git/ara-web" ara_web_source_checkout: "{{ ara_web_root_dir }}/git/ara-web"