
This patch adds to Murano core-library new functionality allowing to simplify the process of software configuration. Implements bp: simple-software-configuration Change-Id: I80f2c15f2d45398df2a519b54a50c2ba8c3a8be2
19 lines
326 B
Plaintext
19 lines
326 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: $planName
|
|
|
|
Parameters:
|
|
command: $command
|
|
|
|
Body: |
|
|
return runCommand("'{0}'".format(args.command)).exitCode
|
|
|
|
Scripts:
|
|
runCommand:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: runCommand.sh
|
|
Files: []
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true |