murano/meta/io.murano/Classes/configuration
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
..
Linux.yaml Linux.runCommand() and Linux.putFile() are now non-synchronized 2016-08-09 14:23:07 +03:00