Comment 6 for bug 1660308

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

Reviewed: https://review.openstack.org/366844
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=cfd2588728e855a6b4aee7b1c7516a0aefa26b42
Submitter: Jenkins
Branch: master

commit cfd2588728e855a6b4aee7b1c7516a0aefa26b42
Author: Dmitry Guryanov <email address hidden>
Date: Wed Sep 21 11:34:26 2016 +0300

    Split configuration astute.yaml into common and node parts

    This file is huge if there are many nodes in cluster. Now
    we generate it and store in memory for each node and it
    takes a lot of time and memory.

    Let's split it into common and node-specific parts so that
    we can generate common part once and copy it from master
    node to each node affected by deployment.

    Change-Id: I114a8598460bef9063e43505f46fe38cd564d8c7
    Closes-Bug: #1660308