Update Blackduck jobs

- Add post-merge jobs
- Rename periodic jobs
- Add an ONOS gerrit periodic check
- Use `blackduck-project` and eliminate use of `project-name`

Change-Id: I37cbb13c9b8f3915a76e1a125df9f38f189fc116
diff --git a/jjb/onos.yaml b/jjb/onos.yaml
new file mode 100644
index 0000000..153b86c
--- /dev/null
+++ b/jjb/onos.yaml
@@ -0,0 +1,14 @@
+---
+# onos jobs
+# Currently is only the license check across all repos on onos gerrit
+# Kind of a hack as it should happen in ONOS gerrit, but temporary
+
+- project:
+    name: onos-license-check
+
+    blackduck-project: onos
+
+    jobs:
+      - 'synopsys-periodic-check':
+          build-node: "ubuntu16.04-basebuild-2c-4g"
+          git-server-url: "https://gerrit.onosproject.org"