Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 754d7b048c Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I6a9128d5c87d7d4a2ca77db96ba6c8d9d2d91b17
2019-12-18 09:50:44 +01:00
M V P Nitesh 46063059ea Removes unnecessary utf-8 encoding
Change-Id: Ia70c1719ce3853391dfbdc0ce4a3469902724fbb
2017-02-10 06:35:12 +00:00
Alexander Kislitsky 51da64b7db 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
2016-04-21 18:29:19 +03:00
Alexander Kislitsky a6fb8e2272 Fix for export attachments from volume
Volume contains list of attachments. Export of attachments into CSV as enumerated fields implemented.
Number of enumrations is added into config as CSV_VOLUME_ATTACHMENTS_NUM parameter.
Enumeration of keys paths implemented in export_utils.
Volume attachment skeleton added.

Change-Id: I63eb2217c3564457a8ff4a5396eb7e7c40a76321
Closes-Bug: #1434086
Closes-Bug: #1435224
2015-03-26 16:42:26 +03:00
Alexander Kislitsky b856129582 Seamless CSV report
If resource is not changed during time period we have only
one record in DB. But in CSV time series report we should have
rows on each date for resource. For such case we are duplicating
not changed row in the CSV report. But we should remove from
resource data 'added', 'modified', 'removed' in case of duplication
of the resource row.
We are duplicating resource rows only until masternode had sent
stats. For indication of sending stat InstallationStructure creation_date
and modification_date are used.

Implements: blueprint openstack-workload-statistics
Change-Id: Ide21e17d5ebf8359fe2913a5458c9c8d499b8da5
2015-02-24 12:53:12 +03:00
Alexander Kislitsky d77da05ff6 CSV exporter for all OSWL resource types
CSV export implementation generalized for resource types
CSV export tests generalized for resource types
DB operations in tests wrapped into transaction
Transaction rollback added into DbTest.tearDown
Result file name format changed to resource_type.csv

Blueprint: export-stats-to-csv
Change-Id: I36cefec099d551d320c57abdc19fcdf29bc2c2ad
2015-02-17 11:15:59 +03:00
Alexander Kislitsky 6dd7081b96 OpenStack workload VMs info export to CSV
VMs info export to CSV implemented. Export uses DB. Export
uses data streaming.
Installation info exporter renamed.
Common CSV export logic extracted to export_utils module.
SQLAlchemy and psycopg added to requirements.
DB credentials added into config.
SQL debug enabled for test configuration.

Implements: blueprint openstack-workload-statistics
Change-Id: I8a9a04e1a2462a3a8d3950e20daa92025a7de11b
2015-02-05 17:08:56 +03:00