Comment 3 for bug 1572490

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

Reviewed: https://review.openstack.org/307934
Committed: https://git.openstack.org/cgit/openstack/fuel-stats/commit/?id=51da64b7db921696c2694ccaba31ade7be67a26e
Submitter: Jenkins
Branch: master

commit 51da64b7db921696c2694ccaba31ade7be67a26e
Author: Alexander Kislitsky <email address hidden>
Date: Tue Apr 19 20:10:04 2016 +0300

    Nodes CSV report implemented

    Changes list:

    - CSV exporter for nodes added
    - link on nodes report added to the UI
    - export of lists and tuples to CSV implemented. As result
      enumeration functions removed from export_utils
    - aggregate functions handled in the skeleton
    - lists and tuples handled in the skeleton generation util
    - workaround for counting of volume attachments removed
    - new fields added into installation info and OSWL skeletons
    - unnecessary fields removed from installation info and OSWL skeletons
    - lists definitions changed in skeletons
    - common logic for plugins and nodes reports extracted to helper functions
    - node related data removed from cluster report (manufacturer, platform name)

    Change-Id: Iacf5421895f6803acf071111ef04a13c53eba6ac
    Closes-Bug: #1572490