[VOL-3345] Edit parameters for in-band related jobs

Change-Id: I3ee43b497648301778662e38de6494d16ac02b99
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index 16f334b..d5fee86 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -12,6 +12,8 @@
     num-of-openonu: '1'
     num-of-onos: '1'
     num-of-atomix: '0'
+    in-band-management: false
+    reinstall-olt: true
 
     jobs:
       # onlab pod1 build
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index 6821cf8..1077335 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -126,6 +126,11 @@
           default: '{num-of-onos}'
           description: 'Installs the specified Number of ONOS instances'
 
+      - bool:
+          name: inBandManagement
+          default: '{in-band-management}'
+          description: 'Indicates whether POD is configured for in band management'
+
       - string:
           name: NumOfAtomix
           default: '{num-of-atomix}'
diff --git a/jjb/cord-test/voltha.yaml b/jjb/cord-test/voltha.yaml
index 6993f81..f4ef061 100644
--- a/jjb/cord-test/voltha.yaml
+++ b/jjb/cord-test/voltha.yaml
@@ -15,6 +15,7 @@
     num-of-openonu: '1'
     num-of-onos: '1'
     num-of-atomix: '0'
+    reinstall-olt: true
 
     jobs:
       # flex OCP pod with olt/onu - manual test job, voltha master build job
@@ -181,7 +182,8 @@
           profile: 'Default'
           time: '22'
           VolthaEtcdPort: '9999'
-          inBandManagement: true
+          in-band-management: true
+          reinstall-olt: false
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -207,8 +209,9 @@
           configurePod: true
           profile: '1T4GEM'
           time: '1'
+          in-band-management: true
           VolthaEtcdPort: '9999'
-          inBandManagement: true
+          reinstall-olt: false
 
       # Menlo pod test job - master test job uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -235,7 +238,8 @@
           profile: '1T8GEM'
           time: '4'
           VolthaEtcdPort: '9999'
-          inBandManagement: true
+          in-band-management: true
+          reinstall-olt: false
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -268,7 +272,8 @@
           profile: '1T8GEM'
           time: '7'
           VolthaEtcdPort: '9999'
-          inBandManagement: true
+          reinstall-olt: false
+          in-band-management: true
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -293,7 +298,8 @@
           Jenkinsfile: 'Jenkinsfile-voltha-build'
           configurePod: true
           profile: '1T4GEM'
-          inBandManagement: true
+          reinstall-olt: false
+          in-band-management: true
       - 'build_pod_test':
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
@@ -312,7 +318,8 @@
           Jenkinsfile: 'Jenkinsfile-voltha-build'
           configurePod: true
           profile: 'Default'
-          inBandManagement: true
+          reinstall-olt: false
+          in-band-management: true
 
       # ONF DEMO OCP test job - voltha-master branch
       - 'build_pod_test':