Comment 7 for bug 1302552

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

Reviewed: https://review.openstack.org/181181
Committed: https://git.openstack.org/cgit/openstack/solum/commit/?id=24649a7e24c22821b18c77a425e57a9f0ba73a86
Submitter: Jenkins
Branch: master

commit 24649a7e24c22821b18c77a425e57a9f0ba73a86
Author: James Li <email address hidden>
Date: Thu May 7 22:29:58 2015 +0000

    Convert bash scripts to Python

    This patch sets up a LP handler framework to accommodate
    build-lp, unittest-app and build-app functionalities.

    Additionally, the patch also implements isolation improvements in
    building an application container on worker node.
    Specifically, the git clone command for cloning application code
    is run inside a docker container. This helps in constraining
    the resources of memory, CPU, disk and network bandwidth
    to prevent Solum from the DoS attacks of a malicious git server.

    Partially-fixes-bug: #1302552
    Change-Id: Ie0f700c0d4bd74e24ac1a9727f4b17907f88cca1