diff --git a/contrib/legacy-ubuntu-init/README.rst b/contrib/legacy-ubuntu-init/README.rst index 842422ca1..66cefa570 100644 --- a/contrib/legacy-ubuntu-init/README.rst +++ b/contrib/legacy-ubuntu-init/README.rst @@ -6,7 +6,7 @@ Legacy Init Script for Ubuntu 14.04 .. code-block:: console - $ git clone https://git.openstack.org/openstack/zun.git + $ git clone https://opendev.org/openstack/zun.git #. Enable and start zun-api: diff --git a/contrib/vagrant/config/localrc b/contrib/vagrant/config/localrc index 065025a62..7f23f09e5 100644 --- a/contrib/vagrant/config/localrc +++ b/contrib/vagrant/config/localrc @@ -4,12 +4,12 @@ RABBIT_PASSWORD=password SERVICE_TOKEN=password SERVICE_PASSWORD=password ADMIN_PASSWORD=password -enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container $TARGET_BRANCH -enable_plugin zun https://git.openstack.org/openstack/zun $TARGET_BRANCH -enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork $TARGET_BRANCH +enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container $TARGET_BRANCH +enable_plugin zun https://opendev.org/openstack/zun $TARGET_BRANCH +enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork $TARGET_BRANCH #Optional: uncomment to enable the Zun UI plugin in Horizon -#enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui $TARGET_BRANCH +#enable_plugin zun-ui https://opendev.org/openstack/zun-ui $TARGET_BRANCH #Uncomment below variables and enable nova and neutron #services to use nova docker driver diff --git a/contrib/vagrant/install_devstack.sh b/contrib/vagrant/install_devstack.sh index 7192335db..d63a2eb6c 100644 --- a/contrib/vagrant/install_devstack.sh +++ b/contrib/vagrant/install_devstack.sh @@ -20,7 +20,7 @@ then echo "Download devstack into $DEVSTACK" # clone devstack - su "$OS_USER" -c "cd && git clone -b master https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK" + su "$OS_USER" -c "cd && git clone -b master https://opendev.org/openstack/devstack.git $DEVSTACK" echo "Copy configuration" diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index 82047c3b2..0727cce2f 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -5,24 +5,24 @@ RABBIT_PASSWORD=password SERVICE_TOKEN=password SERVICE_PASSWORD=password ADMIN_PASSWORD=password -enable_plugin zun https://git.openstack.org/openstack/zun $TARGET_BRANCH -enable_plugin zun-tempest-plugin https://git.openstack.org/openstack/zun-tempest-plugin +enable_plugin zun https://opendev.org/openstack/zun $TARGET_BRANCH +enable_plugin zun-tempest-plugin https://opendev.org/openstack/zun-tempest-plugin #This below plugin enables installation of container engine on Devstack. #The default container engine is Docker -enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container $TARGET_BRANCH +enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container $TARGET_BRANCH # In Kuryr, KURYR_CAPABILITY_SCOPE is `local` by default, # but we must change it to `global` in the multinode scenario. KURYR_CAPABILITY_SCOPE=global KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False -enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork $TARGET_BRANCH +enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork $TARGET_BRANCH # install python-zunclient from git LIBS_FROM_GIT="python-zunclient" # Optional: uncomment to enable the Zun UI plugin in Horizon -# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui $TARGET_BRANCH +# enable_plugin zun-ui https://opendev.org/openstack/zun-ui $TARGET_BRANCH # Optional: uncomment to enable the Heat plugin for container orchestration -# enable_plugin heat https://git.openstack.org/openstack/heat $TARGET_BRANCH +# enable_plugin heat https://opendev.org/openstack/heat $TARGET_BRANCH diff --git a/devstack/local.conf.subnode.sample b/devstack/local.conf.subnode.sample index 41a6c2688..9bb3ee3f2 100644 --- a/devstack/local.conf.subnode.sample +++ b/devstack/local.conf.subnode.sample @@ -5,12 +5,12 @@ RABBIT_PASSWORD=password SERVICE_TOKEN=password SERVICE_PASSWORD=password ADMIN_PASSWORD=password -enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container $TARGET_BRANCH -enable_plugin zun https://git.openstack.org/openstack/zun $TARGET_BRANCH +enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container $TARGET_BRANCH +enable_plugin zun https://opendev.org/openstack/zun $TARGET_BRANCH KURYR_CAPABILITY_SCOPE=global KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False -enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork $TARGET_BRANCH +enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork $TARGET_BRANCH # Following is for multi host settings MULTI_HOST=True diff --git a/doc/source/contributor/multinode-devstack.rst b/doc/source/contributor/multinode-devstack.rst index 0ccd04880..e8802d684 100644 --- a/doc/source/contributor/multinode-devstack.rst +++ b/doc/source/contributor/multinode-devstack.rst @@ -39,14 +39,14 @@ On the second host, clone devstack:: $ sudo mkdir -p /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 The second host will only need zun-compute service along with kuryr-libnetwork support. You also need to tell devstack where the SERVICE_HOST is:: $ SERVICE_HOST= $ HOST_IP= - $ git clone https://git.openstack.org/openstack/zun /opt/stack/zun + $ git clone https://opendev.org/openstack/zun /opt/stack/zun $ cat /opt/stack/zun/devstack/local.conf.subnode.sample \ | sed "s/HOST_IP=.*/HOST_IP=$HOST_IP/" \ | sed "s/SERVICE_HOST=.*/SERVICE_HOST=$SERVICE_HOST/" \ diff --git a/doc/source/contributor/quickstart.rst b/doc/source/contributor/quickstart.rst index a8976a8d6..1d5134bc0 100644 --- a/doc/source/contributor/quickstart.rst +++ b/doc/source/contributor/quickstart.rst @@ -22,13 +22,13 @@ Clone devstack:: # Create a root directory for devstack if needed $ sudo mkdir -p /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 to enable required OpenStack services:: $ HOST_IP= - $ git clone https://git.openstack.org/openstack/zun /opt/stack/zun + $ git clone https://opendev.org/openstack/zun /opt/stack/zun $ cat /opt/stack/zun/devstack/local.conf.sample \ | sed "s/HOST_IP=.*/HOST_IP=$HOST_IP/" \ > /opt/stack/devstack/local.conf diff --git a/doc/source/contributor/unit-tests.rst b/doc/source/contributor/unit-tests.rst index 607654ba2..43e141c77 100644 --- a/doc/source/contributor/unit-tests.rst +++ b/doc/source/contributor/unit-tests.rst @@ -25,7 +25,7 @@ Zun source code should be pulled directly from git:: # from your home or source directory cd ~ - git clone https://git.openstack.org/openstack/zun + git clone https://opendev.org/openstack/zun cd zun Install the prerequisite packages listed in the ``bindep.txt`` file. diff --git a/doc/source/install/compute-install.rst b/doc/source/install/compute-install.rst index bea7dc7a0..b9135da5e 100644 --- a/doc/source/install/compute-install.rst +++ b/doc/source/install/compute-install.rst @@ -72,7 +72,7 @@ Install and configure components .. code-block:: console # cd /var/lib/zun - # git clone https://git.openstack.org/openstack/zun.git + # git clone https://opendev.org/openstack/zun.git # chown -R zun:zun zun # cd zun # pip install -r requirements.txt diff --git a/doc/source/install/controller-install.rst b/doc/source/install/controller-install.rst index 9d1638ffb..9758eb1c8 100644 --- a/doc/source/install/controller-install.rst +++ b/doc/source/install/controller-install.rst @@ -190,7 +190,7 @@ Install and configure components .. code-block:: console # cd /var/lib/zun - # git clone https://git.openstack.org/openstack/zun.git + # git clone https://opendev.org/openstack/zun.git # chown -R zun:zun zun # cd zun # pip install -r requirements.txt