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

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

Change-Id: I5cfdd0c3e813f1cb6f72087fdb3ee3957b6e9ea7
This commit is contained in:
ZhongShengping 2019-04-22 10:07:40 +08:00
parent c117412ad4
commit 5d0408c719
13 changed files with 26 additions and 26 deletions

View File

@ -30,7 +30,7 @@ Setup a working environment:
.. code-block:: bash
git clone https://git.openstack.org/openstack/designate
git clone https://opendev.org/openstack/designate
cd designate
virtualenv .venv
. .venv/bin/activate
@ -90,7 +90,7 @@ Execute a single test using py27
* Free software: Apache license
* Documentation: https://docs.openstack.org/designate/latest/
* Release notes: https://docs.openstack.org/releasenotes/designate/
* Source: https://git.openstack.org/cgit/openstack/designate
* Source: https://opendev.org/openstack/designate
* Bugs: https://bugs.launchpad.net/designate
* Blueprints: https://blueprints.launchpad.net/designate

View File

@ -95,7 +95,7 @@ sudo chown vagrant:vagrant /opt/stack/
# Clone DevStack
if [ ! -d "/home/vagrant/devstack" ]; then
git clone https://git.openstack.org/openstack-dev/devstack.git /home/vagrant/devstack
git clone https://opendev.org/openstack/devstack.git /home/vagrant/devstack
fi
if [ -d "/opt/stack/grenade" ]; then

View File

@ -21,7 +21,7 @@ disable_all_services
enable_service rabbit mysql key
# Enable designate
enable_plugin designate https://git.openstack.org/openstack/designate
enable_plugin designate https://opendev.org/openstack/designate
# Designate Devstack Config
# =========================
@ -113,7 +113,7 @@ enable_service designate,designate-central,designate-api,designate-worker,design
enable_service tempest
# Optional Rally
#enable_plugin rally https://git.openstack.org/openstack/rally.git master
#enable_plugin rally https://opendev.org/openstack/rally.git master
# Optional Horizon
#enable_service horizon

View File

@ -137,7 +137,7 @@ def check_python3_xrange(logical_line):
def check_no_log_audit(logical_line):
"""Ensure that we are not using LOG.audit messages
Plans are in place going forward as discussed in the following
spec (https://review.openstack.org/#/c/132552/) to take out
spec (https://review.opendev.org/#/c/132552/) to take out
LOG.audit messages. Given that audit was a concept invented
for OpenStack we can enforce not using it.
"""

View File

@ -8,13 +8,13 @@ repository. See contrib/vagrant to create a vagrant VM.
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
git clone https://opendev.org/openstack/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin designate https://git.openstack.org/openstack/designate
enable_plugin designate https://opendev.org/openstack/designate
3. run ``stack.sh``

View File

@ -1,8 +1,8 @@
register_project_for_upgrade designate
register_db_to_save designate
devstack_localrc base enable_plugin designate https://git.openstack.org/openstack/designate
devstack_localrc target enable_plugin designate https://git.openstack.org/openstack/designate
devstack_localrc base enable_plugin designate https://opendev.org/openstack/designate
devstack_localrc target enable_plugin designate https://opendev.org/openstack/designate
devstack_localrc base enable_service designate-api designate-central designate-producer designate-worker designate-mdns designate-agent designate-sink designate horizon
devstack_localrc target enable_service designate-api designate-central designate-producer designate-worker designate-mdns designate-agent designate-sink designate horizon

View File

@ -28,14 +28,14 @@ Instructions
If you want to use local sources for development then you should consider
using the contrib/vagrant folder in the
`repository <https://git.openstack.org/openstack/designate>`_.
`repository <https://opendev.org/openstack/designate>`_.
1. Get a clean Ubuntu 16.04 VM or newer. DevStack "takes over". Don't use
your desktop!
2. Clone DevStack inside the VM::
$ git clone https://git.openstack.org/openstack-dev/devstack.git
$ git clone https://opendev.org/openstack/devstack.git
3. Move to ``devstack`` directory::

View File

@ -40,7 +40,7 @@ Related Projects
.. _Bug Tracker: https://bugs.launchpad.net/designate
.. _Blueprints: https://blueprints.launchpad.net/designate
.. _Git: https://git.openstack.org/cgit/openstack/designate
.. _Git: https://opendev.org/openstack/designate
.. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook
.. _Debian Packaging: https://github.com/moniker-dns/debian-designate
.. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana

View File

@ -60,7 +60,7 @@ Installing Designate
$ mkdir openstack
$ cd openstack
$ git clone https://git.openstack.org/openstack/designate.git
$ git clone https://opendev.org/openstack/designate.git
$ cd designate

View File

@ -24,4 +24,4 @@ For information on the Designate API, see the
`API Reference <https://developer.openstack.org/api-ref/dns/>`_.
This documentation is generated by the Sphinx toolkit and lives in the
`source tree <https://git.openstack.org/cgit/openstack/designate>`_.
`source tree <https://opendev.org/openstack/designate>`_.

View File

@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack-infra/devstack-gate
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
openstack-infra/devstack-gate
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@ -29,7 +29,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin designate https://git.openstack.org/openstack/designate
enable_plugin designate https://opendev.org/openstack/designate
DESIGNATE_SERVICE_PORT_DNS=5322
DESIGNATE_BACKEND_DRIVER=agent
DESIGNATE_AGENT_BACKEND_DRIVER={{ backend_driver }}

View File

@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack-infra/devstack-gate
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
openstack-infra/devstack-gate
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@ -43,7 +43,7 @@
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX=designate
export DEVSTACK_LOCAL_CONFIG="enable_plugin designate https://git.openstack.org/openstack/designate"
export DEVSTACK_LOCAL_CONFIG="enable_plugin designate https://opendev.org/openstack/designate"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"DESIGNATE_SERVICE_PORT_DNS=5322"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"DESIGNATE_BACKEND_DRIVER={{ backend }}"

View File

@ -29,7 +29,7 @@ commands =
find . -type f -name "*.py[c|o]" -delete
rm -f .testrepository/times.dbm
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt?h=master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals =
@ -64,7 +64,7 @@ commands =
[testenv:docs]
basepython = python3
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}/doc/requirements.txt
commands =
@ -160,7 +160,7 @@ commands =
[testenv:releasenotes]
basepython = python3
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}/doc/requirements.txt
commands =