commit | 5b7b96b2dc4a420f53449be2f2c8238c55b93f6d | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Thu Jul 25 20:29:13 2019 +0000 |
committer | David Bainbridge <dbainbri@ciena.com> | Thu Jul 25 20:29:13 2019 +0000 |
tree | 7dcc62538f49cab4b37ed577522703ff567fa5ed | |
parent | 7831a666c503ebfafde634321a84d2c0a6cae4ee [diff] |
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" + } + } + } +}