Change to git.openstack.org
Change-Id: Ia8a68c5ba22cdb80ae0b5bd868ff499ac25f3207 Closes-Bug: #1692586
This commit is contained in:
parent
8226aaf033
commit
677ba36549
@ -20,7 +20,7 @@ then
|
|||||||
echo "Download devstack into $DEVSTACK"
|
echo "Download devstack into $DEVSTACK"
|
||||||
|
|
||||||
# clone devstack
|
# clone devstack
|
||||||
su "$OS_USER" -c "cd && git clone -b master https://github.com/openstack-dev/devstack.git $DEVSTACK"
|
su "$OS_USER" -c "cd && git clone -b master https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK"
|
||||||
|
|
||||||
echo "Copy configuration"
|
echo "Copy configuration"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ DevStack Integration
|
|||||||
This directory contains the files necessary to integrate zun with devstack.
|
This directory contains the files necessary to integrate zun with devstack.
|
||||||
|
|
||||||
Refer the quickstart guide at
|
Refer the quickstart guide at
|
||||||
https://github.com/openstack/zun/blob/master/doc/source/dev/quickstart.rst
|
https://docs.openstack.org/developer/zun/dev/quickstart.html
|
||||||
for more information on using devstack and zun.
|
for more information on using devstack and zun.
|
||||||
|
|
||||||
To install zun into devstack, add the following settings to enable the
|
To install zun into devstack, add the following settings to enable the
|
||||||
|
@ -28,9 +28,9 @@ Install Redis database
|
|||||||
After osprofiler 1.4.0, user can choose mongodb or redis as the backend storage
|
After osprofiler 1.4.0, user can choose mongodb or redis as the backend storage
|
||||||
option without using ceilometer. Here just use Redis as an example, user
|
option without using ceilometer. Here just use Redis as an example, user
|
||||||
can choose mongodb, elasticsearch, and `etc
|
can choose mongodb, elasticsearch, and `etc
|
||||||
<https://github.com/openstack/osprofiler/tree/master/osprofiler/drivers>`_.
|
<https://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers>`_.
|
||||||
Install Redis as the `centralized collector
|
Install Redis as the `centralized collector
|
||||||
<https://github.com/openstack/osprofiler/blob/master/doc/source/collectors.rst>`_
|
<https://docs.openstack.org/developer/osprofiler/collectors.html>`_
|
||||||
Redis in container is easy to launch, `choose Redis Docker
|
Redis in container is easy to launch, `choose Redis Docker
|
||||||
<https://hub.docker.com/_/redis/>`_ and run::
|
<https://hub.docker.com/_/redis/>`_ and run::
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@ A set of documentation for this new feature will be required.
|
|||||||
|
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
[1] https://github.com/openstack/kuryr-libnetwork
|
[1] https://git.openstack.org/cgit/openstack/kuryr-libnetwork
|
||||||
[2] https://blueprints.launchpad.net/kuryr/+spec/existing-neutron-network
|
[2] https://blueprints.launchpad.net/kuryr/+spec/existing-neutron-network
|
||||||
[3] https://blueprints.launchpad.net/kuryr-libnetwork/+spec/existing-subnetpool
|
[3] https://blueprints.launchpad.net/kuryr-libnetwork/+spec/existing-subnetpool
|
||||||
[4] https://github.com/openstack/zun/blob/master/specs/container-sandbox.rst
|
[4] https://git.openstack.org/cgit/openstack/zun/tree/specs/container-sandbox.rst
|
||||||
|
@ -10,7 +10,7 @@ Tempest installation
|
|||||||
|
|
||||||
To install Tempest you can issue the following commands::
|
To install Tempest you can issue the following commands::
|
||||||
|
|
||||||
$ git clone https://github.com/openstack/tempest/
|
$ git clone https://git.openstack.org/openstack/tempest/
|
||||||
$ cd tempest/
|
$ cd tempest/
|
||||||
$ pip install .
|
$ pip install .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user