Commit Graph

222 Commits

Author SHA1 Message Date
jinyuanliu 5da860c758 Clean up extra spaces
Although these errors are not important, they affect the code specification.

Change-Id: I2db90d03723667d895dab1bba230bbc92064e949
2021-09-15 02:57:41 -04:00
Andreas Jaeger 542aedaf3a Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_version to not auto-version the documents.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Remove py27 job, py27 fails and not supported anymore in
OpenStack since Ussuri.

Remove unneeded setup.cfg cruft.

Change-Id: Ie22a24f1465420898c0a20efb2773cce2ed6e039
2020-06-01 17:00:05 +02:00
huang.zhiping 869f4ca522 Update home-page
Change-Id: Iacb1238ab1354443fbeeffcc6d0e90127040d418
2019-05-31 08:56:02 +00:00
Ilya Shakhat b5b6aaba8b Pin Sphinx on py27
Change-Id: Icd8da94ef6f3ece5efb06783c7ccdd3147e10c1e
2019-05-29 17:24:26 +02:00
OpenDev Sysadmins b9a140c167 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:35:26 +00:00
Ian Wienand a3f90db284 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ibf57ccd514b35dd31d9a8482aaab2b0b845d0d5f
2019-03-24 20:35:35 +00:00
melissaml 31b87219c8 Update the outdated URL
Change-Id: I754ae892d244d1867262f5cc54ac8875400f4909
2018-12-05 11:09:45 +08:00
melissaml 438f958bba Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I8a8f20f2ea256993c5a916f01a57ae5f7399ee43
2018-12-04 20:20:53 +08:00
Zuul 1a3144e7ec Merge "Update the min version of tox to 2.0" 2018-11-05 09:15:30 +00:00
Kim Bao Long 7a5cc32e70 Update the min version of tox to 2.0
The verification comands used by tox need at least 2.0 version. This
patch aims to update tox version from 1.6 to 2.0 which should help with
local running of constraints targets.

Change-Id: Ibc559e0afb3a68d3ce2acfd325e0695c3fae41ad
2018-11-05 08:31:08 +07:00
Nguyen Hai Truong 984d6bde22 [Trivial Fix] Correct spelling error of "bandwidth"
Small modification to correct spelling mistake.

Change-Id: I7b88f1385159934729d3c305bf3c47b7f8498520
2018-11-04 17:48:37 +07:00
Nguyen Hai b892985a56 switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I766b9d504ea24e1fadaad0d158da43012a07290a
Story: #2002586
Task: #24328
2018-08-30 14:57:36 +09:00
Nguyen Hai 3780f7e1e7 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ifdc2773b65840575a70622c5d0fce49473cfd081
Story: #2002586
Task: #24328
2018-08-29 22:02:39 +09:00
Zuul 322b749af3 Merge "fix tox python3 overrides" 2018-08-17 08:38:22 +00:00
Zuul 86820c9f07 Merge "Add MDRPC results" 2018-08-17 08:35:41 +00:00
jrbalderrama 1c09c79702 Add MDRPC results
This reports the MDRPC test plan partially (scenario 1)

Co-Authored-By: msimonin <matthieu.simonin@inria.fr>

Change-Id: I99460e66e4a2954b316fc5b6f157f882fc85ff6f
2018-07-26 17:25:25 +02:00
Nguyen Hung Phuong 85b222cffe fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I45a7155785ce37dbeb8c77d409437d65bcdc479b
2018-07-18 02:03:38 +00:00
melissaml 15254255e2 fix a typo in settins
Change-Id: Idfd95167a3068c47e3387c24d0162beda9e7c8e9
2018-05-23 23:43:22 +08:00
XiaojueGuan fd414293a0 Trivial: Update pypi url to new url
Change-Id: Id6bbdaf9a6b56c8936b298f9d33214aeab9c8180
2018-05-10 14:42:11 +00:00
sunyandi cb906e9f7d modify keystone spelling errors
Change-Id: I9dbaa354b147b23276f70f59788b9c2b6bfa15c7
2018-02-06 17:09:40 +08:00
msimonin 5e8e2cec9e Massively Distributed RPC test plan
This formalizes the discussion started in
https://etherpad.openstack.org/p/1BGhFHDIoi

Change-Id: Idc7ab4eeef24ef57a535b9567541f30734191e87
Co-Authored-By: Ken Giusti <kgiusti@gmail.com>
Co-Authored-By: andy smith <ansmith@redhat.com>
Co-Authored-By: Paul-Andre Raymond <paul-andre.raymond@b-yond.com>
2017-11-23 14:55:30 +01:00
Jenkins 9c2e67cdb2 Merge "Adds Test plan for OpenStack under WAN conditions" 2017-08-01 14:59:23 +00:00
Bin Zhao 666fc6ae41 Fix the shell script to run reliability test
There are 3 minor errors in the shell script.
This change is to fix them to make the script work.

Change-Id: I610f99c2a3a9a8d224fdd9d49427a9494ccb6161
Closes-Bug: #1706537
2017-07-26 00:39:35 -07:00
Ilya Shakhat d84e6f3426 Migrate to new OpenStack Docs theme
Change-Id: Ied28638ef84f1ba11f9b7c888820e750877f8eac
2017-07-12 10:29:07 +02:00
rcherrueau ef248349b2
Adds Test plan for OpenStack under WAN conditions
This commit adds test plan for comparing control plane and data plane
perfomance of different OpenStack configurations under WAN conditions.

