diff --git a/defaults/main.yml b/defaults/main.yml index 18b3098..7e6dc82 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -40,13 +40,13 @@ zun_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_pyth zun_package_state: "latest" zun_pip_package_state: "latest" -zun_git_repo: https://git.openstack.org/openstack/zun +zun_git_repo: https://opendev.org/openstack/zun zun_git_install_branch: master -zun_kuryr_git_repo: https://git.openstack.org/openstack/kuryr-libnetwork +zun_kuryr_git_repo: https://opendev.org/openstack/kuryr-libnetwork zun_kuryr_git_install_branch: master -zun_upper_constraints_url: "{{ requirements_git_url | default('https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=' ~ requirements_git_install_branch | default('master')) }}" +zun_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}" zun_git_constraints: - "git+{{ zun_git_repo }}@{{ zun_git_install_branch }}#egg=zun" - "git+{{ zun_kuryr_git_repo }}@{{ zun_kuryr_git_install_branch }}#egg=kuryr-libnetwork" diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c77a68c..e54b5e1 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role' # The link to the browsable source code (for the left hand menu) oslosphinx_cgit_link = ( - 'https://git.openstack.org/cgit/openstack/{}'.format(target_name) + 'https://opendev.org/openstack/{}'.format(target_name) ) # Release notes do not need a version number in the title, they diff --git a/tests/test.yml b/tests/test.yml index 17ba6ed..debadcb 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -40,7 +40,7 @@ vars: tempest_plugins: - name: zun-tempest-plugin - repo: https://git.openstack.org/openstack/zun-tempest-plugin + repo: https://opendev.org/openstack/zun-tempest-plugin branch: master # Run some additional tests with Zun to validate everything is working