<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nofarsch</id>
		<title>OpenStack - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nofarsch"/>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/wiki/Special:Contributions/Nofarsch"/>
		<updated>2026-07-10T16:39:22Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Vitrage&amp;diff=125717</id>
		<title>Vitrage</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Vitrage&amp;diff=125717"/>
				<updated>2016-05-23T16:05:40Z</updated>
		
		<summary type="html">&lt;p&gt;Nofarsch: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Vitrage logo finaly.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is Vitrage? ==&lt;br /&gt;
Vitrage is the OpenStack RCA (Root Cause Analysis) Engine for organizing, analyzing and expanding OpenStack alarms &amp;amp; events, yielding insights regarding the root cause of problems and deducing their existence before they are directly detected.&lt;br /&gt;
&lt;br /&gt;
=== High Level Functionality ===&lt;br /&gt;
# Physical-to-Virtual entities mapping&lt;br /&gt;
# Deduced alarms and states (i.e., raising an alarm or modifying a state based on analysis of the system, instead of direct monitoring)&lt;br /&gt;
# Root Cause Analysis (RCA) for alarms/events&lt;br /&gt;
# Horizon plugin for the above features&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== High Level Architecture ==&lt;br /&gt;
&lt;br /&gt;
[[File:Vitrage-high level architecture2.png|2000px|frameless|center|Vitrage High Level Architecture]] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Vitrage Data Source(s).''' Responsible for importing information from different sources, regarding the state of the system. This includes information regarding resources both physical &amp;amp; virtual, alarms, etc.. The information is then processed into the Vitrage Graph. Currently Vitrage comes ready with data sources for Nova, Cinder, and Aodh OpenStack projects, Nagios alarms, and a static Physical Resources data source. &lt;br /&gt;
&lt;br /&gt;
'''Vitrage Graph.''' Holds the information collected by the Data Sources, as well as their inter-relations. Additionally, it implements a collection of basic graph algorithms that are used by the Vitrage Evaluator (e.g., sub-matching, BFS, DFS etc).&lt;br /&gt;
&lt;br /&gt;
'''Vitrage Evaluator.''' Coordinates the analysis of (changes to) the Vitrage Graph and processes the results of this analysis. It is responsible for execution different kind of template-based actions in Vitrage, such as to add an RCA (Root Cause Analysis) relationship between alarms, raise a deduced alarm or set a deduced state.&lt;br /&gt;
&lt;br /&gt;
For more information, refer to the [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-graph-design.rst low level design]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
=== Baseline ===&lt;br /&gt;
[[File:Rca-baseline.jpg|400px|frameless|right|Baseline]] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We consider the following example, where a we are monitoring a Switch (id 1002), for example via Nagios, and as a problem on the Switch causes a Nagios alarm (a.k.a. Nagios test) to be activated. The following image depicts the logical relationship among different resources in the system that are related to this switch, as well as the raised alarm. Note the mapping between virtual (instance) and physical (host, switch) entities, as well as between the alarm and the switch it relates to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Deduced alarms &amp;amp; states ===&lt;br /&gt;
[[File:DeducedAlarm.jpg|500px|frameless|right|Deduced Alarm]]  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Problems on the switch can, at times, have a negative impact on the virtual instances running on hosts attached to the switch. We would like to raise an alarm on those instances to indicate this impact, as shown here:&lt;br /&gt;
&lt;br /&gt;
As can be seen, the problem on the switch should trigger an alarm on all instances associated with the switch. Similarly, we might want the state of all these instances to be changed to &amp;quot;ERROR&amp;quot; as well. This functionality should be supported even if we cannot directly monitor the state of the instances. Instances might not be monitored for all aspects of performance, or perhaps the problem in the switch makes monitoring them difficult or even impossible. Instead, we can '''deduce''' this problem exists on the instances based on the state of the switch, and raise alarms and change states accordingly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Root Cause Indicators ===&lt;br /&gt;
[[File:RootCauseExample.jpg|500px|frameless|right|Root Cause Link]]  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Furthermore, we would like to be able to track this cause and effect - that the problem in the switch caused the problems experienced at the instances. In the following image, we highlight a single connection between the cause and effect for clarity - but all such links should be supported.&lt;br /&gt;
&lt;br /&gt;
Important Note: not all deduced alarms are ''caused'' by the trigger - the trigger might only be an indication of correlation, not causation. In the case we are examining, however, the trigger alarm is also the cause:&lt;br /&gt;
&lt;br /&gt;
Once the local &amp;quot;causes&amp;quot; links (one hop) are detected and registered, we can follow them one hop after another to track the full causal chain of a sequence of events.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Demos and Presentations ==&lt;br /&gt;
=== Quick Demos ===&lt;br /&gt;
* [[Media:Vitrage presentation Feb 09.pdf|Vitrage Presentation]]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tl5AD5IdzMo&amp;amp;feature=youtu.be Vitrage Functionalities Overview]&lt;br /&gt;
* [https://www.youtube.com/watch?v=GyTnMw8stXQ&amp;amp;feature=youtu.be Vitrage Get Topology Demo]&lt;br /&gt;
* [https://www.youtube.com/watch?v=w1XQATkrdmg Vitrage Alarms Demo]&lt;br /&gt;
* [https://www.youtube.com/watch?v=vqlOKTmYR4c Vitrage Deduced Alarms and RCA Demo]&lt;br /&gt;
&lt;br /&gt;
=== Austin Presentations ===&lt;br /&gt;
* [https://www.youtube.com/watch?v=9Qw5coTLgMo Project Vitrage How to Organize, Analyze and Visualize your OpenStack Cloud]&lt;br /&gt;
* [https://www.youtube.com/watch?v=ey68KNKXc5c On the Path to Telco Cloud Openness: Nokia CloudBand Vitrage &amp;amp; OPNFV Doctor collaboration]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development (Blueprints, Roadmap, Design...) ==&lt;br /&gt;
* Project at Launchpad: http://launchpad.net/vitrage&lt;br /&gt;
* [https://blueprints.launchpad.net/vitrage Blueprints]&lt;br /&gt;
* Source code:&lt;br /&gt;
** [https://github.com/openstack/vitrage vitrage]&lt;br /&gt;
** [https://github.com/openstack/python-vitrageclient python-vitrageclient]&lt;br /&gt;
** [https://github.com/openstack/vitrage-dashboard vitrage-dashboard]&lt;br /&gt;
&lt;br /&gt;
=== Open Design Discussions ===&lt;br /&gt;
* [https://etherpad.openstack.org/p/vitrage-overlapping-templates-support-design Supporting Overlapping Templates]&lt;br /&gt;
&lt;br /&gt;
=== Documention ===&lt;br /&gt;
* Usage&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-first_steps.rst Getting Started Guide]&lt;br /&gt;
** [https://github.com/openstack/python-vitrageclient/blob/master/doc/source/cli.rst Vitrage CLI]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-api.rst Vitrage API]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-template-format.rst Evaluator Templates]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/installation-and-configuration.rst Installation and Configuration]&lt;br /&gt;
* Design Documents&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-graph-design.rst Vitrage Graph Design]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-use-cases.rst Use Cases]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/scenario-evaluator.rst Scenario Evaluator]&lt;br /&gt;
** [https://github.com/openstack/vitrage-specs/blob/master/specs/mitaka/vitrage-synchronizer.rst Synchronizer Design]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/notifier-aodh-plugin.rst Aodh Notifier Design]&lt;br /&gt;
&lt;br /&gt;
== Communication and Meetings ==&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
* Weekly on Wednesday at 0800 UTC in #openstack-meeting-4 at freenode&lt;br /&gt;
* Check [https://wiki.openstack.org/wiki/Meetings/Vitrage Vitrage Meetings] for more details&lt;br /&gt;
&lt;br /&gt;
=== Contact Us ===&lt;br /&gt;
* IRC channel for regular daily discussions: #openstack-vitrage&lt;br /&gt;
* Use [Vitrage] tag for Vitrage emails on [http://lists.openstack.org/pipermail/openstack-dev/ OpenStack Mailing Lists]&lt;br /&gt;
* Contact Persons&lt;br /&gt;
** Ifat Afek - PTL - [mailto:ifat.afek@nokia.com ifat.afek@nokia.com]&lt;br /&gt;
** Alexey Weyl - [mailto:alexey.weyl@nokia.com alexey.weyl@nokia.com]&lt;br /&gt;
** Elisha Rosensweig - [mailto:elisha.rosensweig@nokia.com elisha.rosensweig@nokia.com]&lt;br /&gt;
** Ohad Shamir - [mailto:ohad.shamir@nokia.com ohad.shamir@nokia.com]&lt;br /&gt;
** Idan Hefetz - [mailto:idan.hefetz@nokia.com idan.hefetz@nokia.com]&lt;br /&gt;
** Dan Offek - [mailto:dan.offek@nokia.com dan.offek@nokia.com]&lt;br /&gt;
** Eyal Bar-Ilan - [mailto:eyal.bar-ilan@nokia.com eyal.bar-ilan@nokia.com]&lt;br /&gt;
** Liat Har-tal - [mailto:liat.har-tal@nokia.com liat.har-tal@nokia.com]&lt;br /&gt;
** Nofar Schnider - [mailto:nofar.schnider.ext@nokia.com nofar.schnider.ext@nokia.com]&lt;br /&gt;
** Noam Bloom - [mailto:noam.bloom.ext@nokia.com noam.bloom.ext@nokia.com]&lt;/div&gt;</summary>
		<author><name>Nofarsch</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Vitrage&amp;diff=125715</id>
		<title>Vitrage</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Vitrage&amp;diff=125715"/>
				<updated>2016-05-23T16:01:29Z</updated>
		
		<summary type="html">&lt;p&gt;Nofarsch: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Vitrage logo finaly.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is Vitrage? ==&lt;br /&gt;
Vitrage is the OpenStack RCA (Root Cause Analysis) Engine for organizing, analyzing and expanding OpenStack alarms &amp;amp; events, yielding insights regarding the root cause of problems and deducing their existence before they are directly detected.&lt;br /&gt;
&lt;br /&gt;
=== High Level Functionality ===&lt;br /&gt;
# Physical-to-Virtual entities mapping&lt;br /&gt;
# Deduced alarms and states (i.e., raising an alarm or modifying a state based on analysis of the system, instead of direct monitoring)&lt;br /&gt;
# Root Cause Analysis (RCA) for alarms/events&lt;br /&gt;
# Horizon plugin for the above features&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== High Level Architecture ==&lt;br /&gt;
&lt;br /&gt;
[[File:Vitrage-high level architecture2.png|2000px|frameless|center|Vitrage High Level Architecture]] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Vitrage Data Source(s).''' Responsible for importing information from different sources, regarding the state of the system. This includes information regarding resources both physical &amp;amp; virtual, alarms, etc.. The information is then processed into the Vitrage Graph. Currently Vitrage comes ready with data sources for Nova, Cinder, and Aodh OpenStack projects, Nagios alarms, and a static Physical Resources data source. &lt;br /&gt;
&lt;br /&gt;
'''Vitrage Graph.''' Holds the information collected by the Data Sources, as well as their inter-relations. Additionally, it implements a collection of basic graph algorithms that are used by the Vitrage Evaluator (e.g., sub-matching, BFS, DFS etc).&lt;br /&gt;
&lt;br /&gt;
'''Vitrage Evaluator.''' Coordinates the analysis of (changes to) the Vitrage Graph and processes the results of this analysis. It is responsible for execution different kind of template-based actions in Vitrage, such as to add an RCA (Root Cause Analysis) relationship between alarms, raise a deduced alarm or set a deduced state.&lt;br /&gt;
&lt;br /&gt;
For more information, refer to the [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-graph-design.rst low level design]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use Cases ==&lt;br /&gt;
=== Baseline ===&lt;br /&gt;
[[File:Rca-baseline.jpg|400px|frameless|right|Baseline]] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We consider the following example, where a we are monitoring a Switch (id 1002), for example via Nagios, and as a problem on the Switch causes a Nagios alarm (a.k.a. Nagios test) to be activated. The following image depicts the logical relationship among different resources in the system that are related to this switch, as well as the raised alarm. Note the mapping between virtual (instance) and physical (host, switch) entities, as well as between the alarm and the switch it relates to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Deduced alarms &amp;amp; states ===&lt;br /&gt;
[[File:DeducedAlarm.jpg|500px|frameless|right|Deduced Alarm]]  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Problems on the switch can, at times, have a negative impact on the virtual instances running on hosts attached to the switch. We would like to raise an alarm on those instances to indicate this impact, as shown here:&lt;br /&gt;
&lt;br /&gt;
As can be seen, the problem on the switch should trigger an alarm on all instances associated with the switch. Similarly, we might want the state of all these instances to be changed to &amp;quot;ERROR&amp;quot; as well. This functionality should be supported even if we cannot directly monitor the state of the instances. Instances might not be monitored for all aspects of performance, or perhaps the problem in the switch makes monitoring them difficult or even impossible. Instead, we can '''deduce''' this problem exists on the instances based on the state of the switch, and raise alarms and change states accordingly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Root Cause Indicators ===&lt;br /&gt;
[[File:RootCauseExample.jpg|500px|frameless|right|Root Cause Link]]  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Furthermore, we would like to be able to track this cause and effect - that the problem in the switch caused the problems experienced at the instances. In the following image, we highlight a single connection between the cause and effect for clarity - but all such links should be supported.&lt;br /&gt;
&lt;br /&gt;
Important Note: not all deduced alarms are ''caused'' by the trigger - the trigger might only be an indication of correlation, not causation. In the case we are examining, however, the trigger alarm is also the cause:&lt;br /&gt;
&lt;br /&gt;
Once the local &amp;quot;causes&amp;quot; links (one hop) are detected and registered, we can follow them one hop after another to track the full causal chain of a sequence of events.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Demos and Presentations ==&lt;br /&gt;
=== Quick Demos ===&lt;br /&gt;
* [[Media:Vitrage presentation Feb 09.pdf|Vitrage Presentation]]&lt;br /&gt;
* [https://www.youtube.com/watch?v=tl5AD5IdzMo&amp;amp;feature=youtu.be Vitrage Functionalities Overview]&lt;br /&gt;
* [https://www.youtube.com/watch?v=GyTnMw8stXQ&amp;amp;feature=youtu.be Vitrage Get Topology Demo]&lt;br /&gt;
* [https://www.youtube.com/watch?v=w1XQATkrdmg Vitrage Alarms Demo]&lt;br /&gt;
* [https://www.youtube.com/watch?v=vqlOKTmYR4c Vitrage Deduced Alarms and RCA Demo]&lt;br /&gt;
&lt;br /&gt;
=== Austin Presentations ===&lt;br /&gt;
* [https://www.youtube.com/watch?v=9Qw5coTLgMo Project Vitrage How to Organize, Analyze and Visualize your OpenStack Cloud]&lt;br /&gt;
* [https://www.youtube.com/watch?v=ey68KNKXc5c On the Path to Telco Cloud Openness: Nokia CloudBand Vitrage &amp;amp; OPNFV Doctor collaboration]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development (Blueprints, Roadmap, Design...) ==&lt;br /&gt;
* Project at Launchpad: http://launchpad.net/vitrage&lt;br /&gt;
* [https://blueprints.launchpad.net/vitrage Blueprints]&lt;br /&gt;
* Source code:&lt;br /&gt;
** [https://github.com/openstack/vitrage vitrage]&lt;br /&gt;
** [https://github.com/openstack/python-vitrageclient python-vitrageclient]&lt;br /&gt;
** [https://github.com/openstack/vitrage-dashboard vitrage-dashboard]&lt;br /&gt;
&lt;br /&gt;
=== Open Design Discussions ===&lt;br /&gt;
* [https://etherpad.openstack.org/p/vitrage-overlapping-templates-support-design Supporting Overlapping Templates]&lt;br /&gt;
&lt;br /&gt;
=== Documention ===&lt;br /&gt;
* Usage&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-first_steps.rst Getting Started Guide]&lt;br /&gt;
** [https://github.com/openstack/python-vitrageclient/blob/master/doc/source/cli.rst Vitrage CLI]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-api.rst Vitrage API]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-template-format.rst Evaluator Templates]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/installation-and-configuration.rst Installation and Configuration]&lt;br /&gt;
* Design Documents&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-graph-design.rst Vitrage Graph Design]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/vitrage-use-cases.rst Use Cases]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/scenario-evaluator.rst Scenario Evaluator]&lt;br /&gt;
** [https://github.com/openstack/vitrage-specs/blob/master/specs/mitaka/vitrage-synchronizer.rst Synchronizer Design]&lt;br /&gt;
** [https://github.com/openstack/vitrage/blob/master/doc/source/notifier-aodh-plugin.rst Aodh Notifier Design]&lt;br /&gt;
&lt;br /&gt;
== Communication and Meetings ==&lt;br /&gt;
=== Meetings ===&lt;br /&gt;
* Weekly on Wednesday at 0800 UTC in #openstack-meeting-4 at freenode&lt;br /&gt;
* Check [https://wiki.openstack.org/wiki/Meetings/Vitrage Vitrage Meetings] for more details&lt;br /&gt;
&lt;br /&gt;
=== Contact Us ===&lt;br /&gt;
* IRC channel for regular daily discussions: #openstack-vitrage&lt;br /&gt;
* Use [Vitrage] tag for Vitrage emails on [http://lists.openstack.org/pipermail/openstack-dev/ OpenStack Mailing Lists]&lt;br /&gt;
* Contact Persons&lt;br /&gt;
** Ifat Afek - PTL - [mailto:ifat.afek@nokia.com ifat.afek@nokia.com]&lt;br /&gt;
** Alexey Weyl - [mailto:alexey.weyl@nokia.com alexey.weyl@nokia.com]&lt;br /&gt;
** Elisha Rosensweig - [mailto:elisha.rosensweig@nokia.com elisha.rosensweig@nokia.com]&lt;br /&gt;
** Ohad Shamir - [mailto:ohad.shamir@nokia.com ohad.shamir@nokia.com]&lt;br /&gt;
** Idan Hefetz - [mailto:idan.hefetz@nokia.com idan.hefetz@nokia.com]&lt;br /&gt;
** Dan Offek - [mailto:dan.offek@nokia.com dan.offek@nokia.com]&lt;br /&gt;
** Eyal Bar-Ilan - [mailto:eyal.barilan@nokia.com eyal.barilan@nokia.com]&lt;br /&gt;
** Liat Har-tal - [mailto:liat.har-tal@nokia.com liat.har-tal@nokia.com]&lt;br /&gt;
** Nofar Schnider - [mailto:nofar.schnider.ext@nokia.com nofar.schnider.ext@nokia.com]&lt;br /&gt;
** Noam Bloom - [mailto:noam.bloom.ext@nokia.com noam.bloom.ext@nokia.com]&lt;/div&gt;</summary>
		<author><name>Nofarsch</name></author>	</entry>

	</feed>