Comment 2 for bug 1552744

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

Reviewed: https://review.openstack.org/286621
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=da1fc7272f33400851846f955b89bdf8bb2472b1
Submitter: Jenkins
Branch: master

commit da1fc7272f33400851846f955b89bdf8bb2472b1
Author: Artem Roma <email address hidden>
Date: Tue Mar 1 15:38:37 2016 +0200

    Add handler for copying of VIPs

    New handler triggers copying of VIPs from given original cluster to new
    one. The reason for separation of this action from copying of network
    configuration is that accordion to [1] copying of existing VIPs/allocation
    of new ones will not take effect for new cluster unless it has assigned
    nodes. Thus in context of cluster upgrade procedure VIP transfer must be
    done after node reassignment, and as long as nodes are being operated on
    one by one it would be not efficient to call VIP copying method after
    each such reassignment.

    Tests updated accordingly.

    [1]: https://review.openstack.org/#/c/284841/

    Change-Id: I33670e8f2561be6fe18cec75bfc7ecc056ae2f6b
    Closes-Bug: #1552744