Merge "Add timeout parameter for ng40-test job"
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 c2c47fd..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}'
@@ -962,6 +967,11 @@
           default: '{VolthaEtcdPort}'
           description: 'Localhost port that is forwarded to VOLTHA etcd'
 
+      - bool:
+          name: inBandManagement
+          default: '{in-band-management}'
+          description: 'Indicates whether POD is configured for in band management'
+
     concurrent: true
 
     pipeline-scm:
diff --git a/jjb/cord-test/voltha.yaml b/jjb/cord-test/voltha.yaml
index 72a77ad..f4ef061 100644
--- a/jjb/cord-test/voltha.yaml
+++ b/jjb/cord-test/voltha.yaml
@@ -11,9 +11,11 @@
     with-kind: false
     power-switch: False
     work-flow: ''
+    in-band-management: false
     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
@@ -180,6 +182,8 @@
           profile: 'Default'
           time: '22'
           VolthaEtcdPort: '9999'
+          in-band-management: true
+          reinstall-olt: false
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -205,7 +209,9 @@
           configurePod: true
           profile: '1T4GEM'
           time: '1'
+          in-band-management: true
           VolthaEtcdPort: '9999'
+          reinstall-olt: false
 
       # Menlo pod test job - master test job uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -232,6 +238,8 @@
           profile: '1T8GEM'
           time: '4'
           VolthaEtcdPort: '9999'
+          in-band-management: true
+          reinstall-olt: false
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -264,6 +272,8 @@
           profile: '1T8GEM'
           time: '7'
           VolthaEtcdPort: '9999'
+          reinstall-olt: false
+          in-band-management: true
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -288,6 +298,8 @@
           Jenkinsfile: 'Jenkinsfile-voltha-build'
           configurePod: true
           profile: '1T4GEM'
+          reinstall-olt: false
+          in-band-management: true
       - 'build_pod_test':
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
@@ -306,6 +318,8 @@
           Jenkinsfile: 'Jenkinsfile-voltha-build'
           configurePod: true
           profile: 'Default'
+          reinstall-olt: false
+          in-band-management: true
 
       # ONF DEMO OCP test job - voltha-master branch
       - 'build_pod_test':