Allow disable CSIT jobs

Allow teams to disable CSIT verify jobs

Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml
index e245103..8c10af1 100644
--- a/jjb/integration/integration-templates-csit.yaml
+++ b/jjb/integration/integration-templates-csit.yaml
@@ -1,7 +1,7 @@
 ---
 - job-template:
     name: '{project-name}-{stream}-verify-csit-{functionality}'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1604-docker-8c-8g'
@@ -261,7 +261,7 @@
 
 - job-template:
     name: '{project-name}-{stream}-csit-{functionality}'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1604-docker-8c-8g'