[release-announce] [vitrage] vitrage-dashboard 1.1.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 2 19:36:57 UTC 2017


We enthusiastically announce the release of:

vitrage-dashboard 1.1.1: Vitrage Horizon plugin

This release is part of the ocata stable release series.

Download the package from:

    https://tarballs.openstack.org/vitrage-dashboard/

For more details, please see below.

1.1.1
^^^^^

New Features

* Added "highlight" functionality. When a user selects a vertex in
  the Vitrage Entity Graph, the vertex is highlighted together with
  its neighbors. It helps the user focus on the relevant area in the
  graph and understand the topology.

* Added "Pin All" functionality. In Newton, the user was able to pin
  an entity in the Vitrage Entity Graph by double-clicking it. In
  Ocata, by clicking the "Pin All" button the user can pin all
  entities, so their locations will not change if the page is being
  reloaded or if new entities are added to the graph.

* The "Vitrage Topology View" was enhanced. It looks better,
  visually, and is much easier to understand.

* Added the "Templates View" under the Vitrage tab in Horizon. This
  view shows a list of the currently loaded templates in Vitrage, with
  their statuses. The user can view the contents of each template and
  understand the effect it has on the alarms correlation.

Changes in vitrage-dashboard 1.1.0..1.1.1
-----------------------------------------

b73c387 entities graph refresh fix, now shows red alarm
a620a33 Added release notes to vitrage-dashboard
99aa4ec Fix setup.cfg package name
c2e2586 entities graph refresh fix, now shows red alarm
484c1e6 fix $modal after bootstrap upgrade


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

README.rst                                         |   6 +-
releasenotes/notes/highlight-fc02111debe1e3f5.yaml |   6 +
releasenotes/notes/pin-all-eca759914ddd1429.yaml   |   7 +
.../sunburst-enhancements-dd6126beed02ccb4.yaml    |   4 +
.../notes/template-view-4f10a05c52680f75.yaml      |   6 +
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        |  79 +++
releasenotes/source/index.rst                      |  18 +
releasenotes/source/unreleased.rst                 |   5 +
setup.cfg                                          |   2 +-
test-requirements.txt                              |   1 +
tox.ini                                            |   3 +
.../components/sunburst/sunburst.directive.js      |   2 +-
.../project/entities/entities.controller.js        | 614 ++++++++++++++++++---
.../dashboard/project/services/modal.service.js    |   6 +-
16 files changed, 664 insertions(+), 95 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 21a7e3b..39905a0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15 @@ testtools>=1.4.0
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list