Added a script example for a performance evaluation of charm deployment
[osm/vim-emu.git] / examples / charms / layers / simple / actions.yaml
diff --git a/examples/charms/layers/simple/actions.yaml b/examples/charms/layers/simple/actions.yaml
new file mode 100644 (file)
index 0000000..6cd6f8c
--- /dev/null
@@ -0,0 +1,9 @@
+touch:
+    description: "Touch a file on the VNF."
+    params:
+        filename:
+            description: "The name of the file to touch."
+            type: string
+            default: ""
+    required:
+        - filename