Jump to: navigation, search

Difference between revisions of "Blazar/Release Notes/0.1.0"

(Bugs & BPs)
(Features)
Line 18: Line 18:
  
 
* '''DB layer''' with all models and abstractions
 
* '''DB layer''' with all models and abstractions
* '''plugin mechanism''' to work with different cloud resource types
+
* '''Plugin Mechanism''' to work with different cloud resource types
 
* '''Climate Manager''' service that is responsible for working with leases, events and communicating with other OS services via plygins
 
* '''Climate Manager''' service that is responsible for working with leases, events and communicating with other OS services via plygins
 
* '''Climate API''' service that implements RESP API for Climate
 
* '''Climate API''' service that implements RESP API for Climate

Revision as of 10:55, 5 February 2014

Climate 0.1.0

First Climate release 0.1.0 has been delivered.

Code repositories

Bugs & BPs & Tarballs

Here are bugs and blueprints fixed/implemented for this release: https://launchpad.net/climate/0.1.x/0.1.0

Features

This release includes implementation for all core components such as:

  • DB layer with all models and abstractions
  • Plugin Mechanism to work with different cloud resource types
  • Climate Manager service that is responsible for working with leases, events and communicating with other OS services via plygins
  • Climate API service that implements RESP API for Climate
  • python-climateclient with not only Python client, but also comfortable CLI


Also there are the following features implemented in Climate 0.1.0:

  • Climate Nova-related filters and API extensions
  • Basic VM plugin to work with Nova instances (with support of instance unshelving on lease start and instance snapshoting/suspending/removal on lease end)
  • Physical hosts plugin to work with compute hosts (it operates Nova aggregates to move hosts from common cloud pool to free pool. Free pool is used to give user opportunity to use full compute host capacity from it for instance running. When lease starts, user gets the possibility to run instances exactly on reserved hosts)