summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update master for stable/wallabyxena-em3.4.0stable/xenaOpenStack Release Bot2021-03-182-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I5d670a37e27605737d1491d8ae0cf7e64c8851b7
* Merge "Add Python3 wallaby unit tests"wallaby-em3.3.0stable/wallabyZuul2020-09-161-1/+1
|\
| * Add Python3 wallaby unit testsOpenStack Release Bot2020-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ibf246a0cf05e92144d021d3f2ff04280281e7225
* | Merge "Update master for stable/victoria"Zuul2020-09-162-0/+7
|\ \ | |/
| * Update master for stable/victoriaOpenStack Release Bot2020-09-142-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I2e83569e917947fb5b381924576ad85a43b792ae Sem-Ver: feature
* | Remove install unnecessary packageswu.shiming2020-09-151-2/+0
|/ | | | | | | The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: I0749590a9d8b2183ed9c95178541ed85fb19996a
* [goal] Migrating testing to Ubuntu Focalvictoria-em3.2.1Ghanshyam Mann2020-09-081-4/+4
| | | | | | | | | | | As per victoria cycle testing runtime and community goal, we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump lower constraints to make testing work for Focal. Change-Id: I6354e7abe8eece9e1d9c9005ed90faefd53c65b2 Story: #2007865 Task: #40216
* Merge "Remove Babel requirement"Zuul2020-07-012-2/+0
|\
| * Remove Babel requirementwu.chunyang2020-06-292-2/+0
| | | | | | | | | | | | | | | | | | Babel is not needed as requirement, remove it. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: Ifd51020aabf265eada1f667713013a3a6176c659
* | drop mock from lower-constraintsHervé Beraud2020-06-091-1/+0
|/ | | | | | | | | | The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints. These changes will help us to drop `mock` from openstack/requirements Change-Id: I414e2127b313328756c5b15a44b661ea3982a017
* Switch to newer openstackdocstheme and reno versions3.2.0Andreas Jaeger2020-05-203-23/+11
| | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. 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. Set openstackdocs_auto_name to use 'project' 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. Depends-On: https://review.opendev.org/729744 Change-Id: I4c81bec463bb61a559ee8941545c16a08b7041f9
* Fix hacking min version to 3.0.1Ghanshyam Mann2020-05-121-1/+1
| | | | | | | | | | | | | | | | | flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: Ie2e12c6313924f79e7f985897565e0f1d3f03187
* Merge "Bump default tox env from py37 to py38"Zuul2020-04-251-1/+1
|\
| * Bump default tox env from py37 to py38Sean McGinnis2020-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I0e1b6b4e5dcddfcba5b14c48493d65da4f083846 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Add py38 package metadataSean McGinnis2020-04-241-0/+1
|/ | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I310c3b8ae925668a1a892892896d0b66a8603fc9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Merge "Ussuri contributor docs community goal"Zuul2020-04-234-28/+31
|\
| * Ussuri contributor docs community goalJeremy Freudberg2020-04-224-28/+31
| | | | | | | | | | | | | | - Updated CONTRIBUTING.rst per goal guidelines - Created doc/source/contributor/contributing.rst per goal guidelines Change-Id: I4a72ec5cec7e48aacc5ce080609fc89f063e7337
* | Use unittest.mock instead of third party mockSean McGinnis2020-04-1824-24/+25
|/ | | | | | | | Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I96263b774551821745a2345ffb2df3bf2a2dcf05 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Remove pypy jobAndreas Jaeger2020-04-172-4/+1
| | | | | | Pypy is not tested in OpenStack anymore, remove the job. Change-Id: Iddd69443f93512b843babd880398dd2575c115e7
* Add Python3 victoria unit testsOpenStack Release Bot2020-04-111-1/+1
| | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I8c39b94101ec0532f0a7983082c9c7ee9f89c1f0
* Update master for stable/ussuriOpenStack Release Bot2020-04-112-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: Ib356624acdf10e24f42da957d2f8a7216cfbab3f Sem-Ver: feature
* Cleanup py27 supportussuri-em3.1.0Andreas Jaeger2020-04-073-17/+4
| | | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I95a49a2941790e0df1fde38f253ba2516959ce80
* Update hacking for Python3Andreas Jaeger2020-04-0711-483/+34
| | | | | | | | | | | | | | | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Note: The repo has been using an uncapped requirements, so was testing with hacking 2.0 which disabled the old way of local testing integration. Remove S367 and S368 since they are not working under python3 "NOTE(Kezar): This checks a good enough if we have only py2.7 supported. As soon as we'll get py3.x we need to drop it or rewrite. You can read more about it in dev-list archive, topic: "[hacking]proposed rules drop for 1.0" Also, hacking now has H304 and H306 which test exactly the same. Remove hacking and friends from lower-constraints, it's not needed there. Change-Id: If60682fb328359ef73dee8f2d89d51410a376677
* Fix the "image register" command (OSC 5.2.0 regression)Luigi Toscano2020-04-076-11/+17
| | | | | | | | | | | | | | | | | | python-openstackclient removed the usage of glanceclient between 5.1.0 and 5.2.0 (see: https://review.opendev.org/#/c/650374/). As a consequence, the openstack dataprocessing image register ... command is now broken. This fix means a few requirement bumps to align to OSC 5.2.0, even though saharaclient 3.0.0 is already released. Story: 2007501 Task: 39317 Change-Id: I377e0646303aef4984cdd6e4b6587fca9241206b
* fix: typo in tox minversion option3.0.0Luigi Toscano2020-01-281-1/+1
| | | | Change-Id: I791bdb664d4438d446a7cd9d0c8fd98b3f13ebff
* [ussuri][goal] Drop python 2.7 support and testingLuigi Toscano2020-01-265-20/+13
| | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. sahara plugins do works with python 3 and the sahara core does not support python 2.7 anymore anyway. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Also: - bump the lower-constraints decorator requirements to a recent one to prevent failures; - drop the obsolete jenkins tox target. Change-Id: I5806dcb8f13e88a28c0b5e6de449efa9b95b6e73
* Switch to Ussuri jobskangyufei2019-10-221-1/+1
| | | | Change-Id: Iea45bfed3b7df01f3272600d4e213588d663aab1
* Update master for stable/trainOpenStack Release Bot2019-09-202-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I1b2597b660c21fb7cde6828a2bba631e8cc29794 Sem-Ver: feature
* py3: use the train test template and other updatestrain-em2.3.0Luigi Toscano2019-07-113-7/+5
| | | | | | | | | | | | | | | | | Use the unified unit test Zuul template for train, according the community goal. Also, update the setup.cfg classifiers accordingly. Update the debug test environment. Adding "debug-py36" is enough; if a distribution supports 3.7, the "debug" tox environment can be used. Finally, keep only the most recent environment in the default set executed when calling tox. Story: #2005924 Task: #34244 Change-Id: Iad4a6e933ad416eb67a2f144540fe79e97938bec
* Update sphinx from current requirementsLuigi Toscano2019-06-251-1/+2
| | | | | | Otherwise the requirements-check job fails. Change-Id: I5c3653d41b87869ea3b307206785636274302946
* Py3: fix the OSC download job binary commandLuigi Toscano2019-05-312-1/+5
| | | | | | | Story: 2005807 Task: 33546 Change-Id: I01660375c17938f1eb2920cf0d599083d3d300e1
* Replace git.openstack.org URLs with opendev.org URLsLuigi Toscano2019-04-202-5/+5
| | | | | | | Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I926a174b37954134b274013c1f5d9020ae97bf33
* OpenDev Migration PatchOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | 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.
* Merge "Add py37 and API v2 jobs (scenario, tempest)"Zuul2019-03-192-8/+26
|\
| * Add py37 and API v2 jobs (scenario, tempest)Luigi Toscano2019-03-042-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run also: - the API v2 scenario and tempest tests - the py37 tests on both the check and the gate queue. No need to set LIBS_FROM_GIT anymore, Zuul sets it automatically for projects listed under request-projects. The addition of py37 implements the following task: Story: 2004073 Task: 27450 Change-Id: I4ff72efa0af76bd2e710e9c1be4d77fd6af83582
* | Update master for stable/steinOpenStack Release Bot2019-03-082-0/+7
|/ | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: I441719fc44f5ad9ef4b9dbc28a7413f04b0feb97 Sem-Ver: feature
* Add missing APIv2 features to client, OSC2.2.0Jeremy Freudberg2019-03-039-19/+208
| | | | | | | | | | | | | | | | | Now in the basic client: - Boot from volume enhancements - Update keypair Now in OSC: - Force delete cluster - Update keypair - Boot from volume enhancements - Decommision specific node (only via --json) Change-Id: I031fdb6f7754f6cf242bfae6f10ed05249c07dac Story: 2003092 Task: 23183 Task: 29740
* Merge "Preparing OSC for APIv2"2.1.0Zuul2019-01-1135-139/+4310
|\
| * Preparing OSC for APIv2Telles Nobrega2019-01-1035-139/+4310
| | | | | | | | | | | | | | On the way to have APIv2 as stable we need to have it available on the OSC for sahara. Change-Id: I84f4bc56c641caad7c04190c7a344a6773440eef
* | Merge "add python 3.6 unit test job"Zuul2018-12-121-1/+1
|\ \
| * | add python 3.6 unit test jobVieri2018-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.6 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: Ib0722f5674e40eff4c75ac6ea61f862fc81dfa1d Story: #2002586
* | | Merge "Add Python 3.6 classifier to setup.cfg"Zuul2018-12-121-0/+1
|\ \ \
| * | | Add Python 3.6 classifier to setup.cfgqingszhao2018-11-301-0/+1
| |/ / | | | | | | | | | Change-Id: Ice24a75d1e31aaa72a4eb1caf3a8cbd1a36b12e1
* | | Update devel info: mailing listLuigi Toscano2018-11-211-1/+1
|/ / | | | | | | | | | | | | The new openstack-discuss mailing list is going to replace few mailing lists, including openstack-dev. Change-Id: I61e3ac6f7262693fdf3d410c856927faeac48751
* | Use templates for cover and lower-constraintsAndreas Jaeger2018-09-071-5/+2
| | | | | | | | | | | | | | | | | | | | | | Use openstack-tox-cover template, this runs the cover job as non-voting in the check queue only. Use openstack-lower-constraints-jobs template Remove jobs that are part of the templates. Change-Id: I0217788b2031eeb05e74e89225db32f503f15c62
* | add python 3.6 unit test jobDoug Hellmann2018-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.6 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: Id7bf41c1646fcaf6d11d393899006076282925c8 Story: #2002586 Task: #24332
* | switch documentation job to new PTIDoug Hellmann2018-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Ia51884c3caaebf30f5347088cace286c959e23c1 Story: #2002586 Task: #24332
* | import zuul job settings from project-configDoug Hellmann2018-08-211-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I39a7640f458c93b775417daa001196b623a236ef Story: #2002586 Task: #24332
* | Update reno for stable/rockyOpenStack Release Bot2018-08-082-0/+7
|/ | | | Change-Id: I3c3f1a2949a0e9c3d0164be05ffbb12b78c435e2
* Merge "Support of S3 data sources in OSC"rocky-em2.0.0Zuul2018-07-262-12/+150
|\