Murano package validator tool.
Go to file
OpenDev Sysadmins a470111235 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:32:58 +00:00
doc/source switch to openstackdocstheme 2017-07-07 15:54:45 +03:00
muranopkgcheck Imported Translations from Zanata 2018-03-01 06:41:42 +00:00
releasenotes Imported Translations from Zanata 2018-03-01 06:41:42 +00:00
tools Use standard cover tox env 2018-09-10 10:31:56 +08: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 add python 3.7 unit test job 2019-02-15 00:16:37 -05: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 Update links in README 2018-06-12 15:31:42 +08:00
babel.cfg Add i18n support 2016-09-07 18:13:18 +03:00
lower-constraints.txt Switch to using stestr 2018-07-26 06:13:45 +00:00
requirements.txt Updated from global requirements 2018-03-04 10:10:53 +00:00
setup.cfg Update home-page 2019-01-12 12:09:21 +00:00
setup.py Updated from global requirements 2017-03-02 11:47:31 +00:00
test-requirements.txt Merge "Switch to using stestr" 2018-07-26 09:35:59 +00:00
tox.ini Use standard cover tox env 2018-09-10 10:31:56 +08: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.