Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Releases: operate-first/curator

curator1.0

25 Oct 22:29
6e6b1f3
Compare
Choose a tag to compare

Features:

  • Easy Installation
    Install the Curator project and the related dependencies by executing just one installation script.

  • Automated report generation grouped by namespaces
    Daily, weekly and monthly reports grouped by namespaces will be generated for the infrastructure utilization in the OpenShift Cluster.

  • API Access
    Users will be able to query the Curator API to get the infrastructure utilization metrics. Read the API section in the documentation for further information.

  • Raw OCP data download through API
    Users can download the raw Openshift infrastructure utilization data generated by the Koku-metrics operator to their local machine through API.

  • Custom SQL Queries
    Users can manually log in to PostgreSQL and run their own custom SQL queries for specific infrastructure utilization information.

  • Mailing Service
    Users can get daily, weekly and monthly reports delivered to their email addresses.

  • Test suite to check code changes
    Developers who make changes to the project to meet new requirements can run the test suite that comes with the package to check the project sanity.

  • S3 is now optional
    You can now use Curator without any S3-compatible volume. At the time of installation, you will be asked to either opt-in or opt-out of using S3 storage.

  • Zipped data storage in any S3-compatible volume
    Infrastructure data in zipped CSV format can be pushed to any S3-compatible volume for archiving.

  • Unzipped data storage in any S3-compatible volume
    Infrastructure data in unzipped CSV format can be pushed to any S3-compatible volume. for integration with third-party data analysis tools.

v1.0

01 Sep 01:58
689d801
Compare
Choose a tag to compare

Curator is an open-source project to provide infrastructure usage reporting for OpenShift (OCP) clusters. Curator is part of the Operate First initiative to include operational experience as an important contributor to software development. We welcome your comments and feedback in the Operate First chat (operatefirst.slack.com) curator channel or via email to [email protected].

Feature list:

  • Easy Installation
    Install the Curator project and the related dependencies by executing just one installation script.
  • Automated report generation grouped by namespaces
    Daily, weekly and monthly reports grouped by namespaces will be generated for the infrastructure utilization in the OpenShift Cluster.
  • Custom SQL Queries
    Users can manually log in to PostgreSQL and run their own custom SQL queries for specific infrastructure utilization information.
  • Test suite to check code changes
    Developers who make changes to the project to meet new requirements can run the test suite that comes with the package to check the project sanity.
  • S3 is now optional
    You can now use Curator without any S3-compatible volume. At the time of installation, you will be asked to either opt-in or opt-out of using S3 storage.
  • Zipped data storage in any S3-compatible volume
    Infrastructure data in zipped CSV format can be pushed to any S3-compatible volume for archiving.
  • Unzipped data storage in any S3-compatible volume
    Infrastructure data in unzipped CSV format can be pushed to any S3-compatible volume. for integration with third-party data analysis tools.
  • Raw OCP data download
    Users can download the raw infrastructure utilization data from their OpenShift cluster to their local machine.

v0.4

30 Jul 21:16
fcf3b65
Compare
Choose a tag to compare

Version 0.4 07/30/2021

  • Download raw data of OCP infrastructure utilization.
  • Automation of storing infrastructure utilization data in an S3-compatible persistent volume.
  • Unzipped metrics are being stored in an S3-compatible volume.
  • Pre-defined SQL query support for the infrastructure utilization data.
  • Custom SQL query support for the infrastructure utilization data.

v0.3

08 Jul 15:43
87827a6
Compare
Choose a tag to compare
  • Ability to download reports locally.
  • Automation of storing infrastructure utilization data in an S3-compatible persistent volume.
  • Unzipped metrics files are stored in an S3-compatible volume.

v0.2

09 Jun 19:58
c50de03
Compare
Choose a tag to compare
  • Ability to download reports locally.
  • Automation of storing infrastructure utilization data in an S3-compatible persistent volume.

v0.1

27 May 12:25
624eabd
Compare
Choose a tag to compare
  • Ability to download reports locally.