Jump to: navigation, search

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

(Created page with "First Climate release 0.1.0 has been delivered. Here are bugs and blueprints fixed/implemented for this release: https://launchpad.net/climate/0.1.x/0.1.0 This release inclu...")
 
Line 5: Line 5:
 
This release includes implementation for all core components and primary features such as:
 
This release includes implementation for all core components and primary features such as:
  
* ‘’’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
* ‘’’python-climateclient’’’ with not only Python client, but also comfortable CLI
+
* '''python-climateclient''' with not only Python client, but also comfortable CLI
* ‘’’Climate Nova-related filters and API extensions’’’
+
* '''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)
+
* '''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)
+
* '''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)

Revision as of 10:39, 5 February 2014

First Climate release 0.1.0 has been delivered.

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

This release includes implementation for all core components and primary features 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
  • 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)