[release-announce] tripleo-ui 9.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 26 18:25:14 UTC 2018


We are ecstatic to announce the release of:

tripleo-ui 9.2.0: tripleo-ui

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/tripleo-ui/

For more details, please see below.

9.2.0
^^^^^

New Features

* Added a network topology view accessible under the Network
  Configuration step in Deployment plan overview page. The Network
  topology diagram represents Deployment roles, networks and draws
  connections based on roles-networks assignment. The Diagram also
  shows high level information about each network. When you hover over
  a network, all its connections are highlighted for easy
  identification of assigned Roles.

Changes in tripleo-ui 9.1.0..9.2.0
----------------------------------

ecc5850 Release Rocky M3: 9.2.0
d90b741 Imported Translations from Zanata
3691bab Highlight assigned networks and roles on hover
2006759 Update to React 16.4.1
24fb1ea Warn when some network resources are not available
993f2a9 Add Network Topology diagram
7dd171e Imported Translations from Zanata
ec84f22 fix tox python3 overrides
d3d7221 Imported Translations from Zanata
4f5eddc Imported Translations from Zanata
5f4b022 Add release note link in README
f8dec25 Imported Translations from Zanata
2d237aa Properly pass id attribute to EnvironmentCheckBox input
bf9fb9d Initial Network configuration views
b170278 Implement fetching of networks
caa7fa3 Imported Translations from Zanata
e833c5e Sanitize messages in FormErrorList
17501fb Update links in README
05a04da Add general error message to NodesAssignmentForm
0f5ec1f Amend the spelling error of a word
983ec32 Pass currentPlanName when fetching available roles
d1c7e52 Revert "Remove 'Refresh results' button on the nodes page"
851a106 Integrate redux-devtools Chrome extension


Diffstat (except docs and test files)
-------------------------------------

README.md                                          |   5 +-
i18n/locales/de.json                               |  13 +
i18n/locales/en-GB.json                            |  13 +
i18n/locales/es.json                               |  43 ++-
i18n/locales/id.json                               |  35 ++-
i18n/locales/ja.json                               |  13 +
i18n/locales/ko-KR.json                            |  13 +
i18n/locales/tr-TR.json                            |  13 +
i18n/locales/zh-CN.json                            |  13 +
npm-shrinkwrap.json                                | 339 ++++++++-------------
package.json                                       |   8 +-
.../notes/network-topology-044adc07f457edd2.yaml   |   9 +
...-performance-improvements-3f42a1cfe622a79d.yaml |   2 +-
.../role_detail_redux_form-f0724ec49562639e.yaml   |   2 +-
src/js/actions/NetworksActions.js                  |  90 ++++++
src/js/actions/ZaqarActions.js                     |  10 +
.../deployment_plan/ConfigureNetworkStep.js        |  42 +++
src/js/components/deployment_plan/CurrentPlan.js   |  23 ++
.../EnvironmentCheckBox.js                         |   6 +-
.../networkConfiguration/NetworkConfiguration.js   | 142 +++++++++
.../networkConfiguration/NetworkListItem.js        |  79 +++++
.../networkConfiguration/NetworkTopology.js        | 150 +++++++++
.../networkConfiguration/NetworksHighlighter.js    |  47 +++
.../networkConfiguration/NetworksList.js           |  91 ++++++
src/js/components/networkConfiguration/RoleCard.js |  64 ++++
.../networkConfiguration/RoleNetworkLine.js        |  93 ++++++
.../components/networkConfiguration/RolesList.js   |  72 +++++
src/js/components/networkConfiguration/utils.js    |  30 ++
src/js/components/nodes/Nodes.js                   |  26 +-
src/js/components/roles/NodesAssignmentForm.js     |  23 +-
src/js/components/roles/SelectRolesDialog.js       |   2 +-
src/js/components/roles/SelectRolesForm.js         |   4 +-
src/js/components/ui/forms/FormErrorList.js        |   6 +-
src/js/constants/MistralConstants.js               |   1 +
src/js/constants/NetworksConstants.js              |  23 ++
src/js/immutableRecords/networks.js                |  37 +++
src/js/normalizrSchemas/networks.js                |  23 ++
src/js/reducers/appReducer.js                      |   2 +
src/js/reducers/networksReducer.js                 |  49 +++
src/js/selectors/networks.js                       |  39 +++
src/js/services/SwiftApiService.js                 |   2 +-
src/js/store.js                                    |  13 +-
src/js/utils/immutablejs.js                        |  26 ++
src/less/base.less                                 |   1 +
src/less/components/NetworkTopology.less           | 145 +++++++++
tox.ini                                            |   1 +
48 files changed, 1717 insertions(+), 262 deletions(-)







More information about the Release-announce mailing list