Alexander Tivelkov da7e9ea8cd Linux.runCommand() and Linux.putFile() are now non-synchronized
Helper methods of Linux class were always synchronized and thus could
not be run concurrently even on different VMs/agents.

This has been addressed by applying a properly parametrized
io.murano.metadata.engine.Synchronize meta attribute to these methods,
so now they are synchronized only if executed for the same agent
arguments.

Change-Id: Ibf129316a092ba0231cd5445b688d6d5689c2256
Closes-bug: #1611332
2016-08-09 14:23:07 +03:00
..
2015-05-21 15:10:44 +03:00

Murano Core Classes

This folder contains common Murano classes combined to Core Library.

The content of this folder needs to be zipped and imported into Murano. After that Murano applications can be deployed.

To find murano-applications and explore how the common classes are used in Murano Applications, please refer to Murano Application Repository