Comment 4 for bug 1640103

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

Reviewed: https://review.openstack.org/445526
Committed: https://git.openstack.org/cgit/openstack/tripleo-ui/commit/?id=bd07eb24c0893236dbd3080f03f027756f65f551
Submitter: Jenkins
Branch: master

commit bd07eb24c0893236dbd3080f03f027756f65f551
Author: Jiri Tomasek <email address hidden>
Date: Tue Mar 7 18:44:22 2017 +0100

    Introduce nodes assignment using NodePicker component

    This change finishes the ongoing effor to separate Nodes tagging
    and Nodes assignment into separate proceses

    * Introduces NodePicker component to allow user to set number of
      Nodes to deploy as a specific Role
    * Refactors Nodes assignment related selectors into separate module
    * Adds selectors which take nodesAssignment form values into account
      to calculate available Nodes realtime
    * Uses huge amount of redux-form functionality to achieve expected behavior
    * Nodes Assignment form is submitted each time an input value changes
      without re-rendering all form inputs
    * API call which updates the Node count parameters is debounced, so it
      is not issued too many times when user clicks fast to increase Nodes
      count
    * Adds custom styling for NodePicker component
    * Updates UpdateParameters action to support nodesAssignment form

    Closes-Bug: #1640103
    Change-Id: If7701190954d54b75421e5c1be6a8382b9f5c746