Comment 1 for bug 1481495

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

Reviewed: https://review.openstack.org/208451
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=98a379b0fd0c24da6bfc5b9828aa5e734788c9bc
Submitter: Jenkins
Branch: master

commit 98a379b0fd0c24da6bfc5b9828aa5e734788c9bc
Author: Sam Yaple <email address hidden>
Date: Mon Aug 3 07:50:01 2015 +0000

    Reduce dependencies on the dest nodes

    Currently we require a slew of deps on each destination node, this
    includes a gcc compiler and installing things via pip. We can remove
    these dependencies by containerizing them and running and Ansible
    inside the container itself. The container would then report back
    facts about idempotency.

    DocImpact
    Closes-Bug: #1481495
    Implements: blueprint containerize-dependencies
    Change-Id: I3dfccbf9fafc06ffc36e78f3006fe5d3367891df