From a6322c6ed02a6573dd0402f175cbfddc2bf7e622 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 12 May 2019 05:04:34 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I03e9162d5a59a2aa1631a9ecf6f6833bb7ac6050 --- .../ironic-agent/source-repository-ironic-agent | 2 +- .../pip-and-virtualenv/package-installs.yaml | 4 ++-- diskimage_builder/elements/simple-init/README.rst | 2 +- .../simple-init/source-repository-simple-init | 2 +- .../elements/source-repositories/README.rst | 6 +++--- doc/source/developer/index.rst | 2 +- doc/source/developer/invocation.rst | 2 +- .../v1/approved/block-device-lvl1-partitioning.rst | 12 ++++++------ .../specs/v1/approved/block-device-overview.rst | 6 +++--- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/diskimage_builder/elements/ironic-agent/source-repository-ironic-agent b/diskimage_builder/elements/ironic-agent/source-repository-ironic-agent index f657bdf46..72f690d65 100644 --- a/diskimage_builder/elements/ironic-agent/source-repository-ironic-agent +++ b/diskimage_builder/elements/ironic-agent/source-repository-ironic-agent @@ -1 +1 @@ -ironic-agent git /usr/share/ironic-python-agent https://git.openstack.org/openstack/ironic-python-agent +ironic-agent git /usr/share/ironic-python-agent https://opendev.org/openstack/ironic-python-agent diff --git a/diskimage_builder/elements/pip-and-virtualenv/package-installs.yaml b/diskimage_builder/elements/pip-and-virtualenv/package-installs.yaml index 3f2179edd..ed9f71628 100644 --- a/diskimage_builder/elements/pip-and-virtualenv/package-installs.yaml +++ b/diskimage_builder/elements/pip-and-virtualenv/package-installs.yaml @@ -3,8 +3,8 @@ # such we need to install them during the pre-install.d phase so they are # available as early as possible. See # - https://bugzilla.suse.com/show_bug.cgi?id=1046990 -# - https://review.openstack.org/#/c/478648/ -# - https://review.openstack.org/#/c/478650/ +# - https://review.opendev.org/#/c/478648/ +# - https://review.opendev.org/#/c/478650/ # for discussions about this issue. python-xml: phase: pre-install.d diff --git a/diskimage_builder/elements/simple-init/README.rst b/diskimage_builder/elements/simple-init/README.rst index ad8dfc502..d146ffd59 100644 --- a/diskimage_builder/elements/simple-init/README.rst +++ b/diskimage_builder/elements/simple-init/README.rst @@ -48,7 +48,7 @@ for example. To do this you need to set these variables:: For example to test glean change 364516 do:: - git clone https://git.openstack.org/openstack-infra/glean /tmp/glean + git clone https://opendev.org/opendev/glean /tmp/glean cd /tmp/glean git review -d 364516 git checkout -b my-test-ref diff --git a/diskimage_builder/elements/simple-init/source-repository-simple-init b/diskimage_builder/elements/simple-init/source-repository-simple-init index 275267096..c3d35ffeb 100644 --- a/diskimage_builder/elements/simple-init/source-repository-simple-init +++ b/diskimage_builder/elements/simple-init/source-repository-simple-init @@ -1 +1 @@ -glean git /tmp/glean.git https://git.openstack.org/openstack-infra/glean +glean git /tmp/glean.git https://opendev.org/opendev/glean diff --git a/diskimage_builder/elements/source-repositories/README.rst b/diskimage_builder/elements/source-repositories/README.rst index 2e3af4e99..6f9137f69 100644 --- a/diskimage_builder/elements/source-repositories/README.rst +++ b/diskimage_builder/elements/source-repositories/README.rst @@ -86,7 +86,7 @@ source from git and pbr from a tarball would be: *Element file: elements/custom-element/source-repository-ironic*:: - ironic git /usr/local/ironic https://git.openstack.org/openstack/ironic.git + ironic git /usr/local/ironic https://opendev.org/openstack/ironic.git *File : elements/custom-element/source-repository-pbr*:: @@ -138,7 +138,7 @@ change 61972 at patchset 8: .. sourcecode:: sh - DIB_REPOLOCATION_nova=https://review.openstack.org/openstack/nova + DIB_REPOLOCATION_nova=https://review.opendev.org/openstack/nova DIB_REPOREF_nova=refs/changes/72/61972/8 @@ -153,7 +153,7 @@ The base url for all git repositories can be set by use of: ``DIB_GITREPOBASE`` So setting ``DIB_GITREPOBASE=https://github.com/`` when the repo location is -set to https://git.openstack.org/openstack/nova.git will result in use of the +set to https://opendev.org/openstack/nova.git will result in use of the https://github.com/openstack/nova.git repository instead. Disable external fetches diff --git a/doc/source/developer/index.rst b/doc/source/developer/index.rst index 293df9196..07e994547 100644 --- a/doc/source/developer/index.rst +++ b/doc/source/developer/index.rst @@ -26,7 +26,7 @@ To get started developing with ``diskimage-builder``, install to a $ cd dib $ virtualenv env $ source env/bin/activate - $ git clone https://git.openstack.org/openstack/diskimage-builder + $ git clone https://opendev.org/openstack/diskimage-builder $ cd diskimage-builder $ pip install -e . diff --git a/doc/source/developer/invocation.rst b/doc/source/developer/invocation.rst index b5b58f762..b414ef572 100644 --- a/doc/source/developer/invocation.rst +++ b/doc/source/developer/invocation.rst @@ -15,7 +15,7 @@ e.g. .. code-block:: shell-session - $ git clone https://git.openstack.org/openstack/diskimage-builder + $ git clone https://opendev.org/openstack/diskimage-builder $ cd diskimage-builder $ tox -e bindep diff --git a/doc/source/specs/v1/approved/block-device-lvl1-partitioning.rst b/doc/source/specs/v1/approved/block-device-lvl1-partitioning.rst index 81b96ffe2..271ccde49 100644 --- a/doc/source/specs/v1/approved/block-device-lvl1-partitioning.rst +++ b/doc/source/specs/v1/approved/block-device-lvl1-partitioning.rst @@ -1,4 +1,4 @@ -.. +e. This work is licensed under a Creative Commons Attribution 3.0 Unported License. @@ -201,20 +201,20 @@ References ========== [1] Refactor: block-device handling (partitioning) - https://review.openstack.org/322671 + https://review.opendev.org/322671 [2] Add specs dir - https://review.openstack.org/336109 + https://review.opendev.org/336109 [3] Old implementation using parted-lib - https://review.openstack.org/#/c/322671/1..7/elements/block-device/pylib/block-device/level1/Partitioning.py + https://review.opendev.org/#/c/322671/1..7/elements/block-device/pylib/block-device/level1/Partitioning.py [4] ERROR: embedding is not possible, but this is required for cross-disk install http://lists.openstack.org/pipermail/openstack-dev/2016-June/097789.html [5] Refactor: block-device handling (local loop) - https://review.openstack.org/319591 + https://review.opendev.org/319591 [6] Proper alignment of partitions on an Advanced Format HDD using Parted http://askubuntu.com/questions/201164/proper-alignment-of-partitions-on-an-advanced-format-hdd-using-parted @@ -225,4 +225,4 @@ References http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c03479326&DocLang=en&docLocale=en_US&jumpid=reg_r11944_uken_c-001_title_r0001 [8] Spec for changing the block device handling - https://review.openstack.org/336946 + https://review.opendev.org/336946 diff --git a/doc/source/specs/v1/approved/block-device-overview.rst b/doc/source/specs/v1/approved/block-device-overview.rst index 3f10cc8ee..1ae0f9bb3 100644 --- a/doc/source/specs/v1/approved/block-device-overview.rst +++ b/doc/source/specs/v1/approved/block-device-overview.rst @@ -164,12 +164,12 @@ References ========== [1] Implementation of Level 0: Local Loop module - https://review.openstack.org/319591 + https://review.opendev.org/319591 [2] 'Block Device Setup for Disk-Image-Builder' https://etherpad.openstack.org/p/C80jjsAs4x [3] partitioning-parted This was a first try to implement everything as an element - it shows the limitation. - https://review.openstack.org/313938 + https://review.opendev.org/313938 [4] Implementation of Level 1: partitioning module - https://review.openstack.org/322671 + https://review.opendev.org/322671