From ab8cf192437e5a87f14cfc4d5069307fd1f9e917 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 14 Nov 2019 18:39:03 +0200 Subject: [PATCH] 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 Change-Id: I4bd827021fbd565e01342845e88f7c12b6a9013e --- defaults/main.yml | 4 ++-- releasenotes/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 42063eb..32a26be 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -28,9 +28,9 @@ sahara_service_setup_host_python_interpreter: "{{ openstack_service_setup_host_p sahara_package_state: "latest" sahara_pip_package_state: "latest" -sahara_git_repo: https://git.openstack.org/openstack/sahara +sahara_git_repo: https://opendev.org/openstack/sahara sahara_git_install_branch: master -sahara_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')) }}" +sahara_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}" sahara_git_constraints: - "git+{{ sahara_git_repo }}@{{ sahara_git_install_branch }}#egg=sahara" - "--constraint {{ sahara_upper_constraints_url }}" diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e71f20c..7b6c5e3 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