Update the documention link for doc migration

Change-Id: I2cbf25da77d44c20660f99f389647963e575377b
This commit is contained in:
chenxing 2017-07-13 14:12:30 +00:00 committed by Chason Chan
parent f964485ae1
commit 841625f59c
6 changed files with 14 additions and 18 deletions

View File

@ -5,7 +5,7 @@ you must follow the steps in this page:
You can find more Sahara-specific info in our How To Participate guide: You can find more Sahara-specific info in our How To Participate guide:
http://docs.openstack.org/developer/sahara/devref/how_to_participate.html https://docs.openstack.org/sahara/latest/devref/how_to_participate.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following

View File

@ -31,7 +31,7 @@ In sahara_tests folder we have next tools:
* `Specs`_ * `Specs`_
* `Release notes`_ * `Release notes`_
.. _Sahara-scenario documentation: http://docs.openstack.org/developer/sahara-tests/ .. _Sahara-scenario documentation: https://docs.openstack.org/sahara-tests/latest/scenario.html
.. _PyPi: https://pypi.python.org/pypi/sahara-tests .. _PyPi: https://pypi.python.org/pypi/sahara-tests
.. _Launchpad project: https://launchpad.net/sahara-tests .. _Launchpad project: https://launchpad.net/sahara-tests
.. _Blueprints: https://blueprints.launchpad.net/sahara-tests .. _Blueprints: https://blueprints.launchpad.net/sahara-tests

View File

@ -2,8 +2,7 @@ Welcome to sahara-tests's documentation!
======================================== ========================================
Tests for the Tests for the
`Sahara project `Sahara project <https://docs.openstack.org/sahara/latest/>`_.
<http://docs.openstack.org/developer/sahara/>`_.
It provides Sahara scenario tests framework and tempest tests. It provides Sahara scenario tests framework and tempest tests.

View File

@ -9,8 +9,8 @@ your Devstack or using Rally.
Run Tempest tests on Devstack Run Tempest tests on Devstack
----------------------------- -----------------------------
See how to configure Tempest See how to configure Tempest at
`here <http://docs.openstack.org/developer/tempest/configuration.html>`_. `Tempest Configuration Guide <https://docs.openstack.org/tempest/latest/configuration.html>`_.
Tempest automatically discovers installed plugins. That's why you just need to Tempest automatically discovers installed plugins. That's why you just need to
install the Python packages that contains the Sahara Tempest plugin in the install the Python packages that contains the Sahara Tempest plugin in the
@ -35,8 +35,7 @@ tests by using ``ostestr`` command, for instance:
.. ..
The command ``tempest run`` is another way to run tests. See the additional The command ``tempest run`` is another way to run tests. See the additional
information about using this `command <http://docs.openstack.org/developer/ information about using this `command <https://docs.openstack.org/tempest/latest/run.html>`_.
tempest/run.html#tempest-run>`_.
For example, the following command will run all the Tempest tests. For example, the following command will run all the Tempest tests.
@ -57,9 +56,9 @@ the following command will run all the cli-tests:
Useful links: Useful links:
* `Running Tempest tests with testr <http://docs.openstack.org/developer/tempest/overview.html#legacy-run-method>`_. * `Running Tempest tests with testr <https://docs.openstack.org/tempest/latest/overview.html#legacy-run-method>`_.
* `Using Tempest plugins <http://docs.openstack.org/developer/tempest/plugin.html#using-plugins>`_. * `Using Tempest plugins <https://docs.openstack.org/tempest/latest/plugin.html#using-plugins>`_.
* `Tempest Quickstart <http://docs.openstack.org/developer/tempest/overview.html#quickstart>`_. * `Tempest Quickstart <https://docs.openstack.org/tempest/latest/overview.html#quickstart>`_.
Run Tempest tests using Rally Run Tempest tests using Rally
----------------------------- -----------------------------
@ -68,9 +67,7 @@ First of all, be sure that Rally is installed and working. There should be
a Rally deployment with correct working Sahara service in it. a Rally deployment with correct working Sahara service in it.
Full information can be found on this Full information can be found on this
`link `link <https://docs.openstack.org/rally/latest/quick_start/tutorial/step_10_verifying_cloud_via_tempest_verifier.html>`_.
<http://docs.openstack.org/developer/rally/tutorial/
step_10_verifying_cloud_via_tempest.html>`_.
Using this information, you can install ``rally verify`` tool and plugin for Using this information, you can install ``rally verify`` tool and plugin for
testing Sahara. After this you are free to run Sahara Tempest tests. Here are testing Sahara. After this you are free to run Sahara Tempest tests. Here are

View File

@ -65,7 +65,7 @@ when creating data sources, storing binaries, and executing jobs. Use of a
`swift proxy`_ can improve security by reducing the need to distribute and `swift proxy`_ can improve security by reducing the need to distribute and
store credentials. store credentials.
.. _swift proxy: http://docs.openstack.org/developer/sahara/userdoc/advanced.configuration.guide.html .. _swift proxy: https://docs.openstack.org/sahara/latest/userdoc/advanced.configuration.guide.html
Swift containers Swift containers
---------------- ----------------
@ -76,7 +76,7 @@ though the data must be uploaded to the non-suffixed container. This suffix
informs Hadoop that ``sahara`` is the provider for this data source. See the informs Hadoop that ``sahara`` is the provider for this data source. See the
`hadoop swift`_ documentation for more information. `hadoop swift`_ documentation for more information.
.. _hadoop swift: http://docs.openstack.org/developer/sahara/userdoc/hadoop-swift.html .. _hadoop swift: https://docs.openstack.org/sahara/latest/userdoc/hadoop-swift.html
REST API usage REST API usage
-------------- --------------
@ -89,7 +89,7 @@ by Keystone for your tenant and user in header 'X-Auth-Token'.
For new sahara REST users, reference to the `Sahara EDP API Documentation`_ For new sahara REST users, reference to the `Sahara EDP API Documentation`_
will be useful throughout these exercises. will be useful throughout these exercises.
.. _Sahara EDP API Documentation: http://developer.openstack.org/api-ref-data-processing-v1.1.html .. _Sahara EDP API Documentation: https://developer.openstack.org/api-ref/data-processing/index.html
Example 1: Pig, using swift Example 1: Pig, using swift

View File

@ -14,7 +14,7 @@ classifiers =
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/sahara-tests/ home-page = https://docs.openstack.org/sahara-tests/latest/
[global] [global]
setup-hooks = pbr.hooks.setup_hook setup-hooks = pbr.hooks.setup_hook