Move VyOS charm from descriptor repo to here
Signed-off-by: Philip Joseph <philip.joseph@riftio.com>
diff --git a/builds/VyOS-proxy/config.yaml b/builds/VyOS-proxy/config.yaml
new file mode 100644
index 0000000..0780d5f
--- /dev/null
+++ b/builds/VyOS-proxy/config.yaml
@@ -0,0 +1,13 @@
+"options":
+ "hostname":
+ "default": !!null ""
+ "type": "string"
+ "description": "Hostname or IP of the VyOS"
+ "user":
+ "type": "string"
+ "default": "vyos"
+ "description": "Username for VyOS"
+ "pass":
+ "type": "string"
+ "default": !!null ""
+ "description": "Password for VyOS"