To simplify the configuration, let's move the molecule jobs to their own
file and leverage a template for inclusion into the main zuul config.
Change-Id: I5c1a5b600f1d77b1375e9c4ed3cbabccf3196c17
Signed-off-by: Kevin Carter <kecarter@redhat.com>
A playbook has been added to the root of the project which will assist
developers in adding new roles to the project. The playbook will generate
a new role, create a tox entry, and setup zuul for independent CI.
This new playbook capability has been added to the contributing docs.
Change-Id: I726740e1c95b2f38fe7bae2e9a8f1e35feb5a7bf
Signed-off-by: Kevin Carter <kecarter@redhat.com>
Pre-commit was added to run all of the lint jobs via tox. Because
this change now enforces the linters, the modules and playbooks
have been updated so they're able to pass the checks.
> Several excludes and lint ommisions have been added to the
pre-commit config. These were added because the current code
can not pass the basic checks in its present state. In a
future PR updates will be made to the playbooks and modules
and these ommissions will be removed. The goal of this PR is
to ensure some checks are running and lay the ground work
for future structural changes.
Change-Id: If2095741dd0e977de71f8110307aef92d4f3676c
Signed-off-by: Kevin Carter <kecarter@redhat.com>