[VOL-2964] provide support for multi-controller for deployment jobs

Change-Id: I8004abda89261d3fb5cb54e091b6db2f24b0988a
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 6f36724..c78a2e3 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -922,6 +922,16 @@
           default: '{num-of-openonu}'
           description: 'Installs the specified Number of OpenOnu Adapters'
 
+      - string:
+          name: NumOfOnos
+          default: '{num-of-onos}'
+          description: 'Installs the specified Number of ONOS instances'
+
+      - string:
+          name: NumOfAtomix
+          default: '{num-of-atomix}'
+          description: 'Installs the specified Number of Atomix Instances'
+
       - bool:
           name: configurePod
           default: true