Move to opendev

1.Use opendev.org instead of git.openstack.org.
2.Use review.opendev.org instead of review.openstack.org.

You can see the discussion below:
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html

Adapted for Stein to not change path to upper constraints already
modified by [1].

[1] https://review.opendev.org/650294

Change-Id: Ice4509204df788a1a44a06fb89fb44cfe6b54b94
(cherry picked from commit 41f3a817ac)
This commit is contained in:
ZhongShengping 2019-04-22 15:27:35 +08:00 committed by Radosław Piliszek
parent 9e5159fc49
commit c70d846984
8 changed files with 13 additions and 13 deletions

View File

@ -147,7 +147,7 @@ workflow <https://docs.openstack.org/infra/manual/developers.html>`__.
`Launchpad <https://launchpad.net/kolla-ansible>`__. `Launchpad <https://launchpad.net/kolla-ansible>`__.
- Attend weekly - Attend weekly
`meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__. `meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__.
- Contribute `code <https://git.openstack.org/openstack/kolla-ansible>`__. - Contribute `code <https://opendev.org/openstack/kolla-ansible>`__.
Contributors Contributors
============ ============

View File

@ -49,7 +49,7 @@ kolla_enable_sanity_cinder: "{{ kolla_enable_sanity_checks }}"
kolla_enable_sanity_swift: "{{ kolla_enable_sanity_checks }}" kolla_enable_sanity_swift: "{{ kolla_enable_sanity_checks }}"
kolla_dev_repos_directory: "/opt/stack/" kolla_dev_repos_directory: "/opt/stack/"
kolla_dev_repos_git: "https://git.openstack.org/openstack" kolla_dev_repos_git: "https://opendev.org/openstack"
kolla_dev_repos_pull: "no" kolla_dev_repos_pull: "no"
kolla_dev_mode: "no" kolla_dev_mode: "no"
kolla_source_version: "stein" kolla_source_version: "stein"

View File

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

View File

@ -8,7 +8,7 @@ Basics
====== ======
#. Our source code is hosted on `OpenStack Kolla-Ansible Git #. Our source code is hosted on `OpenStack Kolla-Ansible Git
<https://git.openstack.org/cgit/openstack/kolla-ansible/>`_. Bugs should be <https://opendev.org/openstack/kolla-ansible/>`_. Bugs should be
filed on `launchpad <https://bugs.launchpad.net/kolla-ansible>`_. filed on `launchpad <https://bugs.launchpad.net/kolla-ansible>`_.
#. Please follow OpenStack `Gerrit Workflow #. Please follow OpenStack `Gerrit Workflow
@ -35,7 +35,7 @@ Please follow our :doc:`/user/quickstart` to deploy your environment and test
your changes. your changes.
Please use the existing sandbox repository, available at `sandbox Please use the existing sandbox repository, available at `sandbox
<https://git.openstack.org/cgit/openstack-dev/sandbox>`_, for learning, understanding <https://opendev.org/openstack-dev/sandbox>`_, for learning, understanding
and testing the `Gerrit Workflow and testing the `Gerrit Workflow
<https://docs.openstack.org/infra/manual/developers.html#development-workflow>`_. <https://docs.openstack.org/infra/manual/developers.html#development-workflow>`_.

View File

@ -155,9 +155,9 @@ Find a location in the system's home directory and checkout Kolla repos:
.. code-block:: console .. code-block:: console
git clone https://git.openstack.org/openstack/kolla-cli git clone https://opendev.org/openstack/kolla-cli
git clone https://git.openstack.org/openstack/kolla-ansible git clone https://opendev.org/openstack/kolla-ansible
git clone https://git.openstack.org/openstack/kolla git clone https://opendev.org/openstack/kolla
All repos must share the same parent directory so the bootstrap code can All repos must share the same parent directory so the bootstrap code can
locate them. locate them.

View File

@ -175,7 +175,7 @@ not be reliably deployed in an active/active or active/passive fashion.
In general, the Kolla HA environment looks like: In general, the Kolla HA environment looks like:
![Image](https://git.openstack.org/cgit/openstack/kolla/plain/specs/ha.svg) ![Image](https://opendev.org/openstack/kolla/plain/specs/ha.svg)
Security impact Security impact
--------------- ---------------

View File

@ -347,6 +347,6 @@ References
- [15] http://kubernetes.io/docs/user-guide/node-selection/ - [15] http://kubernetes.io/docs/user-guide/node-selection/
- [16] https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/pod-security-context.md - [16] https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/pod-security-context.md
- [17] http://blog.kubernetes.io/2015/06/the-distributed-system-toolkit-patterns.html - [17] http://blog.kubernetes.io/2015/06/the-distributed-system-toolkit-patterns.html
- [18] https://review.openstack.org/#/admin/groups/460,members - [18] https://review.opendev.org/#/admin/groups/460,members
- [19] https://etherpad.openstack.org/p/kolla-newton-summit-kolla-gate-walkthru - [19] https://etherpad.openstack.org/p/kolla-newton-summit-kolla-gate-walkthru
- https://github.com/kubernetes/kubernetes - https://github.com/kubernetes/kubernetes

View File

@ -304,10 +304,10 @@ The location of log files on the host will be mentioned in the documentation.
References References
========== ==========
[1] <https://review.openstack.org/#/c/252968/> [1] <https://review.opendev.org/#/c/252968/>
[2] <http://hekad.readthedocs.org> [2] <http://hekad.readthedocs.org>
[3] <http://blog.sematext.com/2015/09/28/recipe-rsyslog-redis-logstash/> [3] <http://blog.sematext.com/2015/09/28/recipe-rsyslog-redis-logstash/>
[4] <https://review.openstack.org/#/c/269745/> [4] <https://review.opendev.org/#/c/269745/>
[5] <http://hekad.readthedocs.org/en/latest/config/inputs/docker_log.html> [5] <http://hekad.readthedocs.org/en/latest/config/inputs/docker_log.html>
[6] <http://hekad.readthedocs.org/en/latest/config/inputs/logstreamer.html> [6] <http://hekad.readthedocs.org/en/latest/config/inputs/logstreamer.html>
[7] <https://review.openstack.org/#/c/269952/> [7] <https://review.opendev.org/#/c/269952/>