- May 17, 2020
-
-
Michal Nasiadka authored
* Reworked tox pep8 into linters job, that runs: - pep8 - bandit - bashate - doc8 - yamllint - ansible-lint (validate-all-files.py + ansible-lint) * Skip E701 - missing galaxy_info in meta and E602 see [1]. * Skip E301 and E503 - followup later in a separate change * Added ansible-role-jobs to zuul.d/project.yaml which will run openstack-tox-linters job in check queue * Fixed remaining style issue * Made tox and docs reference the new env for linters * Dropped pype environment (not supported) [1]: https://github.com/ansible/ansible-lint/issues/457 Change-Id: I494b4b151804aac8173120e6c6e42bc2fdb00234
-
- May 13, 2020
-
-
Ghanshyam Mann authored
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: I4b11eaad9eac9985342a00e583f16e379a2ad04a
-
- May 11, 2020
-
-
Will Szumski authored
This causes non-local side effects that are hard to track down. E.g: --- import errors --- Failed to import test module: tests.test_merge_yaml Traceback (most recent call last): File "/home/will/.pyenv/versions/3.7.7/lib/python3.7/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/home/will/.pyenv/versions/3.7.7/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/home/will/code/kolla-ansible/tests/test_merge_yaml.py", line 19, in <module> from ansible.errors import AnsibleModuleError ModuleNotFoundError: No module named 'ansible.errors'; 'ansible' is not a package This `'ansible' is not a package` message occurs because ansible is a Mock. Depends-On: https://review.opendev.org/#/c/726768/ Change-Id: Iddbdd3d855daadbf12536cc990559e6b8e123051
-
- Apr 26, 2020
-
-
Radosław Piliszek authored
Removes and/or replaces all mentions of py27. Cleans up obsolete requirements and their lower-constraints. Separates test-requirements. Makes lower-constraints pass outside of CI (MarkupSafe). Adds FIXMEs about some hacky Mocks that may misbehave. Change-Id: Ifc090bf3c1db17d8542ee591c91e8225a597bfe2
-
- Apr 04, 2020
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found by updated hacking version. Remove hacking and friends from lower-constraints, they are not needed during installation. Change-Id: I7ef5ac8a89e94f5da97780198619b6facc86ecfe
-
- Oct 23, 2019
-
-
Mark Goddard authored
These should not be necessary. Change-Id: Ide02b7da2a2a2d528c171772f5552f4529ffe880
-
- Dec 27, 2018
-
-
confi-surya authored
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ie5e5417a1d8481bb59d516a320bd7cc1dd89591e
-
- Jul 24, 2018
-
-
Vu Cong Tuan authored
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I63079f352ff36dda4f3f64a8681431a319791f0e
-
- Jun 08, 2018
-
-
chenxing authored
The openstackdocstheme is included by ``doc/requirements.txt``. We move all doc requirements to ``doc/requirements.txt``. Change-Id: I3e3acf07826a496b3d8514941afa908624fb74f4
-
- May 21, 2018
-
-
confi-surya authored
For compliance with the Project Testing Interface [1] as described in [2] [1] https://governance.openstack.org/tc/reference/project-testing-interface.html [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html doc8 command is dropped from docs tox envs. So this affect nothing and run in PEP8. Related-Bug: #1765348 Depends-On: Icc7fe3a8f9716281de88825e9d5b2fd84de3d00a Change-Id: Idf9a16111479ccc64004eac9508da575822a3df5
-
- May 09, 2018
-
-
ghanshyam authored
hacking is not capped in g-r and it is in blacklist for requirement as hacking new version can break the gate jobs. Hacking can break gate jobs because of various reasons: - There might be new rule addition in hacking - Some rules becomes default from non-default - Updates in pycodestyle etc That was the main reason it was not added in g-r auto sync also. Most of the project maintained the compatible and cap the hacking version in test-requirements.txt and update to new version when project is ready. Bumping new version might need code fix also on project side depends on what new in that version. If project does not have cap the hacking version then, there is possibility of gate failure whenever new hacking version is released by QA team. Example of such failure in recent release of hacking 1.1.0 - http://lists.openstack.org/pipermail/openstack-dev/2018-May/130282.html Change-Id: I05790c5f946a4127fe6c8d9867cc618cb83d67fb
-
- Mar 15, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: Ib440c05aa88fcacbe64aadc6e1f9fd38c47d2d57
-
- Mar 14, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: I836b0d6e915c32074d8062b5914277497ec4f444
-
- Mar 10, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: Ie6fd05b52592ad48fd7acbd6b7e9a6f48ffd1150
-
- Mar 06, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: Ia9a7b76a9db4a149d9e0df16ac576ecd706df22b
-
- Jan 24, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: If0f42f15d8a92ce77ec7988bc04f795d795e2d89
-
- Jan 17, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: I6cf2fce6afbaea4bb8c63c1dd0acc61bf1cf477d
-
- Jan 16, 2018
-
-
OpenStack Proposal Bot authored
Change-Id: I68a1f61af30f5cc3b0604fb988cf773107891b11
-
- Nov 16, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ica929fd8d3ef1972fec0daeb4ae2c00b9a9be3a0
-
- Sep 26, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I89264d20cf97bab69ac6fb970c0a770a3b53bfe0
-
- Sep 13, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ia70a5296c557ec54cdb47a28b163c9365d03506e
-
- Sep 12, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I8d097af4a75bdc4225e0df04bfbdc555d1529aae
-
- Sep 06, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I87ab7673dd74d9275dc043eb556ce980d353b810
-
- Jul 27, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: If20101daba52df4a41abe5e4606b317761bc936b
-
- Jul 14, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Iaa85ff659906b438ef80efc70b51ee8b82755ddd
-
- Jul 02, 2017
-
-
ZhongShengping authored
As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: Id63951348211bdcb2b189455968bdfed40857815
-
- Jun 27, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I6bb90e40a4661663b2386506463dce4fb59018a8
-
- Jun 06, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ife8a3f6acee02c4af965a044cba2074f36223cc3
-
- May 22, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I7e4c7fea9976dc854c212b0a2b79234fa73c1d1b
-
- May 15, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I14134cb07f7ca24ebb7e1c9a38f2d4f77cab3d73
-
- Apr 06, 2017
-
-
Mohammed Naser authored
With the split of kolla and kolla-ansible, it seems that this dependency was carried over as it is used when generating graphs for build sequences. This patch removes it as the build process is not part of this project anymore. Change-Id: I7fd59fe703c2f06c003c8acda15f2a06d3fd7f3f
-
Mohammed Naser authored
It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: I9e1990e93abc6e3001f499ccc8d40b6104ed2d93
-
Mohammed Naser authored
It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: Ieb3a000eda58dcb642cbd099273c91ad355bfb85
-
Mohammed Naser authored
It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: I9dddd470db9dc42a6fa7dbe138c0c6189d8afdd7
-
- Mar 29, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Ie2ff57cb04d5f2331d22838d9a627900e5b1f8a2
-
- Feb 15, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: If087141fbbef3339f49193cd1558e0d9a246b99d
-
- Jan 27, 2017
-
-
RobiJoe authored
* This patch moves the tox environment and deployment guide placeholder files introduced in https://review.openstack.org/#/c/422931 from the kolla/ repository to the kolla-ansible/repository * Remove or add content as needed Change-Id: I10cf4b5baaf7f7fed7df800194a0c326372a22fb
-
- Jan 16, 2017
-
-
Surya Prakash Singh authored
Enabled the cover environment for kolla-ansible in tox Change-Id: Ic9f0dbc14ff9f4ef3d82bd06eb58fc145cb121d9 Closes-bug: #1655948
-
- Dec 05, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: I5052250825a19af3b1c123b5b2c343ed08e0eaa0
-
- Nov 27, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Id5ecdffc7fde0cd82a556162daef7179f069c901
-