Jump to: navigation, search

Difference between revisions of "Murano/ReleaseNotes v0.4.1"

 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
===What's New===
 
===What's New===
 
====Per-tenant isolation in Metadata Repository====
 
====Per-tenant isolation in Metadata Repository====
Now all service definitions modification will be avaliable only inside tenant. Initial resources are the same for all tenants - they are checked out from git repository.
+
Now all service definitions will be avaliable for modification only inside tenant. Per-tenant repositories with service defenitions will be completely isolated from each other. These will be created on demand - at the moment when the first user of the given tenant attempt to use Murano for the first time. At the moment of creation the repository will be pre-populated by the "common" service definitions: the set of services which come bundled with Murano. They will be copied from some configurable location, and after that this tenant's repository will be isolated from both common folder and the repositories of other tenants.
  
====Floating IP and VIP  auto-assinment====
+
====Floating IP and VIP  auto-assignment====
In this release we are introducing auto-assinment of VIP and Floating IP. Since now you don't need to point out where your Neutron LBaaS, it will be detected automatically.
+
In this release we are introducing auto-assignment of VIP and Floating IP. Since now you don't need to specify where your Neutron LBaaS is located, it will be detected automatically
Besides that, you can set checkbox to assign Floating IP automatically to your application during the deployment.
+
Besides that, you can set checkbox to assign Floating IP to your application during the deployment. This will allow users to connect from the external network to all applications, built with Murano.
 +
For the web-farm services Floating IP will be assigned to the instance with a load-balancer. Note, that this feature is only supported for a network topology with routers.
  
 
====Key-pair assinment for linux servicies ====
 
====Key-pair assinment for linux servicies ====
Workflow of creation linux-based servicies with key-pairs is totally changed. And now it's possible to create service without key-pairs.
+
The workflow of creation of linux-based servicies with key-pairs is completely reworked. Now it's possible to create a linux service both with key-pair and without it. In UI "Key Pair" field was added to the linux-services creation form, from where you can set with what key-pair you will connect to the instance.
  
 
===Improvements===
 
===Improvements===
In this release we add some usefull improvements:
+
In this release we add some useful improvements:
 
* Link to stack detail information was added to the service details page
 
* Link to stack detail information was added to the service details page
 
* Sample prefix to config file names of all components were added
 
* Sample prefix to config file names of all components were added
 +
* Integrated Murano installation with devstack. Now install Openstack with Murano is easy like ''./stack.sh''!
  
 
====Bugs fixed====
 
====Bugs fixed====
 
All known issues from the previous release were fixed. Total - 53 bugs were resolved.
 
All known issues from the previous release were fixed. Total - 53 bugs were resolved.
 +
The main problem that remained after the previous release was with deploying farm servicies.
 +
In the release-0.4.1 all web-farm services can be deployed without any issues.
  
 
====Known issues====
 
====Known issues====
 
Actual bug state can be found in Murano [https://bugs.launchpad.net/murano Launchpad page]
 
Actual bug state can be found in Murano [https://bugs.launchpad.net/murano Launchpad page]

Latest revision as of 12:41, 10 February 2014

Murano v0.4.1 is a bug fix release for a 0.4 version which is mostly improves Murano Metadata Repository that was introduced in the previous release. But besides bug fixes, new release includes some features. More information is avaliable on Murano launchpad page.

What's New

Per-tenant isolation in Metadata Repository

Now all service definitions will be avaliable for modification only inside tenant. Per-tenant repositories with service defenitions will be completely isolated from each other. These will be created on demand - at the moment when the first user of the given tenant attempt to use Murano for the first time. At the moment of creation the repository will be pre-populated by the "common" service definitions: the set of services which come bundled with Murano. They will be copied from some configurable location, and after that this tenant's repository will be isolated from both common folder and the repositories of other tenants.

Floating IP and VIP auto-assignment

In this release we are introducing auto-assignment of VIP and Floating IP. Since now you don't need to specify where your Neutron LBaaS is located, it will be detected automatically Besides that, you can set checkbox to assign Floating IP to your application during the deployment. This will allow users to connect from the external network to all applications, built with Murano. For the web-farm services Floating IP will be assigned to the instance with a load-balancer. Note, that this feature is only supported for a network topology with routers.

Key-pair assinment for linux servicies

The workflow of creation of linux-based servicies with key-pairs is completely reworked. Now it's possible to create a linux service both with key-pair and without it. In UI "Key Pair" field was added to the linux-services creation form, from where you can set with what key-pair you will connect to the instance.

Improvements

In this release we add some useful improvements:

  • Link to stack detail information was added to the service details page
  • Sample prefix to config file names of all components were added
  • Integrated Murano installation with devstack. Now install Openstack with Murano is easy like ./stack.sh!

Bugs fixed

All known issues from the previous release were fixed. Total - 53 bugs were resolved. The main problem that remained after the previous release was with deploying farm servicies. In the release-0.4.1 all web-farm services can be deployed without any issues.

Known issues

Actual bug state can be found in Murano Launchpad page