Commit Graph

5 Commits

Author SHA1 Message Date
albailey 7312b1bf1d Turn off the legacy pip resolver for sysinv
The requirements that had conflicts have been updated.

The local upper-constraints is no longer being used by tox
since two constraints files with different values for the same
requirements are not supported.

Additional pylint error codes are being suppressed as
pylint is now running in python3 and has some newer checks.

Cleans up some linter warnings related to yaml.

Change-Id: I9b5158d59b0791e49c3037a8e823b67fb30c8292
Related-Bug: #1907678
Signed-off-by: albailey <Al.Bailey@windriver.com>
2020-12-16 10:37:58 -06:00
Al Bailey 389d7b785f Fixing puppet-lint failures in zuul
puppetlint zuul jobs are timing out.
The problem is that zuul-cloner is being used, which is deprecated.
This fix removes the zuul-cloner code from the pre job.

Change-Id: Ib34b5b226c7cc5ace8917e513a901596b39b8f8e
Closes-Bug: 1834350
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-06-26 11:30:59 -05:00
OpenDev Sysadmins 55bca6e738 OpenDev Migration Patch
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.
2019-04-19 19:52:42 +00:00
Ian Wienand cda903112b Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I81f3c7554c601e0297c61f4730244f4e28da33df
2019-03-24 20:36:10 +00:00
Don Penney a91160daa2 Add puppet-lint support
This update adds the tox and zuul configuration to
run puppet-lint against the puppet manifests. The
initial update ignores all existing errors, which
will be cleaned up later.

Change-Id: I293abc2eac6bc6216cbbf6d939c1ba3474fb9384
Story: 2004515
Task: 28665
Signed-off-by: Don Penney <don.penney@windriver.com>
2018-12-24 13:50:20 -06:00