Jesse Pretorius 61086079f0 Reduce repo_build console verbosity
Currently the repo_build processes output verbosely to stdout and
also log to a log file independently. This is unnecessary as the
log file output is at maximum verbosity according to
https://pip.pypa.io/en/stable/reference/pip/#file-logging

This patch reduces the console output verbosity so that the gate
check console logs are not as large.

Change-Id: If0f11d1d5a60ede85555e9c0ef134cace94dded6
2016-01-14 06:47:27 +00:00
..
2015-10-22 20:04:27 +00:00
2016-01-14 06:47:27 +00:00
2015-10-22 20:04:27 +00:00
2015-10-22 23:33:19 +00:00

OpenStack repo build

tags

openstack, repo, build, cloud, ansible

category

*nix

Role to deploy a repository build for both python packages and git sources.

- name: Setup repo builds
  hosts: repo_all
  user: root
  roles:
    - { role: "repo_build", tags: [ "repo-build" ] }