Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection from old path was enabled. Also we change upper constraints url due to [1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Depends-On: https://review.opendev.org/693841/ Change-Id: I0675fb5e77171a1456c08ef4d6bfe0b0d949bbf6
This commit is contained in:
parent
bc39aac81b
commit
f006a0c00a
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user