Comment 2 for bug 1523131

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

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

commit 3286353ca0c505053c8719497fc820d465819e3a
Author: sslypushenko <email address hidden>
Date: Thu Dec 10 13:08:06 2015 +0200

    Openstack configuration can not be updated in not ready nodes

    Add check that configuration update can not be executed if
    any of target nodes are not in 'ready' state.

    Current solution is:

    - If any deployment is running, then uploading new
    configurations, deleting old ones and execution updates are prohibited
    in order to keep cluster configuration in a consistent state

    - By default Execute update can be done successfully, only if
    cluster is in state 'operational' and *all* target nodes to update
    are in the state 'ready'.

    - 'force' flag allows to execute update configuration only on target
    nodes which is currently in state 'ready'. Other target nodes will be
    ignored. We assume that, these nodes nodes will get an updated
    configuration during deployment.

    Change-Id: I2ef06b7084b0cafa576172c9f2db40aa4ccd6db8
    Closes-bug: #1523131