Replace git.openstack.org with opendev.org
Change-Id: Ibccf32b71d307d9c80c91035907dc8292722ab31
This commit is contained in:
@@ -51,7 +51,7 @@ Clone the Watcher repository:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/watcher.git
|
$ git clone https://opendev.org/openstack/watcher.git
|
||||||
$ cd watcher
|
$ cd watcher
|
||||||
|
|
||||||
Install the Watcher modules:
|
Install the Watcher modules:
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ You can easily generate and update a sample configuration file
|
|||||||
named :ref:`watcher.conf.sample <watcher_sample_configuration_files>` by using
|
named :ref:`watcher.conf.sample <watcher_sample_configuration_files>` by using
|
||||||
these following commands::
|
these following commands::
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/watcher
|
$ git clone https://opendev.org/openstack/watcher.git
|
||||||
$ cd watcher/
|
$ cd watcher/
|
||||||
$ tox -e genconfig
|
$ tox -e genconfig
|
||||||
$ vi etc/watcher/watcher.conf.sample
|
$ vi etc/watcher/watcher.conf.sample
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ Code Hosting
|
|||||||
https://opendev.org/openstack/watcher
|
https://opendev.org/openstack/watcher
|
||||||
|
|
||||||
Code Review
|
Code Review
|
||||||
https://review.openstack.org/#/q/status:open+project:openstack/watcher,n,z
|
https://review.opendev.org/#/q/status:open+project:openstack/watcher,n,z
|
||||||
|
|
||||||
IRC Channel
|
IRC Channel
|
||||||
``#openstack-watcher`` (changelog_)
|
``#openstack-watcher`` (changelog_)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ model. To enable the Watcher plugin with DevStack, add the following to the
|
|||||||
`[[local|localrc]]` section of your controller's `local.conf` to enable the
|
`[[local|localrc]]` section of your controller's `local.conf` to enable the
|
||||||
Watcher plugin::
|
Watcher plugin::
|
||||||
|
|
||||||
enable_plugin watcher https://git.openstack.org/openstack/watcher
|
enable_plugin watcher https://opendev.org/openstack/watcher
|
||||||
|
|
||||||
For more detailed instructions, see `Detailed DevStack Instructions`_. Check
|
For more detailed instructions, see `Detailed DevStack Instructions`_. Check
|
||||||
out the `DevStack documentation`_ for more information regarding DevStack.
|
out the `DevStack documentation`_ for more information regarding DevStack.
|
||||||
@@ -44,7 +44,7 @@ Detailed DevStack Instructions
|
|||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git
|
sudo apt-get install git
|
||||||
git clone https://git.openstack.org/openstack-dev/devstack
|
git clone https://opendev.org/openstack/devstack.git
|
||||||
sudo ./devstack/tools/create-stack-user.sh
|
sudo ./devstack/tools/create-stack-user.sh
|
||||||
|
|
||||||
Now you have a stack user that is used to run the DevStack processes. You
|
Now you have a stack user that is used to run the DevStack processes. You
|
||||||
@@ -56,7 +56,7 @@ Detailed DevStack Instructions
|
|||||||
|
|
||||||
sudo su stack
|
sudo su stack
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://git.openstack.org/openstack-dev/devstack
|
git clone https://opendev.org/openstack/devstack.git
|
||||||
|
|
||||||
#. For each compute node, copy the provided `local.conf.compute`_ example file
|
#. For each compute node, copy the provided `local.conf.compute`_ example file
|
||||||
to the compute node's system at ~/devstack/local.conf. Make sure the
|
to the compute node's system at ~/devstack/local.conf. Make sure the
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ Make a clone of the code from our `Git repository`:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/watcher.git
|
$ git clone https://opendev.org/openstack/watcher.git
|
||||||
|
|
||||||
When that is complete, you can:
|
When that is complete, you can:
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ useful to keep a clean environment for working on Watcher.
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ mkvirtualenv watcher
|
$ mkvirtualenv watcher
|
||||||
$ git clone https://git.openstack.org/openstack/watcher
|
$ git clone https://opendev.org/openstack/watcher.git
|
||||||
|
|
||||||
# Use 'python setup.py' to link Watcher into Python's site-packages
|
# Use 'python setup.py' to link Watcher into Python's site-packages
|
||||||
$ cd watcher && python setup.py install
|
$ cd watcher && python setup.py install
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ should download the latest `watcher`_ from the github. To run the same unit
|
|||||||
tests that are executing onto `Gerrit`_ which includes ``py35``, ``py27`` and
|
tests that are executing onto `Gerrit`_ which includes ``py35``, ``py27`` and
|
||||||
``pep8``, you can issue the following command::
|
``pep8``, you can issue the following command::
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/watcher
|
$ git clone https://opendev.org/openstack/watcher
|
||||||
$ cd watcher
|
$ cd watcher
|
||||||
$ pip install tox
|
$ pip install tox
|
||||||
$ tox
|
$ tox
|
||||||
@@ -32,7 +32,7 @@ the following::
|
|||||||
|
|
||||||
.. _tox: https://tox.readthedocs.org/
|
.. _tox: https://tox.readthedocs.org/
|
||||||
.. _watcher: https://opendev.org/openstack/watcher
|
.. _watcher: https://opendev.org/openstack/watcher
|
||||||
.. _Gerrit: https://review.openstack.org/
|
.. _Gerrit: https://review.opendev.org/
|
||||||
|
|
||||||
If you only want to run specific unit test code and don't like to waste time
|
If you only want to run specific unit test code and don't like to waste time
|
||||||
waiting for all unit tests to execute, you can add parameters ``--`` followed
|
waiting for all unit tests to execute, you can add parameters ``--`` followed
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ class ModelBuilder(object):
|
|||||||
NOTE(v-francoise): This model builder is meant to be extended in the future
|
NOTE(v-francoise): This model builder is meant to be extended in the future
|
||||||
to also include both storage and network information respectively coming
|
to also include both storage and network information respectively coming
|
||||||
from Cinder and Neutron. Some prelimary work has been done in this
|
from Cinder and Neutron. Some prelimary work has been done in this
|
||||||
direction in https://review.openstack.org/#/c/362730 but since we cannot
|
direction in https://review.opendev.org/#/c/362730 but since we cannot
|
||||||
guarantee a sufficient level of consistency for neither the storage nor the
|
guarantee a sufficient level of consistency for neither the storage nor the
|
||||||
network part before the end of the Ocata cycle, this work has been
|
network part before the end of the Ocata cycle, this work has been
|
||||||
re-scheduled for Pike. In the meantime, all the associated code has been
|
re-scheduled for Pike. In the meantime, all the associated code has been
|
||||||
|
|||||||
Reference in New Issue
Block a user