Skip to content

Releases: Tendrl/api

Tendrl API v1.3.0B

18 May 14:15
Compare
Choose a tag to compare

Changes

  • Create Bricks
  • List Bricks
  • List Disk
  • List Block devices
  • Better exception handling and messaging
  • Node and Cluster list fixes

Tendrl API v1.2.3

18 Apr 12:20
Compare
Choose a tag to compare

Changes

  • Use flow tags everywhere while submitting jobs
  • Monitoring API for nodes, cluster and systems
  • Updated API docs for CreateVolume and Jobs
  • Handle exceptions with messages
  • Logout exception fix
  • CreateCluster changes

Updated API docs https://github.com/Tendrl/api/tree/master/docs

Tendrl API v1.2.2

31 Mar 20:27
Compare
Choose a tag to compare

Features:

  • Create Cluster
  • Jobs Messaging
  • Authentication
  • Authorization

API Docs can be found at https://github.com/Tendrl/api/tree/master/docs

Tendrl-api v1.2.1

28 Feb 19:37
Compare
Choose a tag to compare
  • Auto detection of available clusters
    • import ceph and gluster from the detected cluster list

Performance Monitoring

  • Automatic configuration of storage nodes(monitoring conf, collect config and startup)
  • Host specific stats are available(cpu, memory etc)
  • Host specific stats are populated as part of GetNodeList API
  • Cluster status : ceph and gluster cluster(API only)
  • Gluster volume status
  • Cluster utilization : ceph and gluster
  • Storage utilization: volumes and pools(API only)

Inventory listing:

  • ceph and gluster cluster
  • volumes, pools and rbds
  • storage nodes
  • Ceph Pool creation
  • Replicated pools
  • EC Pools(API only)
  • Edit Ceph Pool(API only)
    • Grow PGs(API only)
    • Delete Pool(API only)
  • Ceph RBD Creation
  • Resize Rbds
  • Delete Rbds(API only)

Tendrl API v1.2

27 Jan 10:39
Compare
Choose a tag to compare
  • Enabled the GetClusterList and GetNodeList APIs for the list views on the UI.
  • Monitoring API integration.
  • ImportCluster API.
  • Initial implementation of the job status updates.

Tendrl API v1.1

23 Nov 11:26
Compare
Choose a tag to compare

Announcing the release of Tendrl API v1.1
The release includes fixes for packaging, loading configurations and CORS

Changelog

  • Remove unused dependencies
  • Load environment specific configurations
  • Specifying exact version numbers for dependencies
  • Tendrl packaging spec files
  • CORS header fixes

Tendrl API v1.0

17 Nov 11:03
Compare
Choose a tag to compare

Announcing the release of Tendrl API v1.0.
The release provides basic storage management API's for Ceph and Gluster.

Following are the list of available API's per provider

Ceph:

  • Import cluster
  • Create pool
  • Delete pool

Gluster:

  • Import cluster
  • Create volume
  • Delete volume