Add support for Ansible packages
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / remote_scripts / Definitions / node_types.json
index cd63f00..0ee00b3 100644 (file)
                 "command": {
                   "description": "Command to execute.",
                   "required": true,
-                  "type": "string"
+                  "type" : "string"
+                },
+                "packages": {
+                  "description": "Packages to install based on type.",
+                  "required": true,
+                  "type" : "list",
+                  "entry_schema" : {
+                    "type" : "dt-system-packages"
+                  }
                 }
               }
             }