summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainstable/trainOpenStack Release Bot2019-09-201-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/train branch, tests will continue to use the upper-constraints list on master. Change-Id: I654c46aeead7ab3481203fbf303fb5771fd99c0f
* Update .gitreview for stable/trainOpenStack Release Bot2019-09-201-0/+1
| | | | Change-Id: I2f13345ddabb094fb5dc398bc1e786effd01104e
* 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
|\
| * 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
|\