RETIRED, Murano package validator tool.
Go to file
Ghanshyam Mann fd80c72e93 Fix hacking min version to 3.0.1
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: Ibab4c82d93dbebd20449e4ed7da82f42c3374438
2020-05-12 19:31:14 -05:00
doc Cleanup py27 support 2020-05-09 16:45:25 +02:00
muranopkgcheck Use unittest.mock instead of third party mock 2020-04-18 15:56:28 -05:00
releasenotes Cleanup py27 support 2020-05-09 16:45:25 +02:00
tools Update hacking for Python3 2020-03-28 12:30:53 +01:00
.coveragerc Added tools/cover.sh 2016-09-01 16:01:38 +03:00
.gitignore Switch to using stestr 2018-07-26 06:13:45 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:58 +00:00
.stestr.conf Switch to using stestr 2018-07-26 06:13:45 +00:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 15:50:32 +00:00
CONTRIBUTING.rst Commit project structure 2016-08-22 16:46:38 +03:00
HACKING.rst Update url in HACKING.rst 2018-11-16 10:57:24 +08:00
LICENSE Commit project structure 2016-08-22 16:46:38 +03:00
MANIFEST.in Commit project structure 2016-08-22 16:46:38 +03:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 08:38:59 +00:00
lower-constraints.txt Cleanup py27 support 2020-05-09 16:45:25 +02:00
requirements.txt Remove six usage 2020-04-17 01:43:29 +00:00
setup.cfg Cleanup py27 support 2020-05-09 16:45:25 +02:00
setup.py Cleanup py27 support 2020-04-07 01:56:47 -07:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:31:14 -05:00
tox.ini Cleanup py27 support 2020-05-09 16:45:25 +02:00

README.rst

Team and repository tags

image

murano-pkg-check

Murano package validator tool

After checking out tool from repository easiest method to run tool is to run

tox -e venv -- murano-pkg-check -h

This command will display help for murano-pkg-validator

If you installed it from PYPI you can use: .. code-block:: console

murano-pkg-check -h

To run validator in directory apache-app just run: .. code-block:: console

murano-pkg-check apache-app

It will print all errors there are on package.

murano-pkg-check --discovery murano-apps

Will search for all packages under directory murano-apps. It will print all errors and warnings for all packages found.