add support to deploy and configure free radius server
diff --git a/onos-files/radius-config.json b/onos-files/radius-config.json
new file mode 100644
index 0000000..e8c3803
--- /dev/null
+++ b/onos-files/radius-config.json
@@ -0,0 +1,12 @@
+{
+  "apps": {
+    "org.opencord.aaa": {
+      "AAA": {
+        "radiusIp": ":RADIUS_IP:",
+        "nasIp": ":RADIUS_IP:",
+        "radiusServerPort": "1812",
+        "radiusSecret": "SECRET"
+      }
+    }
+  }
+}