Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: Ia04c82127761ee818a37efe6cf9137987f8262f8
This commit is contained in:
parent
afecf766f5
commit
910f2e72db
@ -30,7 +30,7 @@ K8s's CNI and so on, is maintained in separate Kuryr repo as a common library.
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/kuryr-libnetwork/latest/
|
* Documentation: https://docs.openstack.org/kuryr-libnetwork/latest/
|
||||||
* Source: http://git.openstack.org/cgit/openstack/kuryr-libnetwork
|
* Source: http://opendev.org/openstack/kuryr-libnetwork
|
||||||
* Bugs: http://bugs.launchpad.net/kuryr-libnetwork
|
* Bugs: http://bugs.launchpad.net/kuryr-libnetwork
|
||||||
|
|
||||||
Features
|
Features
|
||||||
@ -158,7 +158,7 @@ Getting it from source
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/kuryr-libnetwork
|
$ git clone https://opendev.org/openstack/kuryr-libnetwork
|
||||||
$ cd kuryr-libnetwork
|
$ cd kuryr-libnetwork
|
||||||
|
|
||||||
|
|
||||||
@ -301,7 +301,7 @@ contrib/docker/v2plugin/v2plugin_rootfs.sh in the top folder of
|
|||||||
kuryr-libentwork. This script will copy config.json to the top
|
kuryr-libentwork. This script will copy config.json to the top
|
||||||
folder and build rootfs. ::
|
folder and build rootfs. ::
|
||||||
|
|
||||||
$ git clone https://git.openstack.org/openstack/kuryr-libnetwork
|
$ git clone https://opendev.org/openstack/kuryr-libnetwork
|
||||||
$ cd kuryr-libnetwork
|
$ cd kuryr-libnetwork
|
||||||
$ ./contrib/docker/v2plugin/v2plugin_rootfs.sh
|
$ ./contrib/docker/v2plugin/v2plugin_rootfs.sh
|
||||||
$ docker plugin create kuryr/libnetwork2 ./
|
$ docker plugin create kuryr/libnetwork2 ./
|
||||||
|
@ -59,7 +59,7 @@ Vagrant provisioning.
|
|||||||
For example, to use OVN as the Neutron plugin with Kuryr, you can create a
|
For example, to use OVN as the Neutron plugin with Kuryr, you can create a
|
||||||
"user_local.conf" with the following configuration:
|
"user_local.conf" with the following configuration:
|
||||||
|
|
||||||
enable_plugin networking-ovn http://git.openstack.org/openstack/networking-ovn
|
enable_plugin networking-ovn http://opendev.org/openstack/networking-ovn
|
||||||
enable_service ovn-northd
|
enable_service ovn-northd
|
||||||
enable_service ovn-controller
|
enable_service ovn-controller
|
||||||
disable_service q-agt
|
disable_service q-agt
|
||||||
|
@ -17,8 +17,8 @@ ENABLE_PLUGINV2=False
|
|||||||
LIBS_FROM_GIT=kuryr
|
LIBS_FROM_GIT=kuryr
|
||||||
|
|
||||||
enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
|
enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
|
||||||
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork
|
||||||
enable_plugin neutron https://git.openstack.org/openstack/neutron
|
enable_plugin neutron https://opendev.org/openstack/neutron
|
||||||
|
|
||||||
# Use Neutron instead of nova-network
|
# Use Neutron instead of nova-network
|
||||||
disable_service n-net
|
disable_service n-net
|
||||||
|
@ -26,7 +26,7 @@ Kuryr Workflow - Host Networking
|
|||||||
--------------------------------
|
--------------------------------
|
||||||
Kuryr resides in each host that runs Docker containers and serves `APIs <https://github.com/docker/libnetwork/blob/master/docs/design.md#api>`_
|
Kuryr resides in each host that runs Docker containers and serves `APIs <https://github.com/docker/libnetwork/blob/master/docs/design.md#api>`_
|
||||||
required for the libnetwork remote network driver. It is planned to use the
|
required for the libnetwork remote network driver. It is planned to use the
|
||||||
`Adding tags to resources <https://review.openstack.org/#/c/216021/>`_
|
`Adding tags to resources <https://review.opendev.org/#/c/216021/>`_
|
||||||
new Neutron feature by Kuryr, to map between
|
new Neutron feature by Kuryr, to map between
|
||||||
Neutron resource Id's and Docker Id's (UUID's)
|
Neutron resource Id's and Docker Id's (UUID's)
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@ Clone DevStack::
|
|||||||
sudo mkdir -p /opt/stack
|
sudo mkdir -p /opt/stack
|
||||||
sudo chown $USER /opt/stack
|
sudo chown $USER /opt/stack
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack-dev/devstack /opt/stack/devstack
|
git clone https://opendev.org/openstack/devstack /opt/stack/devstack
|
||||||
|
|
||||||
We will run devstack with minimal local.conf settings required. You can use the
|
We will run devstack with minimal local.conf settings required. You can use the
|
||||||
sample local.conf as a quick-start::
|
sample local.conf as a quick-start::
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack/kuryr-libnetwork /opt/stack/kuryr-libnetwork
|
git clone https://opendev.org/openstack/kuryr-libnetwork /opt/stack/kuryr-libnetwork
|
||||||
cp /opt/stack/kuryr-libnetwork/devstack/local.conf.sample /opt/stack/devstack/local.conf
|
cp /opt/stack/kuryr-libnetwork/devstack/local.conf.sample /opt/stack/devstack/local.conf
|
||||||
|
|
||||||
Run DevStack::
|
Run DevStack::
|
||||||
|
@ -41,7 +41,7 @@ Install and configure components
|
|||||||
|
|
||||||
# apt-get install python3-pip
|
# apt-get install python3-pip
|
||||||
# cd /var/lib/kuryr
|
# cd /var/lib/kuryr
|
||||||
# git clone -b master https://git.openstack.org/openstack/kuryr-libnetwork.git
|
# git clone -b master https://opendev.org/openstack/kuryr-libnetwork.git
|
||||||
# chown -R kuryr:kuryr kuryr-libnetwork
|
# chown -R kuryr:kuryr kuryr-libnetwork
|
||||||
# cd kuryr-libnetwork
|
# cd kuryr-libnetwork
|
||||||
# pip3 install -r requirements.txt
|
# pip3 install -r requirements.txt
|
||||||
|
2
tox.ini
2
tox.ini
@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command =
|
install_command =
|
||||||
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
whitelist_externals = sh
|
whitelist_externals = sh
|
||||||
|
Loading…
Reference in New Issue
Block a user