[VOL-2585] Final changes

Change-Id: Ia5832bd2e4cfeb2c0e3e8f195b84da1a19c9b0ba
diff --git a/jjb/pipeline/voltha-scale-measurements.groovy b/jjb/pipeline/voltha-scale-measurements.groovy
index 55af1aa..9b5930c 100644
--- a/jjb/pipeline/voltha-scale-measurements.groovy
+++ b/jjb/pipeline/voltha-scale-measurements.groovy
@@ -59,7 +59,6 @@
       steps {
         sh '''
           if [ ${withMibTemplate} = true ] ; then
-            rm -rf voltha-openonu-adapter
             git clone https://github.com/opencord/voltha-openonu-adapter.git
             cat voltha-openonu-adapter/templates/BBSM-12345123451234512345-00000000000001-v1.json | kubectl exec -it -n voltha $(kubectl get pods -n voltha | grep etcd-cluster | awk 'NR==1{print $1}') etcdctl put service/voltha/omci_mibs/templates/BBSM/12345123451234512345/00000000000001
             rm -rf voltha-openonu-adapter
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index 67edb38..33bdd49 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -65,7 +65,7 @@
 
       - bool:
           name: withMibTemplate
-          default: false
+          default: true
           description: 'Option to trigger MIB template command'
 
       - bool: