- 22 Apr, 2021 1 commit
-
-
Tobias Urdin authored
Change-Id: I382a56ddf4ecf7e76b1a0ecb4446754c1ceecce3 (cherry picked from commit 565614ff)
-
- 22 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I206d56ed819e7ae51998f6f292b465a8908d892c
-
OpenStack Release Bot authored
Change-Id: Ie9aeac90a71b2199a33fdc007bc9f6bb80dbc01d
-
- 03 Mar, 2021 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I49e34dc63146ed630368d7da02cd696b566f0a29
-
- 16 Feb, 2021 1 commit
-
-
manchandavishal authored
UPPER_CONSTRAINTS_FILE is old name and deprecated. This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. For more info. please refer [1]. [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: I5403b96d4dd0faac9f1295d57a1680a7d452c7b1
-
- 23 Dec, 2020 1 commit
-
-
manchandavishal authored
This patch bump a series of lower-constraints and requirements to work with new pip resolver. For more information please refer [1]. It also fix some pep8 issues. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019285.html Change-Id: I0ce1e41b6e064866ef1e5e7cf8c55bb8a2cc5963
-
- 04 Oct, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I4b6ca625c5c4c2f8a64aed653f29d3710ebb6393
-
- 21 Sep, 2020 3 commits
-
-
OpenStack Release Bot authored
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: Ic0fc60d77481940c0aae63d92a125781899be9f2
-
OpenStack Release Bot authored
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: I80f64f6f4f6e69bb15325a913aac383dd5fc2a2a Sem-Ver: feature
-
Zuul authored
-
- 02 Sep, 2020 1 commit
-
-
manchandavishal authored
If we move horizon jobs to focal then magnum-ui 'nodejs-test' job fails. This patch adds libfontconfig1 in bindep.txt as phantomjs requires libfontconfig[1] to fix failed nodejs job. Depends-On: https://review.opendev.org/#/c/744647/ [1] https://www.npmjs.com/package/phantomjs-prebuilt#linux-note Change-Id: I446ec56c0fa1d824dc3eb88810b19bc871072cd4
-
- 24 Aug, 2020 1 commit
-
-
Zuul authored
-
- 05 Aug, 2020 1 commit
-
-
Feilong Wang authored
Support enable/disable loadbalancer when creating cluster to override the master_lb_enable config in cluster template. Task: 40425 Story: 2007949 Change-Id: If548c7b7c95c3db191272a505ba3bff451076b13
-
- 04 Aug, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 - bug#1886296 Bump the lower constraints for required deps which added python3.8 support in their later version. Bump the pyflakes to 2.1.1 as min version to run pep8 jobs on py3.8 which is default python vesion in ubuntu focal. Story: #2007865 Task: #40193 Closes-Bug: #1886298 Closes-Bug: #1886296 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I3c535fc21dddce6e07817c9af8016fb407d9ed31
-
- 17 Jul, 2020 1 commit
-
-
manchandavishal authored
The zuul template 'openstack-python3-victoria-jobs-horizon' already includes py36 job as voting in both check and gate. This patch remove the ancient overwrite of non-voting in check queue. The py36 job is running fine and can be voting. Change-Id: I4746fd7f06f48d1ed6d2db97553ebd04e2ad9843
-
- 10 Jul, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I601f93fd0f6c2645468aedd97204c31c448def56
-
- 24 Jun, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I138561fee3783bf16dcf1b4f9c26d6a95c93e4a6
-
- 22 Jun, 2020 1 commit
-
-
Andreas Jaeger authored
horizon is doing frequent releases, the install from source is not working as is anymore. Remove it. Change-Id: I958f51d845f137ac20c1cdce8f55a3172e13246e
-
- 08 Jun, 2020 1 commit
-
-
Hervé Beraud authored
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: I3debdfe332a5d6374eccb0c99bef29703fc2700c
-
- 03 Jun, 2020 2 commits
-
-
Zuul authored
-
Simon Merrick authored
Change-Id: I4ceda3f3a4d8df604f626ad690bdf38e4db433a7
-
- 02 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: I029a4125cb36f0238a64c6adee8b9a2cac186e33
-
- 25 May, 2020 1 commit
-
-
Zuul authored
-
- 21 May, 2020 1 commit
-
-
Andreas Jaeger authored
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. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. 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. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. 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 Change-Id: I9a27209ebe8067b6681105dfedd51e45991fb2b0
-
- 20 May, 2020 1 commit
-
-
Feilong Wang authored
There are two fixes included in this patch: 1. List nodes correctly. We have renamed minion to node, which cause the filter doesn't work correctly. 2. The response from magnumclient resize method is not a json, so we need to convert it to dict before return. Rolling upgrade has the same issue. Task: 39810 Story: 2007697 Change-Id: I7a03dfea2c84a423f15cfbe4194a8492f72dbd35
-
- 15 May, 2020 1 commit
-
-
Feilong Wang authored
1. Show health status on cluster list table 2. Show health status and health status reason on the cluster details page Change-Id: I4d0751fc39d90cddc909b28ca0767bc811b6c3b8 Task: 39794 Story: 2007682
-
- 10 May, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I07c8771b37dd3ecbe266218053db29f849b73052
-
- 05 May, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I7d4b2fedc44e9c542c24978f1f6fc7057baaa0fa
-
- 02 May, 2020 1 commit
-
-
Sean McGinnis authored
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: I5e2e67779182e507dfa3b126ab6cecc86d148137 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 27 Apr, 2020 1 commit
-
-
Zuul authored
-
- 26 Apr, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Icd586ce433e8d4f3a2985cb6a228f48ac2384439
-
- 24 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
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: I57f70ca1879ee38ed108a9df5e2edcced2259490
-
OpenStack Release Bot authored
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: I969be6c432ba75da25b4598f3fd2d67dd0c11897 Sem-Ver: feature
-
- 21 Apr, 2020 2 commits
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I181688a50c8ca0f44f2d8e4003522107eae565c4
-
Zuul authored
-
- 18 Apr, 2020 1 commit
-
-
Sean McGinnis authored
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: Ie3c9acbcfd21a7ef02c48dace486e80c502f0833 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 17 Apr, 2020 3 commits
-
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id4f28780c93d6915502b87c683183f1d94c7618d
-
manchandavishal authored
Recently horizon added pytest d6fe0170ee2bc14eab27f8bdf0deb57706b85bb7 which causes the job failure here. This patch adds the pytest in the 'lower-constraints.txt' and 'test-requirements.txt' to fix gate. Change-Id: Iebc13eabb514377d7efd02391d20d2e6e14b451c
-
- 14 Apr, 2020 1 commit
-
-
Bharat Kunwar authored
At present, resize cluster invocation via the magnum-ui fails because it tries to resize production_group nodegroup which is not a thing. Until we support ability to specify nodegroups, we ought to use the default of default-worker nodegroup. Change-Id: I3e9553e6d337ab1580c0e3bb3d1a88e8b97f2f23
-