summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Py3: fix the OSC download job binary commandstein-em2.2.1stable/steinLuigi Toscano2019-06-132-1/+5
| | | | | | | | Story: 2005807 Task: 33546 Change-Id: I01660375c17938f1eb2920cf0d599083d3d300e1 (cherry picked from commit ac714f3c4700c235fe052a80edf5514a2e561fd8)
* 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.
* Update UPPER_CONSTRAINTS_FILE for stable/steinTony Breeds2019-03-211-4/+4
| | | | | | | | | | | | Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/stein branch, tests will continue to use the upper-constraints list on master. Change-Id: Ib18b7e53242c78d51cd57cbae6b4ee79f3b5f5d0
* Update UPPER_CONSTRAINTS_FILE for stable/steinOpenStack Release Bot2019-03-081-4/+4
| | | | | | | | | | | | | | | | | | The new stable upper-constraints file is only available after the openstack/requirements repository is branched. This will happen around the RC1 timeframe. Recheck and merge this change once the requirements repository has been branched. The CI system will work with this patch before the requirements repository is branched because zuul configues the job to run with a local copy of the file and defaults to the master branch. However, accepting the patch will break the test configuration on developers' local systems, so please wait until after the requirements repository is branched to merge the patch. Change-Id: I1f6ac3618f24b1a06f6ce111666d6f9eb79ab405
* Update .gitreview for stable/steinOpenStack Release Bot2019-03-081-0/+1
| | | | Change-Id: I03cb4fe95f6116b4c39534405d3af46a086e9598
* 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
|\
| * Support of S3 data sources in OSCJeremy Freudberg2018-07-252-12/+150
| | | | | | | | Change-Id: I3f96e9dd8af1ddee5d1d7ea36f5cdae2d91bf6b2
* | Clean S3 data source create/updateJeremy Freudberg2018-07-252-1/+28
| | | | | | | | | | | | Docstring, unit test. Change-Id: I80328f9e6f24aaf4a9e59c739e68ddb19f4d700d
* | Merge "Adding boot from volume to osc"Zuul2018-07-2525-323/+1125
|\ \
| * | Adding boot from volume to oscTelles Nobrega2018-07-1925-323/+1125
| | | | | | | | | | | | | | | | | | | | | | | | Adding boot from volume to python-sahahraclient CLI. Change-Id: I302aaeb7a0f831730301162f8c51e0eebcbd66f8 Story: #2001820 Task: #12559
* | | Merge "Adding boot from volume"Zuul2018-07-251-6/+10
|\ \ \ | |/ /
| * | Adding boot from volumeTelles Nobrega2018-07-191-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Adding boot from volume to python client. Change-Id: I869e61242de47e802f9d7f1be92427e762bfcf59 Story: #2001820 Task: #22978
* | | Merge "Allow S3 credentials in data source create"Zuul2018-07-191-5/+6
|\ \ \ | | |/ | |/|
| * | Allow S3 credentials in data source createJeremy Freudberg2018-07-101-5/+6
| | | | | | | | | | | | | | | | | | Do so, in a backwards-compatible way, and not in a way with good UX. Change-Id: I31b53c2e63ec9c28aba45aabab70a6abed1969f3
* | | Merge "Fix the cover tox target (switch to stestr)"Zuul2018-07-191-2/+10
|\ \ \ | |_|/ |/| |
| * | Fix the cover tox target (switch to stestr)Luigi Toscano2018-07-131-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cover tox target was broken for a while. Switch it to use coverage+stestr. Patch proposed again with the wrong authorship information. For some reason I messed up them when I first sent out the patch, and I did not notice. If the author would have been the one reported in the original patch, I would have simply merged it with https://review.openstack.org/#/c/571480/ Change-Id: Ie907ec3b381fcc98955c6be4280caf3b5cb220d7
* | | Merge "Rework saharaclient authentication"Zuul2018-07-185-84/+18
|\ \ \
| * | | Rework saharaclient authenticationJeremy Freudberg2018-07-105-84/+18
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Just accept session objects. This will require a new major release of python-saharaclient (2.0). Change-Id: I9021a7ebeeecf94d48170e332b26ac6e80187501 Story: 1747838 Task: 6896
* | | Merge "Correct a missed job_execution->job"Zuul2018-07-131-1/+1
|\ \ \
| * | | Correct a missed job_execution->jobJeremy Freudberg2018-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Followup to f52070c4a671ad6ec3585a1f224d82f971407881 Change-Id: I2861b3d8689da42be85f570ee00da7941848cfb9
* | | | Merge "Revert "Fix the cover tox target (switch to stestr)""Zuul2018-07-131-10/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "Fix the cover tox target (switch to stestr)"Luigi Toscano2018-07-131-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 02e159e422aa1252b46062f342473fc6255d7b3f. Change-Id: I9e5f068a2aac4f4af18e4db8f24324e12e1eda29
* | | | Merge "Fix the cover tox target (switch to stestr)"Zuul2018-07-121-2/+10
|\ \ \ \ | |/ / /
| * | | Fix the cover tox target (switch to stestr)Charles Short2018-06-291-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The cover tox target was broken for a while. Switch it to use coverage+stestr. Change-Id: I015c0f3cb53d048587b3f57c76be8e7f4af37517
* | | | Merge "Switch to using stestr"Zuul2018-07-123-6/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Switch to using stestrCharles Short2018-06-293-6/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. Also sync the version of the requests-mock to the current global requirements. [1] https://etherpad.openstack.org/p/YVR-python-pti Signed-off-by: Charles Short <zulcss@gmail.com> Signed-off-by: Luigi Toscano <ltoscano@redhat.com> Change-Id: I599c74c3ac152c0fc1bc0dddfda8c05a41ddf5a1
* | Reflect response fixes for jobs/jobs templatesJeremy Freudberg2018-07-093-4/+8
|/ | | | | | | | In the experimental APIv2, some inconsistencies were recently fixed. Reflect that. Depends-On: https://review.openstack.org/581072 Change-Id: I408a0ab5ee1647307bb63635b2d7839c24be73d0
* Add release note link in READMEwu.chunyang2018-06-281-0/+1
| | | | Change-Id: I68a493c46b090df0ab4d1cc5931e192a95d641f6
* Merge "Support of the improved force-delete in client"Zuul2018-06-132-2/+5
|\
| * Support of the improved force-delete in clientJeremy Freudberg2018-06-122-2/+5
| | | | | | | | Change-Id: I24552338a3b8234abb718579c7eb73409be34f02
* | Reflect change to multiple clusters creationJeremy Freudberg2018-06-122-4/+11
|/ | | | | | | APIv2 has been experimental; we've made a change to endpoint for the creation of multiple clusters. Change-Id: Idc37b263ceabc9edaf6cab5e24fa83c836edc16d
* Merge "Remove PyPI downloads"Zuul2018-06-111-4/+0
|\
| * Remove PyPI downloadsChen2018-06-071-4/+0
| | | | | | | | | | | | | | | | | | According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: Ib3c14a686d3980a8ca0d29481d63f98f267fa222
* | fix tox python3 overridesDoug Hellmann2018-06-061-0/+7
|/ | | | | | | | | | | | | | | 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: I6517c605ff16f459d5b116c733c1674201b024d8 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Fix build with Sphinx 1.7.xThomas Goirand2018-04-251-1/+1
| | | | | | | | | | In sphinx 1.7, the sphinx.util.compat.Directive class doesn't exist anymore, it's available in docutils.parsers.rst.Directive instead, and it was deprecated in Sphinx 1.6 already. This patch makes it therefore work in both version 1.6 and 1.7 just by using the new module path docutils.parsers.rst.Directive. Change-Id: I2e05c1612c687c029174f045d3ea0fec83e1119a
* Trivial: Update pypi url to new urlmalei2018-04-211-3/+3
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I2c3c13bd9807fdf1d2c185535a2ffe51e96bb629
* Tox: cleanup usage of py34, remove a now-useless section1.6.0Nguyen Hai2018-04-182-8/+2
| | | | | | | | | - Change testenv:debug34 to testenv:debug35 - Remove [build_sphinx] section in setup.cfg because we does not need this anymore. See: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: Ib2d866268e8cefe3b6db10184f43ee7caa957f13