Additional bazel build files for apps

Change-Id: If3f31139022b5657e4a7b8a33871e4eba0da286e
diff --git a/apps/test/cluster-ha/BUILD b/apps/test/cluster-ha/BUILD
new file mode 100644
index 0000000..fe48d70
--- /dev/null
+++ b/apps/test/cluster-ha/BUILD
@@ -0,0 +1,14 @@
+COMPILE_DEPS = CORE_DEPS + CLI + KRYO + [
+    "//core/store/serializers:onos-core-serializers",
+]
+
+osgi_jar(
+    deps = COMPILE_DEPS,
+)
+
+onos_app(
+    category = "Test Utility",
+    description = "Test for ONOS Cluster HA",
+    title = "Cluster HA Test",
+    url = "http://onosproject.org",
+)