[VOL-3123] In band OLT management job flag

Change-Id: I81268a1f11e48668af219e27d36bee9ecd32997a
diff --git a/jjb/cord-test/nightly-build-pipeline.yaml b/jjb/cord-test/nightly-build-pipeline.yaml
index c2c47fd..6821cf8 100644
--- a/jjb/cord-test/nightly-build-pipeline.yaml
+++ b/jjb/cord-test/nightly-build-pipeline.yaml
@@ -962,6 +962,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..6993f81 100644
--- a/jjb/cord-test/voltha.yaml
+++ b/jjb/cord-test/voltha.yaml
@@ -11,6 +11,7 @@
     with-kind: false
     power-switch: False
     work-flow: ''
+    in-band-management: false
     num-of-openonu: '1'
     num-of-onos: '1'
     num-of-atomix: '0'
@@ -180,6 +181,7 @@
           profile: 'Default'
           time: '22'
           VolthaEtcdPort: '9999'
+          inBandManagement: true
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -206,6 +208,7 @@
           profile: '1T4GEM'
           time: '1'
           VolthaEtcdPort: '9999'
+          inBandManagement: true
 
       # Menlo pod test job - master test job uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -232,6 +235,7 @@
           profile: '1T8GEM'
           time: '4'
           VolthaEtcdPort: '9999'
+          inBandManagement: true
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -264,6 +268,7 @@
           profile: '1T8GEM'
           time: '7'
           VolthaEtcdPort: '9999'
+          inBandManagement: true
 
       # Menlo pod test job - uses tech profile on voltha branch
       - 'build_voltha_pod_test':
@@ -288,6 +293,7 @@
           Jenkinsfile: 'Jenkinsfile-voltha-build'
           configurePod: true
           profile: '1T4GEM'
+          inBandManagement: true
       - 'build_pod_test':
           build-node: 'menlo-demo-pod'
           config-pod: 'onf-demo-pod'
@@ -306,6 +312,7 @@
           Jenkinsfile: 'Jenkinsfile-voltha-build'
           configurePod: true
           profile: 'Default'
+          inBandManagement: true
 
       # ONF DEMO OCP test job - voltha-master branch
       - 'build_pod_test':