Change-Id: I74c67dc896725b8d56731a832773bd60f6c87bf4
Co-Authored-By: msimonin <matthieu.simonin@inria.fr>
Co-Authored-By: parnexius <raymond@nexius.com>
2017-06-02 15:05:10 +02:00
Sergey 18f7b6e7f7 Add shaker test for cluster in upgrade
Add shaker test plans and test results for ccp cluster during upgrade
for Mitaka to Newton

Change-Id: I5e3fc83048dc28b00a5c10fc50067d2efaf09106
2017-04-18 17:14:58 +04:00
Jenkins 509c5bf8ae Merge "Fuel-CCP OpenStack reliability testing report" 2017-04-11 15:32:18 +00:00
Jenkins 05a1b869eb Merge "Add Fuel CCP upgrade testing" 2017-04-11 15:32:13 +00:00
Jenkins a91c847c63 Merge "Kube-proxy performance test plan and report" 2017-04-11 15:30:06 +00:00
Jenkins 595fe0d395 Merge "Ceph RBD test plan" 2017-04-11 15:30:01 +00:00
Jenkins 24f3f436b4 Merge "Adding Test plan for ML2/ODL" 2017-04-11 15:29:37 +00:00
Sai Sindhur Malleni 970ecf273f Adding Test plan for ML2/ODL
This commit adds test plan for comparing control plane and
data plane performance of ML2/OVS vs ML2/ODL.

Change-Id: Icd490afb34fbf4446ec848896f3f5ca78ddf28d0
2017-04-06 13:35:19 -04:00
Kostiantyn Danylov a789aeed16 Ceph RBD test plan
Change-Id: I3611a385fd734ba699670f4a7867161d07a887d2
2017-04-06 18:25:27 +03:00
David Burnazyan 406efc8605 Add logs to ceph rbd test results
Change-Id: I4c8bd719a4ea3cfd6a4d6a25e914fbbc4859e00b
2017-04-06 18:15:27 +03:00
Jenkins 0a8b7be70c Merge "ETCD health research: test plan" 2017-04-06 14:35:23 +00:00
Jenkins fed1106de1 Merge "Ceph RBD test results" 2017-04-06 14:33:07 +00:00
Jenkins 3e98e48677 Merge "ETCD health research: test results" 2017-04-06 11:45:47 +00:00
obasov 6816ebca3d ETCD health research: test plan
Change-Id: I893a9449ced14c888f08fdfe903371fecc889c25
2017-04-05 18:39:45 +03:00
Artem Yasakov 40ed572f01 Kube-proxy performance test plan and report
Change-Id: I87326081443d7b2d2e59138b8b7c3def949298c7
2017-04-05 16:55:59 +04:00
David Burnazyan fc349880c0 Ceph RBD test results
Change-Id: I8b513adeaf17f4985431f369878cc93b76b95950
2017-04-04 19:11:45 +03:00
Jenkins 8b45e9aa25 Merge "Indicating the location tests directory in oslo_debug_helper" 2017-04-04 15:43:29 +00:00
Oleg Basov 5c76b09ab9 ETCD health research: test results
Change-Id: Ifb914758f22a405355fce840b9caf39765c16c26
2017-04-04 17:08:34 +03:00
Sergey Galkin 6cbbd5acfd Add Fuel CCP upgrade testing
Add Fuel CCP upgrade test plan and results

Change-Id: Ib68d19575967b8792a3ae693c6c06481e360d210
2017-03-31 14:01:55 +04:00
Jenkins 2544c1e125 Merge "Kubelet density test on scaling by nodes" 2017-03-28 15:32:48 +00:00
Ilya Shakhat 1d636de8e1 Fuel-CCP OpenStack reliability testing report
Change-Id: I7ddfcb6574a2c535ba5392eb10d75ada4b8cbd5d
2017-03-23 11:38:15 +00:00
Jenkins c12b2ab7d3 Merge "Influx HA as an external storage for Prometheus" 2017-03-22 10:18:34 +00:00
obasov e26dfc01aa Influx HA as an external storage for Prometheus
Change-Id: I01bdfabb4189bcf35f0872350b78feba0f762eef
2017-03-21 18:48:35 +03:00
Artem Yasakov d8aa24e22f Kubelet density test on scaling by nodes
Change-Id: I56e6765a61431e6613f3aad1c8a7a3212adc229f
2017-03-17 16:13:09 +04:00
Luong Anh Tuan 5f122c0665 Indicating the location tests directory in oslo_debug_helper
According to [1], we can passing a "-t" argument to
oslo_debug_helper to indicate the directory where tests
are located. This will solves ImportError exception.

[1] https://docs.openstack.org/developer/oslotest/features.html

Change-Id: Iff8d4347b4d16a646fb89e38ba4eaeb950377053
Closes-Bug: #1666560
2017-03-09 23:49:01 +07:00
Artem Yasakov 856aa8e0fd Kubernetes dns perfomance test plan and report
Change-Id: Ib86a21171428f2c76e583bf94e5c579be723e05c
2017-03-03 13:59:58 +04:00