2 "tosca_definitions_version": "controller_blueprint_1_0_0",
4 "template_author": "Brinda Santh Muthuramalingam",
5 "author-email": "brindasanth@in.ibm.com",
6 "user-groups": "ADMIN, OPERATION",
7 "template_name": "remote_scripts",
8 "template_version": "1.0.0",
9 "template_tags": "brinda, tosca"
13 "file": "Definitions/data_types.json"
16 "file": "Definitions/relationship_types.json"
19 "file": "Definitions/artifact_types.json"
22 "file": "Definitions/node_types.json"
25 "file": "Definitions/policy_types.json"
28 "topology_template": {
30 "execute-remote-python": {
33 "description": "Execute Remote Python Script",
34 "target": "execute-remote-python",
48 "execute-remote-python",
57 "execute-remote-python": {
58 "type": "component-remote-python-executor",
60 "ComponentRemotePythonExecutor": {
64 "primary": "component-script",
70 "command": "python SamplePython.py blah"
78 "type": "artifact-script-python",
79 "file": "Scripts/python/SamplePython.py"