X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=examples%2Fcharms%2Flayers%2Fsimple%2Factions.yaml;fp=examples%2Fcharms%2Flayers%2Fsimple%2Factions.yaml;h=6cd6f8c7732f8d59e45e6f3fc02b01bc4b3d232b;hp=0000000000000000000000000000000000000000;hb=962219995947a8b9c14b4fed0813ca91c9ad0af7;hpb=f8f135c271341479200232641823520a541f33b0 diff --git a/examples/charms/layers/simple/actions.yaml b/examples/charms/layers/simple/actions.yaml new file mode 100644 index 0000000..6cd6f8c --- /dev/null +++ b/examples/charms/layers/simple/actions.yaml @@ -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