zuul-jobs/roles/bindep
Paul Belanger 829297c37a
Ensure we load roles for linting
Did didn't have ansible-lint setup properly, as a results our roles
weren't actually linted properly.

Fix variable linting issues and ignore ANSIBLE0012.

Change-Id: I07aa940245e700c9f08df0f1920720f0ed9d3de0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-07-17 16:50:06 -04:00
..
defaults Rework bindep role to be more ansible and less shell 2017-07-09 09:27:09 -05:00
handlers Make sure bindep is on the node 2017-07-09 07:46:07 -05:00
tasks Ensure we load roles for linting 2017-07-17 16:50:06 -04:00
README.rst Add openstack-doc-build job for documentation testing 2017-07-11 11:13:13 -04:00

Installs distro packages using bindep tool

Looks for a bindep.txt in a project's source directory, or failing that a other-requirements.txt. If one exists, run bindep on the file to produce a list of required distro packages that do not exist and then install the missing packages.

Role Variables

bindep_dir

The directory to look for bindep files in. Defaults to current directory.

bindep_profile

A specific bindep profile to request. Defaults to empty.

bindep_file

Path to a specific bindep file to read from.

bindep_command

Path to the bindep command. Defaults to unset which will look for a system installed bindep. If bindep_command is not found, bindep will be installed into a temporary virtualenv.

bindep_fallback

Path to a bindep fallback file to be used if no bindep file can be found in bindep_dir.