X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charms%2Flayers%2Fvyos-proxy%2Factions.yaml;fp=charms%2Flayers%2Fvyos-proxy%2Factions.yaml;h=2acc33db632eb22ea1183ae456c102ae23153501;hb=5c78e636753044e1cd39b06fb154556e090591a3;hp=0000000000000000000000000000000000000000;hpb=f52f42c54c8c4b9d249401a22648e8660c587750;p=osm%2Fdevops.git diff --git a/charms/layers/vyos-proxy/actions.yaml b/charms/layers/vyos-proxy/actions.yaml new file mode 100644 index 00000000..2acc33db --- /dev/null +++ b/charms/layers/vyos-proxy/actions.yaml @@ -0,0 +1,12 @@ +"ping": + "description": "ping a thing!" + "params": + "count": + "description": "Stop after sending count ECHO_REQUEST packets" + "type": "integer" + "default": !!int "30" + "destination": + "description": "destination of ping request" + "type": "string" + "required": + - "destination"