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

Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Depends-On: https://review.opendev.org/653988
Change-Id: I6c7fffc1a32cb35ff7fe2ba964510b4f32805842
This commit is contained in:
Luigi Toscano 2019-04-20 14:55:03 +02:00
parent a3bf1a9814
commit 8c941ed187
21 changed files with 65 additions and 68 deletions

View File

@ -22,7 +22,7 @@ Quickstart guide: https://docs.openstack.org/sahara/latest/user/quickstart.html
How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html
Source: https://git.openstack.org/cgit/openstack/sahara Source: https://opendev.org/openstack/sahara
Bugs and feature requests: https://storyboard.openstack.org/#!/project/935 Bugs and feature requests: https://storyboard.openstack.org/#!/project/935

View File

@ -9,14 +9,14 @@
.. sourcecode:: bash .. sourcecode:: bash
[[local|localrc]] [[local|localrc]]
enable_plugin sahara https://git.openstack.org/openstack/sahara enable_plugin sahara https://opendev.org/openstack/sahara
enable_plugin heat https://git.openstack.org/openstack/heat enable_plugin heat https://opendev.org/openstack/heat
Optionally, a git refspec may be provided as follows: Optionally, a git refspec may be provided as follows:
.. sourcecode:: bash .. sourcecode:: bash
[[local|localrc]] [[local|localrc]]
enable_plugin sahara https://git.openstack.org/openstack/sahara <refspec> enable_plugin sahara https://opendev.org/openstack/sahara <refspec>
3. run ``stack.sh`` 3. run ``stack.sh``

View File

