Replace git.openstack.org URLs with opendev.org URLs

Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.
(bonus point: fix also a leftover github URL.)

Change-Id: Ie24652d525b1d2859594b271500a4d32aa5b2d34
This commit is contained in:
Luigi Toscano 2019-04-18 15:10:21 +02:00
parent 633b026870
commit b7c24df858
4 changed files with 9 additions and 9 deletions

View File

@ -10,12 +10,12 @@ Team and repository tags
OpenStack Data Processing ("Sahara") extra repo
===============================================
Sahara-extra is place for Sahara components not included into the main `Sahara repository <https://github.com/openstack/sahara>`_
Sahara-extra is place for Sahara components not included into the main `Sahara repository <https://opendev.org/openstack/sahara>`_
Here is the list of components:
* Sources for Swift filesystem implementation for Hadoop: http://git.openstack.org/cgit/openstack/sahara-extra/tree/hadoop-swiftfs/README.rst
* Sources for main function wrapper that adapt for oozie: http://git.openstack.org/cgit/openstack/sahara-extra/tree/edp-adapt-for-oozie/README.rst
* Sources for main function wrapper that adapt for spark: http://git.openstack.org/cgit/openstack/sahara-extra/tree/edp-adapt-for-spark/README.rst
* `Diskimage-builder <http://git.openstack.org/cgit/openstack/diskimage-builder>`_ elements moved to the new repo: http://git.openstack.org/cgit/openstack/sahara-image-elements
* Tools for building artifacts: http://git.openstack.org/cgit/openstack/sahara-extra/tree/tools
* Sources for Swift filesystem implementation for Hadoop: https://opendev.org/openstack/sahara-extra/src/branch/master/hadoop-swiftfs/README.rst
* Sources for main function wrapper that adapt for oozie: https://opendev.org/openstack/sahara-extra/src/branch/master/edp-adapt-for-oozie/README.rst
* Sources for main function wrapper that adapt for spark: https://opendev.org/openstack/sahara-extra/src/branch/master/edp-adapt-for-spark/README.rst
* `Diskimage-builder <https://opendev.org/openstack/diskimage-builder>`_ elements moved to the new repo: https://opendev.org/openstack/sahara-image-elements
* Tools for building artifacts: https://opendev.org/openstack/sahara-extra/src/branch/master/tools

View File

@ -4,7 +4,7 @@ Sources for main function wrapper that adapt for oozie
In order to pass configurations to MapReduce Application through oozie,
it is necessary to add the following code.
(https://github.com/openstack/sahara/blob/master/etc/edp-examples/edp-java/README.rst)
(https://opendev.org/openstack/sahara-tests/src/branch/master/sahara_tests/scenario/defaults/edp-examples/edp-java/README.rst)
// This will add properties from the <configuration> tag specified
// in the Oozie workflow. For java actions, Oozie writes the

View File

@ -2,4 +2,4 @@ EDP Examples
============
All files from this directory have been moved to new
sahara-tests repository: https://git.openstack.org/cgit/openstack/sahara-tests
sahara-tests repository: https://opendev.org/openstack/sahara-tests

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =