Murano package validator tool.
Go to file
OpenStack Proposal Bot 5a1bf6f15f Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I6acd5f60982b65a136fbfbaa11fb0bc409c37665
2023-01-27 03:48:03 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-21 20:24:51 +02:00
muranopkgcheck Merge "Support volume and zone resource types" 2022-10-12 09:21:16 +00:00
releasenotes Imported Translations from Zanata 2023-01-27 03:48:03 +00:00
tools Rmove six forgotten before 2020-11-10 09:46:10 +00: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 Drop lower-constraints.txt and its testing 2022-06-01 09:02:31 +00:00
CONTRIBUTING.rst [community goal] Update contributor documentation 2021-05-17 18:07:57 -05: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
requirements.txt Drop lower-constraints.txt and its testing 2022-06-01 09:02:31 +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 Switch to newer openstackdocstheme and reno versions 2020-05-21 20:24:51 +02:00
tox.ini Drop lower-constraints.txt and its testing 2022-06-01 09:02:31 +00: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.