fixing vtn-service and vtn onos app verify jobs

Change-Id: I32dc5db458733189164475e0cd9632630aa8a746
diff --git a/jjb/maven/vtn.yaml b/jjb/maven/vtn.yaml
new file mode 100644
index 0000000..c7ceee3
--- /dev/null
+++ b/jjb/maven/vtn.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'vtn' repo
+
+- project:
+    name: vtn
+    project: '{name}'
+
+    jobs:
+      - 'vtn-gerrit':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'vtn-gerrit'
+    jobs:
+      - 'verify-licensed'
+      - 'maven-install'
diff --git a/jjb/verify/vtn-service.yaml b/jjb/verify/vtn-service.yaml
new file mode 100644
index 0000000..a1816c5
--- /dev/null
+++ b/jjb/verify/vtn-service.yaml
@@ -0,0 +1,19 @@
+---
+# verification jobs for 'vtn' repo
+
+- project:
+    name: vtn-service
+    project: '{name}'
+
+    jobs:
+      - 'verify-vtn-service-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vtn-service-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'verify-sonarqube':
+          dependency-jobs: 'verify_vtn-service_licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vtn-service_sonarqube'
diff --git a/jjb/verify/vtn.yaml b/jjb/verify/vtn.yaml
deleted file mode 100644
index 0191a2d..0000000
--- a/jjb/verify/vtn.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-# verification jobs for 'vtn' repo
-
-- project:
-    name: vtn
-    project: '{name}'
-
-    jobs:
-      - 'verify-vtn-jobs':
-          branch-regexp: '{supported-branches-regexp}'
-
-- job-group:
-    name: 'verify-vtn-jobs'
-    jobs:
-      - 'verify-licensed'
-      - 'verify-sonarqube':
-          dependency-jobs: 'verify_vtn_licensed'
-      - 'api-test':
-          dependency-jobs: 'verify_vtn_sonarqube'
-      - 'maven-install'