adding xos-service repos to verify-* jobs

Change-Id: I7e065cfafbd6f98ebeb0eed21e4da77a64dc5d08
diff --git a/jjb/verify/chameleon.yaml b/jjb/verify/chameleon.yaml
new file mode 100644
index 0000000..90262e7
--- /dev/null
+++ b/jjb/verify/chameleon.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'chameleon' repo
+
+- project:
+    name: chameleon
+    project: '{name}'
+
+    jobs:
+      - 'verify-chameleon-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-chameleon-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_chameleon_licensed'
diff --git a/jjb/verify/cord-tester.yaml b/jjb/verify/cord-tester.yaml
new file mode 100644
index 0000000..11e26b2
--- /dev/null
+++ b/jjb/verify/cord-tester.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'cord-tester' repo
+
+- project:
+    name: cord-tester
+    project: '{name}'
+
+    jobs:
+      - 'verify-cord-tester-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-cord-tester-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_cord-tester_licensed'
diff --git a/jjb/verify/ecord.yaml b/jjb/verify/ecord.yaml
new file mode 100644
index 0000000..38fa940
--- /dev/null
+++ b/jjb/verify/ecord.yaml
@@ -0,0 +1,19 @@
+---
+# verification jobs for 'ecord' repo
+
+- project:
+    name: ecord
+    project: '{name}'
+
+    jobs:
+      - 'verify-ecord-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-ecord-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'verify-ansible-lint':
+          dependency-jobs: 'verify_ecord_licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_ecord_ansible-lint'
diff --git a/jjb/verify/fabric.yaml b/jjb/verify/fabric.yaml
new file mode 100644
index 0000000..185c01c
--- /dev/null
+++ b/jjb/verify/fabric.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'fabric' repo
+
+- project:
+    name: fabric
+    project: '{name}'
+
+    jobs:
+      - 'verify-fabric-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-fabric-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_fabric_licensed'
diff --git a/jjb/verify/mcord.yaml b/jjb/verify/mcord.yaml
new file mode 100644
index 0000000..204eba1
--- /dev/null
+++ b/jjb/verify/mcord.yaml
@@ -0,0 +1,19 @@
+---
+# verification jobs for 'mcord' repo
+
+- project:
+    name: mcord
+    project: '{name}'
+
+    jobs:
+      - 'verify-mcord-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-mcord-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'verify-ansible-lint':
+          dependency-jobs: 'verify_mcord_licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_mcord_ansible-lint'
diff --git a/jjb/verify/olt-service.yaml b/jjb/verify/olt-service.yaml
new file mode 100644
index 0000000..3a85e14
--- /dev/null
+++ b/jjb/verify/olt-service.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'olt-service' repo
+
+- project:
+    name: olt-service
+    project: '{name}'
+
+    jobs:
+      - 'verify-olt-service-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-olt-service-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_olt-service_licensed'
diff --git a/jjb/verify/onos-service.yaml b/jjb/verify/onos-service.yaml
new file mode 100644
index 0000000..3e878e6
--- /dev/null
+++ b/jjb/verify/onos-service.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'onos-service' repo
+
+- project:
+    name: onos-service
+    project: '{name}'
+
+    jobs:
+      - 'verify-onos-service-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-onos-service-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_onos-service_licensed'
diff --git a/jjb/verify/openstack.yaml b/jjb/verify/openstack.yaml
new file mode 100644
index 0000000..16d56ad
--- /dev/null
+++ b/jjb/verify/openstack.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'openstack' repo
+
+- project:
+    name: openstack
+    project: '{name}'
+
+    jobs:
+      - 'verify-openstack-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-openstack-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_openstack_licensed'
diff --git a/jjb/verify/rcord.yaml b/jjb/verify/rcord.yaml
new file mode 100644
index 0000000..a7cbf76
--- /dev/null
+++ b/jjb/verify/rcord.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'rcord' repo
+
+- project:
+    name: rcord
+    project: '{name}'
+
+    jobs:
+      - 'verify-rcord-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-rcord-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_rcord_licensed'
diff --git a/jjb/verify/vEE.yaml b/jjb/verify/vEE.yaml
new file mode 100644
index 0000000..4e24e13
--- /dev/null
+++ b/jjb/verify/vEE.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vEE' repo
+
+- project:
+    name: vEE
+    project: '{name}'
+
+    jobs:
+      - 'verify-vEE-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vEE-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vEE_licensed'
diff --git a/jjb/verify/vEG.yaml b/jjb/verify/vEG.yaml
new file mode 100644
index 0000000..c57b95a
--- /dev/null
+++ b/jjb/verify/vEG.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vEG' repo
+
+- project:
+    name: vEG
+    project: '{name}'
+
+    jobs:
+      - 'verify-vEG-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vEG-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vEG_licensed'
diff --git a/jjb/verify/vEPC.yaml b/jjb/verify/vEPC.yaml
new file mode 100644
index 0000000..5b1451d
--- /dev/null
+++ b/jjb/verify/vEPC.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vEPC' repo
+
+- project:
+    name: vEPC
+    project: '{name}'
+
+    jobs:
+      - 'verify-vEPC-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vEPC-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vEPC_licensed'
diff --git a/jjb/verify/vHSS.yaml b/jjb/verify/vHSS.yaml
new file mode 100644
index 0000000..d41748e
--- /dev/null
+++ b/jjb/verify/vHSS.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vHSS' repo
+
+- project:
+    name: vHSS
+    project: '{name}'
+
+    jobs:
+      - 'verify-vHSS-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vHSS-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vHSS_licensed'
diff --git a/jjb/verify/vMME.yaml b/jjb/verify/vMME.yaml
new file mode 100644
index 0000000..1b87edf
--- /dev/null
+++ b/jjb/verify/vMME.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vMME' repo
+
+- project:
+    name: vMME
+    project: '{name}'
+
+    jobs:
+      - 'verify-vMME-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vMME-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vMME_licensed'
diff --git a/jjb/verify/venb.yaml b/jjb/verify/venb.yaml
new file mode 100644
index 0000000..68f3ced
--- /dev/null
+++ b/jjb/verify/venb.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'venb' repo
+
+- project:
+    name: venb
+    project: '{name}'
+
+    jobs:
+      - 'verify-venb-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-venb-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_venb_licensed'
diff --git a/jjb/verify/vrouter.yaml b/jjb/verify/vrouter.yaml
new file mode 100644
index 0000000..467c5e8
--- /dev/null
+++ b/jjb/verify/vrouter.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vrouter' repo
+
+- project:
+    name: vrouter
+    project: '{name}'
+
+    jobs:
+      - 'verify-vrouter-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vrouter-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vrouter_licensed'
diff --git a/jjb/verify/vsg.yaml b/jjb/verify/vsg.yaml
new file mode 100644
index 0000000..2a70758
--- /dev/null
+++ b/jjb/verify/vsg.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vsg' repo
+
+- project:
+    name: vsg
+    project: '{name}'
+
+    jobs:
+      - 'verify-vsg-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vsg-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vsg_licensed'
diff --git a/jjb/verify/vspgwc.yaml b/jjb/verify/vspgwc.yaml
new file mode 100644
index 0000000..2bef282
--- /dev/null
+++ b/jjb/verify/vspgwc.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vspgwc' repo
+
+- project:
+    name: vspgwc
+    project: '{name}'
+
+    jobs:
+      - 'verify-vspgwc-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vspgwc-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vspgwc_licensed'
diff --git a/jjb/verify/vspgwu.yaml b/jjb/verify/vspgwu.yaml
new file mode 100644
index 0000000..d221209
--- /dev/null
+++ b/jjb/verify/vspgwu.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vspgwu' repo
+
+- project:
+    name: vspgwu
+    project: '{name}'
+
+    jobs:
+      - 'verify-vspgwu-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vspgwu-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vspgwu_licensed'
diff --git a/jjb/verify/vtn.yaml b/jjb/verify/vtn.yaml
new file mode 100644
index 0000000..31350f5
--- /dev/null
+++ b/jjb/verify/vtn.yaml
@@ -0,0 +1,17 @@
+---
+# 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'
+      - 'api-test':
+          dependency-jobs: 'verify_vtn_licensed'
diff --git a/jjb/verify/vtr.yaml b/jjb/verify/vtr.yaml
new file mode 100644
index 0000000..4afca83
--- /dev/null
+++ b/jjb/verify/vtr.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'vtr' repo
+
+- project:
+    name: vtr
+    project: '{name}'
+
+    jobs:
+      - 'verify-vtr-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-vtr-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_vtr_licensed'
diff --git a/jjb/verify/xos.yaml b/jjb/verify/xos.yaml
new file mode 100644
index 0000000..8b7c48b
--- /dev/null
+++ b/jjb/verify/xos.yaml
@@ -0,0 +1,17 @@
+---
+# verification jobs for 'xos' repo
+
+- project:
+    name: xos
+    project: '{name}'
+
+    jobs:
+      - 'verify-xos-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-xos-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'api-test':
+          dependency-jobs: 'verify_xos_licensed'