Move VyOS charm from descriptor repo to here

Signed-off-by: Philip Joseph <philip.joseph@riftio.com>
diff --git a/builds/VyOS-proxy/actions.yaml b/builds/VyOS-proxy/actions.yaml
new file mode 100644
index 0000000..2acc33d
--- /dev/null
+++ b/builds/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"