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
82c76cd638
commit
db85f97e1d
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/tripleo-quickstart-extras.git
|
||||
|
@ -18,12 +18,12 @@ artg_skipped_projects:
|
||||
- openstack/tripleo-quickstart
|
||||
- openstack/tripleo-quickstart-extras
|
||||
- openstack/tripleo-upgrade
|
||||
- openstack/browbeat
|
||||
- x/browbeat
|
||||
- openstack/tripleo-ha-utils
|
||||
- openstack-dev/grenade
|
||||
- openstack-infra/project-config
|
||||
- openstack-infra/tripleo-ci
|
||||
- openstack-infra/zuul-jobs
|
||||
- openstack/grenade
|
||||
- openstack/project-config
|
||||
- openstack/tripleo-ci
|
||||
- zuul/zuul-jobs
|
||||
- openstack/openstack-virtual-baremetal
|
||||
- openstack/openstack-ansible-os_tempest
|
||||
- openstack/ansible-role-python_venv_build
|
||||
|
@ -189,7 +189,7 @@
|
||||
|
||||
- name: Parse Zuul changes
|
||||
zuul_deps:
|
||||
host: "{{ lookup('env', 'ZUUL_URL')|default('https://review.openstack.org', true) }}"
|
||||
host: "{{ lookup('env', 'ZUUL_URL')|default('https://review.opendev.org', true) }}"
|
||||
changes: "{{ lookup('env', 'ZUUL_CHANGES') }}"
|
||||
branch: "{{ lookup('env', 'ZUUL_BRANCH') }}"
|
||||
when: zuul_changes != ""
|
||||
|
@ -4,7 +4,7 @@
|
||||
# confirmed variables for deploy and mixed upgrade
|
||||
# GOOD
|
||||
# docker_registry_namespace
|
||||
# http://git.openstack.org/cgit/openstack/tripleo-quickstart/tree/config/release/tripleo-ci/CentOS-7/master-undercloud-queens-overcloud.yml
|
||||
# http://opendev.org/cgit/openstack/tripleo-quickstart/tree/config/release/tripleo-ci/CentOS-7/master-undercloud-queens-overcloud.yml
|
||||
|
||||
- name: set docker_registry_namespace_used
|
||||
set_fact:
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
# get_build_command is passing the current hash
|
||||
# plus the latest dlrn hash and I'm not sure why
|
||||
# http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/roles/run-test/templates/oooq_common_functions.sh.j2#n155
|
||||
# http://opendev.org/cgit/openstack/tripleo-ci/tree/roles/run-test/templates/oooq_common_functions.sh.j2#n155
|
||||
- when: get_build_command is defined
|
||||
block:
|
||||
- name: execute build_command
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
- name: Copy the generate toci templates and files
|
||||
copy:
|
||||
src: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/{{ item }}"
|
||||
src: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/{{ item }}"
|
||||
dest: "{{ artcl_collect_dir }}/{{ old_reproducer_dir }}/{{ item }}"
|
||||
mode: 0755
|
||||
with_items:
|
||||
@ -33,12 +33,12 @@
|
||||
|
||||
- name: Check if featureset-override exists
|
||||
stat:
|
||||
path: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
path: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
register: featureset_override_file
|
||||
|
||||
- name: Add the featureset-override if it exists
|
||||
copy:
|
||||
src: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
src: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
dest: "{{ artcl_collect_dir }}/{{ old_reproducer_dir }}/featureset-override.yaml"
|
||||
mode: 0755
|
||||
when: featureset_override_file.stat.exists
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
- name: Copy the generated toci templates and files
|
||||
copy:
|
||||
src: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/{{ item }}"
|
||||
src: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/{{ item }}"
|
||||
dest: "{{ artcl_collect_dir }}/{{ zuul_reproducer_dir }}/{{ item }}"
|
||||
mode: 0755
|
||||
with_items:
|
||||
@ -33,12 +33,12 @@
|
||||
|
||||
- name: Check if featureset-override exists
|
||||
stat:
|
||||
path: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
path: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
register: featureset_override_file
|
||||
|
||||
- name: Add the featureset-override if it exists
|
||||
copy:
|
||||
src: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
src: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/featureset-override.yaml"
|
||||
dest: "{{ artcl_collect_dir }}/{{ zuul_reproducer_dir }}/featureset-override.yaml"
|
||||
mode: 0755
|
||||
when: featureset_override_file.stat.exists
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
- name: Get featureset-override file output
|
||||
set_fact:
|
||||
featureset_override_file_output: "{{ lookup('file', '/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-ci/featureset-override.yaml') }}"
|
||||
featureset_override_file_output: "{{ lookup('file', '/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-ci/featureset-override.yaml') }}"
|
||||
when: featureset_override_file.stat.exists
|
||||
|
||||
- name: Create the zuul-based launcher-env-setup-playbook from template
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
- name: Copy the tripleo-quickstart install-deps script
|
||||
copy:
|
||||
src: "/home/{{ undercloud_user }}/src/git.openstack.org/openstack/tripleo-quickstart/{{ item }}"
|
||||
src: "/home/{{ undercloud_user }}/src/opendev.org/openstack/tripleo-quickstart/{{ item }}"
|
||||
dest: "{{ artcl_collect_dir }}/{{ zuul_reproducer_dir }}/{{ item }}"
|
||||
mode: 0755
|
||||
with_items:
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
- name: Clone repos needed for reproducer
|
||||
git:
|
||||
repo: https://git.openstack.org/openstack/tripleo-quickstart.git
|
||||
repo: https://opendev.org/openstack/tripleo-quickstart.git
|
||||
dest: "git/tripleo-quickstart"
|
||||
version: 'FETCH_HEAD'
|
||||
accept_hostkey: true
|
||||
|
@ -3,17 +3,17 @@ nodepool_cirros_url: http://download.cirros-cloud.net/0.3.6/cirros-0.3.6-x86_64-
|
||||
nodepool_cirros_dest: /opt/cache/files/cirros-0.3.6-x86_64-disk.img
|
||||
nodepool_cirros_checksum: md5:d56d54f110654dfd29b0e8ed56e6cda8
|
||||
repos:
|
||||
- https://git.openstack.org/openstack/tripleo-quickstart
|
||||
- https://git.openstack.org/openstack/tripleo-quickstart-extras
|
||||
- https://git.openstack.org/openstack/tripleo-upgrade
|
||||
- https://git.openstack.org/openstack/browbeat
|
||||
- https://git.openstack.org/openstack/tripleo-ha-utils
|
||||
- https://git.openstack.org/openstack-infra/tripleo-ci
|
||||
- https://git.openstack.org/openstack-dev/devstack
|
||||
- https://git.openstack.org/openstack-infra/devstack-gate
|
||||
- https://git.openstack.org/openstack/openstack-ansible-os_tempest
|
||||
- https://git.openstack.org/openstack/ansible-config_template
|
||||
- https://git.openstack.org/openstack/ansible-role-python_venv_build
|
||||
- https://opendev.org/openstack/tripleo-quickstart
|
||||
- https://opendev.org/openstack/tripleo-quickstart-extras
|
||||
- https://opendev.org/openstack/tripleo-upgrade
|
||||
- https://opendev.org/x/browbeat
|
||||
- https://opendev.org/openstack/tripleo-ha-utils
|
||||
- https://opendev.org/openstack/tripleo-ci
|
||||
- https://opendev.org/openstack/devstack
|
||||
- https://opendev.org/openstack/devstack-gate
|
||||
- https://opendev.org/openstack/openstack-ansible-os_tempest
|
||||
- https://opendev.org/openstack/ansible-config_template
|
||||
- https://opendev.org/openstack/ansible-role-python_venv_build
|
||||
zuul_changes: "{{ lookup('env', 'ZUUL_CHANGES') }}"
|
||||
subnode_swap_size: 8388608 # 8GB
|
||||
update_subnodes: true
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
- name: Clone Openstack Virtual Baremetal repo if it does not exist
|
||||
git:
|
||||
repo: https://git.openstack.org/openstack/openstack-virtual-baremetal.git
|
||||
repo: https://opendev.org/openstack/openstack-virtual-baremetal.git
|
||||
dest: "{{ local_working_dir }}/openstack-virtual-baremetal"
|
||||
version: "{{ ovb_repo_version }}"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Clone Openstack Virtual Baremetal repo if it does not exist
|
||||
git:
|
||||
repo: https://git.openstack.org/openstack/openstack-virtual-baremetal.git
|
||||
repo: https://opendev.org/openstack/openstack-virtual-baremetal.git
|
||||
dest: "{{ local_working_dir }}/openstack-virtual-baremetal"
|
||||
version: "{{ ovb_repo_version }}"
|
||||
|
||||
|
@ -37,7 +37,7 @@ function clone {
|
||||
if [ ! -d {{ tripleo_root }}/$(basename $repo) ]; then
|
||||
echo "$repo not found at {{ tripleo_root }}/$repo, git cloning."
|
||||
pushd {{ tripleo_root }}
|
||||
git clone https://git.openstack.org/$repo
|
||||
git clone https://opendev.org/$repo
|
||||
popd
|
||||
else
|
||||
echo "$repo found at {{ tripleo_root }}/$repo, nothing to do."
|
||||
@ -161,8 +161,8 @@ function ovs_vxlan_bridge {
|
||||
## * Clone devstack and devstack-gate repositories for network setup scripts
|
||||
## ::
|
||||
|
||||
clone openstack-dev/devstack
|
||||
clone openstack-infra/devstack-gate
|
||||
clone openstack/devstack
|
||||
clone openstack/devstack-gate
|
||||
|
||||
## * Source in devstack-gate's common utility functions
|
||||
## ::
|
||||
|
@ -8,14 +8,14 @@
|
||||
|
||||
- name: Cloning tempest from openstack repository
|
||||
git:
|
||||
repo: 'https://git.openstack.org/openstack/tempest'
|
||||
repo: 'https://opendev.org/openstack/tempest'
|
||||
dest: '{{ working_dir }}/tempest_git'
|
||||
version: '{{ tempest_version }}'
|
||||
when: release != 'newton'
|
||||
|
||||
- name: Cloning python-tempestconf
|
||||
git:
|
||||
repo: 'https://git.openstack.org/openstack/python-tempestconf'
|
||||
repo: 'https://opendev.org/openstack/python-tempestconf'
|
||||
dest: '{{ working_dir }}/tempestconf_git'
|
||||
version: '{{ tempest_conf_version }}'
|
||||
when: release != 'newton'
|
||||
|
Loading…
x
Reference in New Issue
Block a user