Adding parameter to run custom radius chart on the scale setup

Change-Id: I11fb02b0ebe57099a2d103990ff2666ee95689c1
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy
index 8355bb7..db45816 100644
--- a/jjb/pipeline/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -63,6 +63,7 @@
     VOLTHA_ADAPTER_OPEN_OLT_CHART="${openoltAdapterChart}"
     VOLTHA_ADAPTER_OPEN_ONU_CHART="${openonuAdapterChart}"
     ONOS_CLASSIC_CHART="${onosChart}"
+    RADIUS_CHART="${radiusChart}"
 
     APPS_TO_LOG="etcd kafka onos-onos-classic adapter-open-onu adapter-open-olt rw-core ofagent bbsim radius"
     LOG_FOLDER="$WORKSPACE/logs"
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index f80951d..bdc0723 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -448,6 +448,11 @@
           description: 'ONOS chart name (or location on file system)'
 
       - string:
+          name: radiusChart
+          default: '{radiusChart}'
+          description: 'freeradius chart name (or location on file system)'
+
+      - string:
           name: volthaSystemTestsChange
           default: '{volthaSystemTestsChange}'
           description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
@@ -504,6 +509,7 @@
     openoltAdapterChart: onf/voltha-adapter-openolt
     openonuAdapterChart: onf/voltha-adapter-openonu
     onosChart: onos/onos-classic
+    radiusChart: onf/freeradius
 
     olts: 2
     pons: 2
@@ -580,6 +586,7 @@
     openoltAdapterChart: onf/voltha-adapter-openolt
     openonuAdapterChart: onf/voltha-adapter-openonu
     onosChart: onos/onos-classic
+    radiusChart: onf/freeradius
 
     olts: 2
     pons: 2