From f5d205732fb9883f0c8751bccbd96004113ba0c0 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 14 Nov 2019 15:55:49 +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 Depends-On: https://review.opendev.org/693841/ Change-Id: Id889780e071b3a4cdd6a6ec95f8aa46347e23a4f --- 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 7f73e26..3f9ffc0 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -31,9 +31,9 @@ congress_pip_package_state: "latest" congress_package_state: "latest" ## Git repositories and their branches -congress_git_repo: https://git.openstack.org/openstack/congress +congress_git_repo: https://opendev.org/openstack/congress congress_git_install_branch: master -congress_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')) }}" +congress_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}" congress_git_constraints: - "git+{{ congress_git_repo }}@{{ congress_git_install_branch }}#egg=openstack-congress" - "--constraint {{ congress_upper_constraints_url }}" diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 185dfa0..ea96600 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