Commit Graph

16 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 78abf5f70c Files permmission are fixed
Some files were committed or created with executable permissions 755.
Theese permissions changed to 644.

Change-Id: Ic7a99eda0518de89ff72f13936f0d131fd1eb121
Closes-Bug: #1598746
2016-07-06 09:11:01 +00:00
Ji-Wei a3102f6fc6 Make xrange py3 compatible
In py3 ,
Xrange is renamed to range,
so it needs to be modified to make it compatible.
the code:
print (xrange(5))
Traceback (most recent call last):
  File "code", line 4, in <module>
    print (xrange(5))
NameError: name 'xrange' is not defined.

Change-Id: I3a0e22876c35ced5c961c092fcda25db33d1c599
Closes-Bug: #1596127
2016-07-01 03:15:46 +00:00
Alexander Kislitsky 22ba99c307 Filtered stats excluded from CSV reports
Stats info with is_filtered == True excluded from InstallationInfo
and OpenStack workloads reports.
OSWLs info for filtered InstallationInfo excluded from CSV reports
Value is_filtered is set according to FILTERING_RULES in collector
config file.
Web UI javascript libraries files added to .gitignore.

Change-Id: I9a4e2e9e953e3424139e8fa31e0b0f10d61a394a
Partial-Bug: #1443347
2015-06-30 17:19:36 +03:00
Alexander Kislitsky 4111bd2485 Url for fetching filtered installation_infos added
Json export of filtered installation infos implemented.
Limit, offset, total info added into json exporter output for
group operations.
Usage of DB commit decreased in analytics tests.

Change-Id: Ied35132ce3d194b584c8af40576a61e608862c3e
Closes-Bug: #1458528
2015-06-15 11:58:11 +03:00
Alexander Kislitsky 3ffe67073d New fields names in the fuel-release handled
ostf_sha was renamed to fuel-ostf_sha.
fuellib_sha was renamed to fuel-library_sha.
python-fuelclient_sha was added.

Change-Id: Ica4a7d479e1db3f417ec84785aa303f4e12efd41
Closes-Bug: #1447962
2015-04-27 13:07:42 +03:00
Jenkins 833ba91921 Merge "Json exporters for stats added" 2015-04-08 09:30:58 +00:00
Alexander Kislitsky 74a4fec297 Json exporters for stats added
For system tests purposes http handlers for fetching stats
added into analytics.
Implemented OSWLs exporters:
- /api/v1/json/oswls/<master_node_uid>,
- /api/v1/json/oswls/<master_node_uid>/<resource_type>
Implemented installation info exporter:
- /api/v1/json/installation_info/<master_node_uid>
Implemented action logs exporter:
- /api/v1/json/action_logs/<master_node_uid>

Change-Id: I746b43c387c90b20c70d5160d92859b4b44998c1
Closes-Bug: #1438228
2015-04-07 14:03:40 +03:00
Alexander Kislitsky 4653ab749d Reliable CSV reports generation implemented
We should generate CSV reports in case of errors in the flatten
data processing. Invalid data is skipped.

Change-Id: I22ea7cb4f22024329f3bf55fd855e04b8f4f285d
Closes-Bug: #1440080
2015-04-06 13:40:33 +03:00
Alexander Kislitsky 0f91a26666 Fix for flatten data for CSV reports
In case of lists or tuples we are joining data into one string.
Joining of non-string types fixed.
Vmware attributes added to tests for installation structure
generation function.

Change-Id: I46b21ae33fd4b50f0d2c5722584248beee8c4f17
Closes-Bug: #1439235
2015-04-01 19:02:38 +03:00
Alexander Kislitsky 5ec8e18c66 Plugins info report added
Plugins info can't be added into clusters report due to
plugins are stored as list in the cluster, so additional
report is required.
Plugins report is available by url: /api/v1/csv/plugins

Change-Id: Ia19d4578cb836438573dd1a494b54d1772f61b5d
Closes-Bug: #1431362
2015-03-17 13:35:19 +03:00
Jenkins 3e9f5e238f Merge "Network verification status added into CSV" 2015-03-12 16:22:39 +00:00
Alexander Kislitsky 57a7060f5a Network verification status added into CSV
Status of 'verify_networks' action added into clusters CSV report.
DB model ActionLog added.
Column name in CSV report is 'verify_networks_status'.
Installation info filtering by dates fixed. We have datetime in the
InstallationStructure creation_date and modification_date. This causes
wrong filtration by dates results.

Change-Id: Ie758efc6b15d2ab737b16ac724eceb8efaff1aa6
Implements: blueprint export-stats-to-csv
Closes-Bug: #1415520
2015-03-12 12:36:24 +03:00
Alexander Kislitsky bdcbf3b7f9 Export of plugins information added into CSV
Plugins information added into clusters CSV report

Change-Id: I357572a44b8299cfcd4855d9808468a34a1e497f
Closes-Bug: #1411152
Implements: blueprint export-stats-to-csv
2015-03-11 18:17:35 +03:00
Alexander Kislitsky e129befac8 Get rid of ElasticSearch in export to CSV
ElasticSearch removed from requirements.txt.
Generation of installation structures added.
Network configuration added to skeleton.
Tox configuration fixed.

Change-Id: I533519d14ce0f49c70a6e2c454ae488e593d76ae
Implements: blueprint openstack-workload-statistics
2015-02-20 16:05:17 +03:00