@ -16,17 +16,17 @@ VANILLA_PLUGIN_DIR=$DEST/sahara-plugin-vanilla
SAHARACLIENT_REPO=${SAHARACLIENT_REPO:-\ SAHARACLIENT_REPO=${SAHARACLIENT_REPO:-\
${GIT_BASE}/openstack/python-saharaclient.git} ${GIT_BASE}/openstack/python-saharaclient.git}
SAHARACLIENT_BRANCH=${SAHARACLIENT_BRANCH:-master} SAHARACLIENT_BRANCH=${SAHARACLIENT_BRANCH:-master}
AMBARI_PLUGIN_REPO=${AMBARI_PLUGIN_REPO:-https://git.openstack.org/openstack/sahara-plugin-ambari/} AMBARI_PLUGIN_REPO=${AMBARI_PLUGIN_REPO:-https://opendev.org/openstack/sahara-plugin-ambari/}
AMBARI_PLUGIN_BRANCH=${AMBARI_PLUGIN_BRANCH:-master} AMBARI_PLUGIN_BRANCH=${AMBARI_PLUGIN_BRANCH:-master}
CDH_PLUGIN_REPO=${CDH_PLUGIN_REPO:-https://git.openstack.org/openstack/sahara-plugin-cdh/} CDH_PLUGIN_REPO=${CDH_PLUGIN_REPO:-https://opendev.org/openstack/sahara-plugin-cdh/}
CDH_PLUGIN_BRANCH=${CDH_PLUGIN_BRANCH:-master} CDH_PLUGIN_BRANCH=${CDH_PLUGIN_BRANCH:-master}
MAPR_PLUGIN_REPO=${MAPR_PLUGIN_REPO:-https://git.openstack.org/openstack/sahara-plugin-mapr/} MAPR_PLUGIN_REPO=${MAPR_PLUGIN_REPO:-https://opendev.org/openstack/sahara-plugin-mapr/}
MAPR_PLUGIN_BRANCH=${MAPR_PLUGIN_BRANCH:-master} MAPR_PLUGIN_BRANCH=${MAPR_PLUGIN_BRANCH:-master}
SPARK_PLUGIN_REPO=${SPARK_PLUGIN_REPO:-https://git.openstack.org/openstack/sahara-plugin-spark/} SPARK_PLUGIN_REPO=${SPARK_PLUGIN_REPO:-https://opendev.org/openstack/sahara-plugin-spark/}
SPARK_PLUGIN_BRANCH=${SPARK_PLUGIN_BRANCH:-master} SPARK_PLUGIN_BRANCH=${SPARK_PLUGIN_BRANCH:-master}
STORM_PLUGIN_REPO=${STORM_PLUGIN_REPO:-https://git.openstack.org/openstack/sahara-plugin-storm/} STORM_PLUGIN_REPO=${STORM_PLUGIN_REPO:-https://opendev.org/openstack/sahara-plugin-storm/}
STORM_PLUGIN_BRANCH=${STORM_PLUGIN_BRANCH:-master} STORM_PLUGIN_BRANCH=${STORM_PLUGIN_BRANCH:-master}
VANILLA_PLUGIN_REPO=${VANILLA_PLUGIN_REPO:-https://git.openstack.org/openstack/sahara-plugin-vanilla/} VANILLA_PLUGIN_REPO=${VANILLA_PLUGIN_REPO:-https://opendev.org/openstack/sahara-plugin-vanilla/}
VANILLA_PLUGIN_BRANCH=${VANILLA_PLUGIN_BRANCH:-master} VANILLA_PLUGIN_BRANCH=${VANILLA_PLUGIN_BRANCH:-master}

View File

@ -6,10 +6,10 @@ devstack_localrc base IMAGE_URLS=\
"http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-uec.tar.gz,\ "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-uec.tar.gz,\
http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2" http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2"
devstack_localrc base enable_plugin sahara \ devstack_localrc base enable_plugin sahara \
https://git.openstack.org/openstack/sahara \ https://opendev.org/openstack/sahara \
stable/rocky stable/rocky
devstack_localrc base enable_plugin heat \ devstack_localrc base enable_plugin heat \
https://git.openstack.org/openstack/heat \ https://opendev.org/openstack/heat \
stable/rocky stable/rocky
devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec" devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec"
devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec" devstack_localrc base DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec"
@ -18,8 +18,8 @@ devstack_localrc target IMAGE_URLS=\
"http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-uec.tar.gz,\ "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-uec.tar.gz,\
http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2" http://tarballs.openstack.org/heat-test-image/fedora-heat-test-image.qcow2"
devstack_localrc target enable_plugin sahara \ devstack_localrc target enable_plugin sahara \
https://git.openstack.org/openstack/sahara https://opendev.org/openstack/sahara
devstack_localrc target enable_plugin heat \ devstack_localrc target enable_plugin heat \
https://git.openstack.org/openstack/heat https://opendev.org/openstack/heat
devstack_localrc target LIBS_FROM_GIT=python-saharaclient devstack_localrc target LIBS_FROM_GIT=python-saharaclient
devstack_localrc target DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec" devstack_localrc target DEFAULT_IMAGE_NAME="cirros-0.3.5-x86_64-uec"

View File

@ -223,27 +223,24 @@ respective source trees:
* For Rabbit MQ see * For Rabbit MQ see
* rabbit_opts variable in `impl_rabbit.py <https://git.openstack.org/ * rabbit_opts variable in `impl_rabbit.py <https://opendev.org/openstack/
cgit/openstack/oslo.messaging/tree/oslo/messaging/_drivers oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/impl_rabbit.py#L38>`_
/impl_rabbit.py?id=1.4.0#n38>`_ * amqp_opts variable in `amqp.py <https://opendev.org/openstack/
* amqp_opts variable in `amqp.py <https://git.openstack.org/cgit/ oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/amqp.py#L37>`_
openstack/oslo.messaging/tree/oslo/messaging/
_drivers/amqp.py?id=1.4.0#n37>`_
* For Zmq see * For Zmq see
* zmq_opts variable in `impl_zmq.py <https://git.openstack.org/cgit/ * zmq_opts variable in `impl_zmq.py <https://opendev.org/openstack/
openstack/oslo.messaging/tree/oslo/messaging/_drivers/ oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/impl_zmq.py#L49>`_
impl_zmq.py?id=1.4.0#n49>`_ * matchmaker_opts variable in `matchmaker.py <https://opendev.org/
* matchmaker_opts variable in `matchmaker.py <https://git.openstack.org/ openstack/oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/
cgit/openstack/oslo.messaging/tree/oslo/messaging/_drivers/ matchmaker.py#L27>`_
matchmaker.py?id=1.4.0#n27>`_
* matchmaker_redis_opts variable in `matchmaker_redis.py <https:// * matchmaker_redis_opts variable in `matchmaker_redis.py <https://
git.openstack.org/cgit/openstack/oslo.messaging/tree/oslo/messaging/ opendev.org/openstack/oslo.messaging/src/tag/1.4.0/oslo/messaging/
_drivers/matchmaker_redis.py?id=1.4.0#n26>`_ _drivers/matchmaker_redis.py#L26>`_
* matchmaker_opts variable in `matchmaker_ring.py <https:// * matchmaker_opts variable in `matchmaker_ring.py <https://opendev.org/
git.openstack.org/cgit/openstack/oslo.messaging/tree/oslo/messaging/ openstack/oslo.messaging/src/tag/1.4.0/oslo/messaging/_drivers/
_drivers/matchmaker_ring.py?id=1.4.0#n27>`_ matchmaker_ring.py#L27>`_
These options will also be present in the generated sample configuration These options will also be present in the generated sample configuration
file. For instructions on creating the configuration file please see the file. For instructions on creating the configuration file please see the
@ -514,7 +511,7 @@ installed. The sources for this plugin can be found in the
integration see the sahara documentation sections integration see the sahara documentation sections
:ref:`building-guest-images-label` and :ref:`swift-integration-label`. :ref:`building-guest-images-label` and :ref:`swift-integration-label`.
.. _Sahara extra repository: https://git.openstack.org/cgit/openstack/sahara-extra .. _Sahara extra repository: https://openstack.org/openstack/sahara-extra
.. _volume_instance_locality_configuration: .. _volume_instance_locality_configuration:

View File

@ -68,7 +68,7 @@ those user interface components. For more details on this process please see
:ref:`registering Sahara in installation guide <register-sahara-label>`. :ref:`registering Sahara in installation guide <register-sahara-label>`.
The The
`sahara-dashboard <https://git.openstack.org/cgit/openstack/sahara-dashboard>`_ `sahara-dashboard <https://opendev.org/openstack/sahara-dashboard>`_
project is now used solely to host sahara user interface integration tests. project is now used solely to host sahara user interface integration tests.
Virtual machine user name changes Virtual machine user name changes

View File

@ -17,7 +17,7 @@ to your ``local.conf`` file
.. sourcecode:: bash .. sourcecode:: bash
# Enable sahara-dashboard # Enable sahara-dashboard
enable_plugin sahara-dashboard https://git.openstack.org/openstack/sahara-dashboard enable_plugin sahara-dashboard https://opendev.org/openstack/sahara-dashboard
Isolated Dashboard for Sahara Isolated Dashboard for Sahara
@ -66,7 +66,7 @@ Here is an example:
.. sourcecode:: console .. sourcecode:: console
$ git clone https://git.openstack.org/openstack/horizon/ {HORIZON_DIR} $ git clone https://opendev.org/openstack/horizon/ {HORIZON_DIR}
.. ..
Then install the virtual environment: Then install the virtual environment:
@ -105,7 +105,7 @@ creation, add the following parameter:
.. sourcecode:: console .. sourcecode:: console
$ git clone https://git.openstack.org/openstack/sahara-dashboard/ \ $ git clone https://opendev.org/openstack/sahara-dashboard/ \
{SAHARA_DASHBOARD_DIR} {SAHARA_DASHBOARD_DIR}
.. ..

View File

@ -52,7 +52,7 @@ On openSUSE-based distributions (SLES 12, openSUSE, Factory or Tumbleweed):
.. sourcecode:: console .. sourcecode:: console
$ git clone https://git.openstack.org/openstack/sahara.git $ git clone https://opendev.org/openstack/sahara.git
$ cd sahara $ cd sahara
3. Generate Sahara sample using tox 3. Generate Sahara sample using tox

View File

@ -125,7 +125,7 @@ running ``tox -e docs`` first time):
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/ .. _PEP 8: http://www.python.org/dev/peps/pep-0008/
.. _bashate: https://git.openstack.org/cgit/openstack-dev/bashate .. _bashate: https://opendev.org/openstack/bashate
.. _PEP 257: http://www.python.org/dev/peps/pep-0257/ .. _PEP 257: http://www.python.org/dev/peps/pep-0257/
.. _Tox: http://tox.testrun.org/ .. _Tox: http://tox.testrun.org/
.. _Sphinx: http://sphinx.pocoo.org/markup/index.html .. _Sphinx: http://sphinx.pocoo.org/markup/index.html

View File

@ -55,7 +55,7 @@ and may cause hard to debug problems.
.. sourcecode:: console .. sourcecode:: console
$ sudo apt-get install git-core $ sudo apt-get install git-core
$ git clone https://git.openstack.org/openstack-dev/devstack.git $ git clone https://opendev.org/openstack/devstack.git
2. Create the file ``local.conf`` in devstack directory with the following 2. Create the file ``local.conf`` in devstack directory with the following
content: content:
@ -97,10 +97,10 @@ and may cause hard to debug problems.
# OFFLINE=True # OFFLINE=True
# Enable sahara # Enable sahara
enable_plugin sahara https://git.openstack.org/openstack/sahara enable_plugin sahara https://opendev.org/openstack/sahara
# Enable heat # Enable heat
enable_plugin heat https://git.openstack.org/openstack/heat enable_plugin heat https://opendev.org/openstack/heat
In cases where you need to specify a git refspec (branch, tag, or commit hash) In cases where you need to specify a git refspec (branch, tag, or commit hash)
for the sahara in-tree devstack plugin (or sahara repo), it should be for the sahara in-tree devstack plugin (or sahara repo), it should be
@ -108,7 +108,7 @@ appended to the git repo URL as follows:
.. sourcecode:: bash .. sourcecode:: bash
enable_plugin sahara https://git.openstack.org/openstack/sahara <some_git_refspec> enable_plugin sahara https://opendev.org/openstack/sahara <some_git_refspec>
3. Sahara can send notifications to Ceilometer, if Ceilometer is enabled. 3. Sahara can send notifications to Ceilometer, if Ceilometer is enabled.
If you want to enable Ceilometer add the following lines to the If you want to enable Ceilometer add the following lines to the
@ -116,7 +116,7 @@ appended to the git repo URL as follows:
.. sourcecode:: bash .. sourcecode:: bash
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer enable_plugin ceilometer https://opendev.org/openstack/ceilometer
4. Start DevStack: 4. Start DevStack:

View File

@ -50,7 +50,7 @@ How to stay in touch with the community
How to post your first patch for review How to post your first patch for review
--------------------------------------- ---------------------------------------
* Checkout Sahara code from `its repository <https://git.openstack.org/cgit/openstack/sahara>`_ * Checkout Sahara code from `its repository <https://opendev.org/openstack/sahara>`_
* Carefully read https://docs.openstack.org/infra/manual/developers.html#development-workflow * Carefully read https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -14,7 +14,7 @@ Scenario integration tests
New scenario integration tests were implemented for Sahara. They are available New scenario integration tests were implemented for Sahara. They are available
in the sahara-tests repository in the sahara-tests repository
(https://git.openstack.org/cgit/openstack/sahara-tests). (https://opendev.org/openstack/sahara-tests).
Tempest tests Tempest tests
+++++++++++++ +++++++++++++

View File

@ -5,7 +5,7 @@ After installing the Sahara dashboard, there are a few extra configurations
that can be made. that can be made.
Dashboard configurations are applied through Horizon's local_settings.py file. Dashboard configurations are applied through Horizon's local_settings.py file.
The sample configuration file is available `from the Horizon repository. <https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/local/local_settings.py.example>`_ The sample configuration file is available `from the Horizon repository. <https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/local/local_settings.py.example>`_
1. Networking 1. Networking
------------- -------------
@ -56,7 +56,7 @@ Local endpoint example:
Then the endpoint name should be changed in ``sahara.py`` under the module of Then the endpoint name should be changed in ``sahara.py`` under the module of
`sahara-dashboard/sahara_dashboard/api/sahara.py `sahara-dashboard/sahara_dashboard/api/sahara.py
<https://git.openstack.org/cgit/openstack/sahara-dashboard/tree/sahara_dashboard/api/sahara.py>`__. <https://opendev.org/openstack/sahara-dashboard/src/branch/master/sahara_dashboard/api/sahara.py>`__.
.. sourcecode:: python .. sourcecode:: python

View File

@ -2,7 +2,7 @@ sahara-image-create
------------------- -------------------
The historical tool for building images, ``sahara-image-create``, is based on The historical tool for building images, ``sahara-image-create``, is based on
`Disk Image Builder <https://git.openstack.org/cgit/openstack/diskimage-builder>`_. `Disk Image Builder <https://opendev.org/openstack/diskimage-builder>`_.
`Disk Image Builder` builds disk images using elements. An element is a `Disk Image Builder` builds disk images using elements. An element is a
particular set of code that alters how the image is built, or runs within the particular set of code that alters how the image is built, or runs within the
@ -10,11 +10,11 @@ chroot to prepare the image.
The additional elements required by Sahara images and the ``sahara-image-create`` The additional elements required by Sahara images and the ``sahara-image-create``
command itself are stored in the command itself are stored in the
`Sahara image elements repository <https://git.openstack.org/cgit/openstack/sahara-image-elements>`_ `Sahara image elements repository <https://opendev.org/openstack/sahara-image-elements>`_
To create images for a specific plugin follow these steps: To create images for a specific plugin follow these steps:
1. Clone repository "https://git.openstack.org/cgit/openstack/sahara-image-elements" 1. Clone repository "https://opendev.org/openstack/sahara-image-elements"
locally. locally.
2. Use tox to build images. 2. Use tox to build images.
@ -36,8 +36,8 @@ To create images for a specific plugin follow these steps:
tox -e venv -- sahara-image-create -p <plugin> -v <version> -i <distribution> tox -e venv -- sahara-image-create -p <plugin> -v <version> -i <distribution>
Tox will create a virtualenv and install required python packages in it, Tox will create a virtualenv and install required python packages in it,
clone the repositories "https://git.openstack.org/cgit/openstack/diskimage-builder" and clone the repositories "https://opendev.org/openstack/diskimage-builder" and
"https://git.openstack.org/cgit/openstack/sahara-image-elements" and export necessary "https://opendev.org/openstack/sahara-image-elements" and export necessary
parameters. parameters.
The valid values for the ``<distribution>`` argument are: The valid values for the ``<distribution>`` argument are:
@ -77,4 +77,4 @@ image:
format. format.
For finer control of ``sahara-image-create`` see the `official documentation For finer control of ``sahara-image-create`` see the `official documentation
<https://git.openstack.org/cgit/openstack/sahara-image-elements/tree/diskimage-create/README.rst>`_ <https://opendev.org/openstack/sahara-image-elements/src/branch/master/diskimage-create/README.rst>`_

View File

@ -65,7 +65,7 @@ Installation and developer notes
The script is part of of the Sahara repository, but it does not depend The script is part of of the Sahara repository, but it does not depend
on the Sahara services. In order to use its development version, on the Sahara services. In order to use its development version,
clone the `Sahara repository <https://git.openstack.org/openstack/sahara>`_, clone the `Sahara repository <https://opendev.org/openstack/sahara>`_,
check out the branch which matches the Sahara version used, and check out the branch which matches the Sahara version used, and
install the repository in a virtualenv. install the repository in a virtualenv.

View File

@ -253,14 +253,14 @@ Example Jobs
There are sample jobs located in the sahara repository. In this section, we There are sample jobs located in the sahara repository. In this section, we
will give a walkthrough on how to run those jobs via the Horizon UI. These will give a walkthrough on how to run those jobs via the Horizon UI. These
steps assume that you already have a cluster up and running (in the "Active" steps assume that you already have a cluster up and running (in the "Active"
state). You may want to clone into https://git.openstack.org/cgit/openstack/sahara-tests/ state). You may want to clone into https://opendev.org/openstack/sahara-tests/
so that you will have all of the source code and inputs stored locally. so that you will have all of the source code and inputs stored locally.
1) Sample Pig job - 1) Sample Pig job -
https://git.openstack.org/cgit/openstack/sahara-tests/tree/sahara_tests/scenario/defaults/edp-examples/edp-pig/cleanup-string/example.pig https://opendev.org/openstack/sahara-tests/src/branch/master/sahara_tests/scenario/defaults/edp-examples/edp-pig/cleanup-string/example.pig
- Load the input data file from - Load the input data file from
https://git.openstack.org/cgit/openstack/sahara-tests/tree/sahara_tests/scenario/defaults/edp-examples/edp-pig/cleanup-string/data/input https://opendev.org/openstack/sahara-tests/src/branch/master/sahara_tests/scenario/defaults/edp-examples/edp-pig/cleanup-string/data/input
into swift into swift
- Click on Project/Object Store/Containers and create a container with any - Click on Project/Object Store/Containers and create a container with any
@ -339,8 +339,8 @@ so that you will have all of the source code and inputs stored locally.
It should be in the "pigoutput" folder It should be in the "pigoutput" folder
2) Sample Spark job - 2) Sample Spark job -
https://git.openstack.org/cgit/openstack/sahara-tests/tree/sahara_tests/scenario/defaults/edp-examples/edp-spark https://opendev.org/openstack/sahara-tests/src/branch/master/sahara_tests/scenario/defaults/edp-examples/edp-spark
You can clone into https://git.openstack.org/cgit/openstack/sahara-tests/ for quicker You can clone into https://opendev.org/openstack/sahara-tests/ for quicker
access to the files for this sample job. access to the files for this sample job.
- Store the Job Binary in Swift (you can choose another type of storage if - Store the Job Binary in Swift (you can choose another type of storage if

View File

@ -502,7 +502,7 @@ If configuration values are specified, they must be added to the job's
Hadoop configuration at runtime. There are two methods of doing this. The Hadoop configuration at runtime. There are two methods of doing this. The
simplest way is to use the **edp.java.adapt_for_oozie** option described simplest way is to use the **edp.java.adapt_for_oozie** option described
below. The other method is to use the code from below. The other method is to use the code from
`this example <https://git.openstack.org/cgit/openstack/sahara-tests/tree/sahara_tests/scenario/defaults/edp-examples/edp-java/README.rst>`_ `this example <https://opendev.org/openstack/sahara-tests/src/branch/master/sahara_tests/scenario/defaults/edp-examples/edp-java/README.rst>`_
to explicitly load the values. to explicitly load the values.
The following special configuration values are read by sahara and affect how The following special configuration values are read by sahara and affect how

View File

@ -12,7 +12,7 @@ the most current features enabled.
https://issues.apache.org/jira/browse/HADOOP-8545 https://issues.apache.org/jira/browse/HADOOP-8545
* The most current Sahara maintained version of this patch can be found in the * The most current Sahara maintained version of this patch can be found in the
`Sahara Extra repository <https://git.openstack.org/cgit/openstack/sahara-extra>`_ `Sahara Extra repository <https://opendev.org/openstack/sahara-extra>`_
* The latest compiled version of the jar for this component can be downloaded * The latest compiled version of the jar for this component can be downloaded
from https://tarballs.openstack.org/sahara-extra/dist/hadoop-openstack/master/ from https://tarballs.openstack.org/sahara-extra/dist/hadoop-openstack/master/

View File

@ -274,7 +274,7 @@ the template below.
Sample templates can be found here: Sample templates can be found here:
`Sample Templates <https://git.openstack.org/cgit/openstack/sahara/tree/sahara/plugins/default_templates/>`_ `Sample Templates <https://opendev.org/openstack/sahara/src/branch/master/sahara/plugins/default_templates/>`_
Create a file named ``my_master_template_create.json`` with the following Create a file named ``my_master_template_create.json`` with the following
content: content:

View File

@ -3,4 +3,4 @@ Sahara files for EDP
===================== =====================
All files from this directory have been moved to new 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

10
tox.ini
View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=sahara/tests/unit DISCOVER_DIRECTORY=sahara/tests/unit
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs} commands = stestr run {posargs}
@ -33,7 +33,7 @@ commands = oslo_debug_helper -t sahara/tests/unit {posargs}
[testenv:pep8] [testenv:pep8]
basepython = python3 basepython = python3
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
@ -60,7 +60,7 @@ commands = {posargs}
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
rm -rf doc/html doc/build rm -rf doc/html doc/build
@ -74,7 +74,7 @@ whitelist_externals = rm
[testenv:api-ref] [testenv:api-ref]
basepython = python3 basepython = python3
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
install_command = pip install -U --force-reinstall {opts} {packages} install_command = pip install -U --force-reinstall {opts} {packages}
commands = commands =
@ -97,7 +97,7 @@ commands =
[testenv:releasenotes] [testenv:releasenotes]
basepython = python3 basepython = python3
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
rm -rf releasenotes/build releasenotes/html rm -rf releasenotes/build releasenotes/html