2f35e36e54
The py_pkgs lookup plugin will now handle multiple sources. This change was needed to enable the system to allow for overrides of repo_package resources and general python packaging as found throughout the stack. The module has precedence as it loads / searches for packages and he item loaded last is the one that has the most precedence. The repo-build play has been updated to now search for compatible packages in the main playbook directory, the root ansible role directory and the user_variables file. Documentation has been added regarding this capability and how to override and set items to meet the needs of the deployment. Closes-Bug: #1510575 Implements: blueprint independent-role-repositories Change-Id: Ib7cda14db18c0ca58bb5ac495d1c201812cf0f48 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
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" ] }