Comment 2 for bug 1510575

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (master)

Reviewed: https://review.openstack.org/241483
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=2f35e36e54efb7b0e767d0888782f86696ef84b9
Submitter: Jenkins
Branch: master

commit 2f35e36e54efb7b0e767d0888782f86696ef84b9
Author: Kevin Carter <email address hidden>
Date: Tue Nov 3 23:39:21 2015 -0600

    Updated the py_pkgs lookup plugin for multi source

    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 <email address hidden>