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: I9f8a80437a315aeaae61105f3bc9e3017bc37cf7
This commit is contained in:
Dmitriy Rabotyagov 2019-11-14 20:42:38 +02:00
parent f64c3d8fd7
commit a66592b334
3 changed files with 18 additions and 18 deletions

View File

@ -31,66 +31,66 @@ horizon_pip_package_state: "latest"
horizon_install_method: "source"
horizon_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
horizon_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')) }}"
horizon_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
## The git source/branch for Horizon
horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_repo: https://opendev.org/openstack/horizon
horizon_git_install_branch: master
## The git source/branch for the Blazar UI plugin
blazar_dashboard_git_repo: https://git.openstack.org/openstack/blazar-dashboard
blazar_dashboard_git_repo: https://opendev.org/openstack/blazar-dashboard
blazar_dashboard_git_install_branch: master
## The git source/branch for Cloudkitty UI plugin
cloudkitty_dashboard_git_repo: https://git.openstack.org/openstack/cloudkitty-dashboard
cloudkitty_dashboard_git_repo: https://opendev.org/openstack/cloudkitty-dashboard
cloudkitty_dashboard_git_install_branch: master
## The git source/branch for the Magnum UI plugin
magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui
magnum_dashboard_git_repo: https://opendev.org/openstack/magnum-ui
magnum_dashboard_git_install_branch: master
## The git source/branch for the Manila UI plugin
manila_dashboard_git_repo: https://git.openstack.org/openstack/manila-ui.git
manila_dashboard_git_repo: https://opendev.org/openstack/manila-ui.git
manila_dashboard_git_install_branch: master
## The git source/branch for the Masakari UI plugin
masakari_dashboard_git_repo: https://git.openstack.org/openstack/masakari-dashboard
masakari_dashboard_git_repo: https://opendev.org/openstack/masakari-dashboard
masakari_dashboard_git_install_branch: master
## The git source/branch for the Mistral UI plugin
mistral_dashboard_git_repo: https://git.openstack.org/openstack/mistral-dashboard.git
mistral_dashboard_git_repo: https://opendev.org/openstack/mistral-dashboard.git
mistral_dashboard_git_install_branch: master
## The git source/branch for the Octavia UI plugin
octavia_dashboard_git_repo: https://git.openstack.org/openstack/octavia-dashboard
octavia_dashboard_git_repo: https://opendev.org/openstack/octavia-dashboard
octavia_dashboard_git_install_branch: master
## The git source/branch for the Designate UI plugin
designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard
designate_dashboard_git_repo: https://opendev.org/openstack/designate-dashboard
designate_dashboard_git_install_branch: master
## The git source/branch for the Tacker UI plugin
tacker_dashboard_git_repo: https://git.openstack.org/openstack/tacker-horizon
tacker_dashboard_git_repo: https://opendev.org/openstack/tacker-horizon
tacker_dashboard_git_install_branch: master
## The git source/branch for the Trove UI plugin
trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard
trove_dashboard_git_repo: https://opendev.org/openstack/trove-dashboard
trove_dashboard_git_install_branch: master
## The git source/branch for the Heat UI plugin
heat_dashboard_git_repo: https://git.openstack.org/openstack/heat-dashboard
heat_dashboard_git_repo: https://opendev.org/openstack/heat-dashboard
heat_dashboard_git_install_branch: master
## The git source/branch for the Watcher UI plugin
watcher_dashboard_git_repo: https://git.openstack.org/openstack/watcher-dashboard
watcher_dashboard_git_repo: https://opendev.org/openstack/watcher-dashboard
watcher_dashboard_git_install_branch: master
## The git source/branch for the Zun UI plugin
zun_dashboard_git_repo: https://git.openstack.org/openstack/zun-ui
zun_dashboard_git_repo: https://opendev.org/openstack/zun-ui
zun_dashboard_git_install_branch: master
# The git source/branch for the Neutron VPNaaS UI plugin
neutron_vpnaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-vpnaas-dashboard
neutron_vpnaas_dashboard_git_repo: https://opendev.org/openstack/neutron-vpnaas-dashboard
neutron_vpnaas_dashboard_git_install_branch: master
## The packages to build from source

View File

@ -479,7 +479,7 @@ POLICY_FILES_PATH = '/etc/openstack-dashboard'
# in the Keystone v3 multi-domain case, policy.v3cloudsample.json.
# This file is not included in the Horizon repository by default but can be
# found at
# https://git.openstack.org/cgit/openstack/keystone/tree/etc/ \
# https://opendev.org/openstack/keystone/tree/etc/ \
# policy.v3cloudsample.json
# Having matching policy files on the Horizon and Keystone servers is essential
# for normal operation. This holds true for all services and their policy files.

View File

@ -40,7 +40,7 @@
scm: git
version: master
- name: rabbitmq_server
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
src: https://opendev.org/openstack/openstack-ansible-rabbitmq_server
scm: git
version: master
- name: os_tempest