Support to build openstack related apps using Bazel
Change-Id: Ibc9f43a8fd92bb41b162a88a1eb3e8c8c5ad990a
diff --git a/apps/openstacktroubleshoot/BUILD b/apps/openstacktroubleshoot/BUILD
new file mode 100644
index 0000000..c7f776f
--- /dev/null
+++ b/apps/openstacktroubleshoot/BUILD
@@ -0,0 +1,13 @@
+BUNDLES = [
+ "//apps/openstacktroubleshoot/api:onos-apps-openstacktroubleshoot-api",
+ "//apps/openstacktroubleshoot/app:onos-apps-openstacktroubleshoot-app",
+]
+
+onos_app(
+ category = "Integration",
+ description = "SONA Openstack Troubleshoot Application.",
+ included_bundles = BUNDLES,
+ required_apps = ["org.onosproject.openstacknetworking"],
+ title = "OpenStack Troubleshoot",
+ url = "http://onosproject.org",
+)