diff --git a/doc/source/development.rst b/doc/source/development.rst index 192575f..8f69b0f 100644 --- a/doc/source/development.rst +++ b/doc/source/development.rst @@ -43,7 +43,7 @@ Build the image with below commands: .. code-block:: bash # Clone the kloudbuster repository if you have not done so - git clone https://github.com/openstack/kloudbuster.git + git clone https://opendev.org/x/kloudbuster.git cd kloudbuster # Install kloudbuster pip install -e . diff --git a/doc/source/gallery.rst b/doc/source/gallery.rst index 17cd673..95d2fe4 100644 --- a/doc/source/gallery.rst +++ b/doc/source/gallery.rst @@ -41,7 +41,7 @@ This also means that this cloud had 20,000 TCP active connections at all times during the scale test. .. image:: images/kb-http-thumbnail.png - :target: https://htmlpreview.github.io/?https://github.com/openstack/kloudbuster/blob/master/doc/source/gallery/http.html + :target: https://htmlpreview.github.io/?https://opendev.org/x/kloudbuster/src/branch/master/doc/source/gallery/http.html Sample HTTP Monitoring Report @@ -89,7 +89,7 @@ for a total of 60,000 random read operations. The latency line tells us that 99.9% of these 60,000 read operations are completed within 1.576 msec. .. image:: images/kb-storage-thumbnail.png - :target: https://htmlpreview.github.io/?https://github.com/openstack/kloudbuster/blob/master/doc/source/gallery/storage.html + :target: https://htmlpreview.github.io/?https://opendev.org/x/kloudbuster/src/branch/master/doc/source/gallery/storage.html The sequential write results are more challenging as they show that the VMs cannot achieve their requested write bandwidth (60MB/s) and can only get 49MB/s diff --git a/doc/source/quickstart_git.rst b/doc/source/quickstart_git.rst index a3cc7bd..1d5c1cb 100644 --- a/doc/source/quickstart_git.rst +++ b/doc/source/quickstart_git.rst @@ -20,7 +20,7 @@ Quick installation on Ubuntu/Debian $ # create a virtual environment $ virtualenv ./vkb $ source ./vkb/bin/activate - $ git clone https://github.com/openstack/kloudbuster.git + $ git clone https://opendev.org/x/kloudbuster.git $ cd kloudbuster $ pip install -e . $ pip install -r requirements-dev.txt @@ -34,7 +34,7 @@ Quick installation on RHEL/Fedora/CentOS $ # create a virtual environment $ virtualenv ./vkb $ source ./vkb/bin/activate - $ git clone https://github.com/openstack/kloudbuster.git + $ git clone https://opendev.org/x/kloudbuster.git $ cd kloudbuster $ pip install -e . $ pip install -r requirements-dev.txt @@ -57,7 +57,7 @@ First, download XCode from App Store, then execute below commands: $ # create a virtual environment $ virtualenv ./vkb $ source ./vkb/bin/activate - $ git clone https://github.com/openstack/kloudbuster.git + $ git clone https://opendev.org/x/kloudbuster.git $ cd kloudbuster $ pip install -e . $ pip install -r requirements-dev.txt diff --git a/doc/source/readme.rst b/doc/source/readme.rst index 7619265..28dd29a 100644 --- a/doc/source/readme.rst +++ b/doc/source/readme.rst @@ -174,9 +174,9 @@ maintainer of KloudBuster. Links ----- -* Complete documentation: ``_ -* `KloudBuster REST API documentation Preview `_ -* Source: ``_ +* Complete documentation: ``_ +* `KloudBuster REST API documentation Preview `_ +* Source: ``_ * Supports/Bugs: ``_ * Mailing List: kloudbuster-core@lists.launchpad.net diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 150b570..2cc8b69 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -82,8 +82,8 @@ Once the server is started, you can use different HTTP methods (GET/PUT/POST/DELETE) to interact with the KloudBuster REST interface using the provided URL at port 8080. - * `KloudBuster REST API Documentation Preview `_ - * `REST API Documentation (Swagger yaml) `_ + * `KloudBuster REST API Documentation Preview `_ + * `REST API Documentation (Swagger yaml) `_ The following curl examples assume the server runs on localhost. diff --git a/kb_dib/Vagrantfile b/kb_dib/Vagrantfile index 4424beb..5040587 100644 --- a/kb_dib/Vagrantfile +++ b/kb_dib/Vagrantfile @@ -15,7 +15,7 @@ apt-get -y install qemu-utils git clone git://github.com/openstack/diskimage-builder.git git clone git://github.com/openstack/dib-utils.git # install kloudbuster -git clone git://github.com/openstack/kloudbuster.git +git clone https://opendev.org/x/kloudbuster.git kb_root=kloudbuster # Extract image version number '__version__ = 2.0' becomes '__version__=2_0' diff --git a/kb_dib/elements/kloudbuster/post-install.d/02-kb-script b/kb_dib/elements/kloudbuster/post-install.d/02-kb-script index ae89b1b..162788b 100755 --- a/kb_dib/elements/kloudbuster/post-install.d/02-kb-script +++ b/kb_dib/elements/kloudbuster/post-install.d/02-kb-script @@ -63,7 +63,7 @@ chmod +x /etc/rc.local # KloudBuster Proxy # ================= cd /kb_test -git clone git://github.com/openstack/kloudbuster.git +git clone https://opendev.org/x/kloudbuster.git cd kloudbuster pip install -r requirements.txt diff --git a/setup.cfg b/setup.cfg index 05cbcf7..340c432 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,12 @@ [metadata] name = kloudbuster summary = KloudBuster is an open source tool that allows anybody to load any Neutron OpenStack cloud at massive data plane scale swiftly and effortlessly. -description-file = - README.rst +long_description_content_type = text/x-rst +long_description = README.rst + author = KloudBuster team at OpenStack author-email = kloudbuster-core@lists.launchpad.net -home-page = https://github.com/openstack/kloudbuster +home-page = https://opendev.org/x/kloudbuster classifier = Environment :: OpenStack Intended Audience :: Developers