
It involves the possibility of having File URL in execution plans. These URLs will not be downloaded in murano, but in murano-agent. This feature is related to the blueprint https://blueprints.launchpad.net/murano/+spec/conf-language-support Change-Id: I01f32806f61ba424135ddb26ef87d7a046d93cf9
22 lines
343 B
Plaintext
22 lines
343 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Deploy Telnet
|
|
|
|
Parameters:
|
|
appName: $appName
|
|
|
|
Body: |
|
|
return deploy(args.appName).stdout
|
|
|
|
Scripts:
|
|
deploy:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: deployTelnet.sh
|
|
Files:
|
|
- installer.sh
|
|
- common.sh
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true
|