X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=charms%2Flayers%2Fsimple%2Factions.yaml;fp=charms%2Flayers%2Fsimple%2Factions.yaml;h=6cd6f8c7732f8d59e45e6f3fc02b01bc4b3d232b;hb=5c78e636753044e1cd39b06fb154556e090591a3;hp=0000000000000000000000000000000000000000;hpb=f52f42c54c8c4b9d249401a22648e8660c587750;p=osm%2Fdevops.git diff --git a/charms/layers/simple/actions.yaml b/charms/layers/simple/actions.yaml new file mode 100644 index 00000000..6cd6f8c7 --- /dev/null +++ b/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