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

Change-Id: I377ea63827b6f3995ee275fdc466c1b2100eafc7
This commit is contained in:
ZhongShengping 2019-04-22 15:24:23 +08:00
parent 4e17e475ed
commit 4fc5f1cc6e
10 changed files with 23 additions and 23 deletions

View File

@ -48,9 +48,9 @@ project. The three deliverables that make up the Kolla project are:
================ ========================================================= ================ =========================================================
Deliverable Repository Deliverable Repository
================ ========================================================= ================ =========================================================
kolla https://git.openstack.org/cgit/openstack/kolla kolla https://opendev.org/openstack/kolla
kolla-ansible https://git.openstack.org/cgit/openstack/kolla-ansible kolla-ansible https://opendev.org/openstack/kolla-ansible
kolla-cli https://git.openstack.org/cgit/openstack/kolla-cli kolla-cli https://opendev.org/openstack/kolla-cli
================ ========================================================= ================ =========================================================
The `Docker images <https://docs.docker.com/storage/storagedriver/>`__ The `Docker images <https://docs.docker.com/storage/storagedriver/>`__
@ -199,7 +199,7 @@ workflow <https://docs.openstack.org/infra/manual/developers.html>`__.
`Launchpad <https://launchpad.net/kolla>`__. `Launchpad <https://launchpad.net/kolla>`__.
- 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/cgit/openstack/kolla>`__. - Contribute `code <https://opendev.org/openstack/kolla>`__.
Contributors Contributors
============ ============

View File

@ -5,8 +5,8 @@
--- ---
- name: kolla - name: kolla
repository: https://git.openstack.org/cgit/openstack/kolla repository: https://opendev.org/openstack/kolla
- name: kolla-ansible - name: kolla-ansible
repository: https://git.openstack.org/cgit/openstack/kolla-ansible repository: https://opendev.org/openstack/kolla-ansible
- name: kolla-cli - name: kolla-cli
repository: https://git.openstack.org/cgit/openstack/kolla-cli repository: https://opendev.org/openstack/kolla-cli

View File

@ -196,7 +196,7 @@ The ``etc/kolla/kolla-build.conf`` file looks like:
[keystone-base] [keystone-base]
type = git type = git
location = https://git.openstack.org/openstack/keystone location = https://opendev.org/openstack/keystone
reference = stable/mitaka reference = stable/mitaka
[heat-base] [heat-base]
@ -356,7 +356,7 @@ image, one may want to add the following to the ``template-override`` file:
{% extends parent_template %} {% extends parent_template %}
{% block neutron_server_footer %} {% block neutron_server_footer %}
RUN git clone https://git.openstack.org/openstack/networking-cisco \ RUN git clone https://opendev.org/x/networking-cisco \
&& pip --no-cache-dir install networking-cisco && pip --no-cache-dir install networking-cisco
{% endblock %} {% endblock %}
@ -391,7 +391,7 @@ Continuing with the above example, add the following to
[neutron-server-plugin-networking-cisco] [neutron-server-plugin-networking-cisco]
type = git type = git
location = https://git.openstack.org/openstack/networking-cisco location = https://opendev.org/x/networking-cisco
reference = master reference = master
The build will clone the repository, resulting in the following archive The build will clone the repository, resulting in the following archive

View File

@ -8,7 +8,7 @@ Basics
====== ======
#. Our source code is hosted on `OpenStack Kolla Git #. Our source code is hosted on `OpenStack Kolla Git
<https://git.openstack.org/cgit/openstack/kolla/>`_. Bugs should be filed on <https://opendev.org/openstack/kolla/>`_. Bugs should be filed on
`launchpad <https://bugs.launchpad.net/kolla>`_. `launchpad <https://bugs.launchpad.net/kolla>`_.
#. Please follow OpenStack `Gerrit Workflow #. Please follow OpenStack `Gerrit Workflow
@ -28,7 +28,7 @@ Basics
the commit message footer to indicate to reviewers a bug is not required. the commit message footer to indicate to reviewers a bug is not required.
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>`_, <https://opendev.org/openstack-dev/sandbox>`_,
for learning, understanding and testing the `Gerrit Workflow for learning, understanding 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

@ -3,12 +3,12 @@ debug=True
[neutron-server-plugin-networking-arista] [neutron-server-plugin-networking-arista]
reference = master reference = master
location = https://git.openstack.org/openstack/networking-arista location = https://opendev.org/x/networking-arista
type = git type = git
[neutron-base-plugin-neutron-fwaas] [neutron-base-plugin-neutron-fwaas]
reference = master reference = master
location = https://git.openstack.org/openstack/neutron-fwaas location = https://opendev.org/openstack/neutron-fwaas
type = git type = git
[profiles] [profiles]

View File

@ -316,7 +316,7 @@ class KollaWorkerTest(base.TestCase):
expected_plugin = { expected_plugin = {
'name': 'neutron-server-plugin-networking-arista', 'name': 'neutron-server-plugin-networking-arista',
'reference': 'master', 'reference': 'master',
'source': 'https://git.openstack.org/openstack/networking-arista', 'source': 'https://opendev.org/x/networking-arista',
'type': 'git' 'type': 'git'
} }

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/raw/branch/master/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/>

View File

@ -8,7 +8,7 @@ usedevelop=True
whitelist_externals = find whitelist_externals = find
rm rm
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} deps = -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
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
@ -58,7 +58,7 @@ commands = bandit --skip B303 -r docker kolla tests tools
[testenv:venv] [testenv:venv]
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}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = {posargs} commands = {posargs}
@ -66,7 +66,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}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt