diff --git a/meta/io.murano/Classes/configuration/Linux.yaml b/meta/io.murano/Classes/configuration/Linux.yaml index 5139a6322..5cbc38758 100644 --- a/meta/io.murano/Classes/configuration/Linux.yaml +++ b/meta/io.murano/Classes/configuration/Linux.yaml @@ -14,11 +14,15 @@ Namespaces: =: io.murano.configuration std: io.murano sys: io.murano.system + m: io.murano.metadata.engine Name: Linux Methods: runCommand: + Meta: + - m:Synchronize: + onArgs: agent Usage: Static Arguments: - agent: @@ -59,6 +63,9 @@ Methods: putFile: Usage: Static + Meta: + - m:Synchronize: + onArgs: agent Arguments: - agent: Contract: $.class(sys:Agent) diff --git a/releasenotes/notes/linux-helpers-async-243fc1adbbe5c512.yaml b/releasenotes/notes/linux-helpers-async-243fc1adbbe5c512.yaml new file mode 100644 index 000000000..8d63c00c8 --- /dev/null +++ b/releasenotes/notes/linux-helpers-async-243fc1adbbe5c512.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - Helper methods of Linux class now can be run concurrently if executed for + different VM agents.