dreport: Added osrelease plugin

Plugin used for collecting OS release information.

Change-Id: I27fcc47f3a0a1d44aa07001ec61f43d6bf523bf0
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/tools/dreport.d/plugins.d/osrelease b/tools/dreport.d/plugins.d/osrelease
new file mode 100644
index 0000000..550366e
--- /dev/null
+++ b/tools/dreport.d/plugins.d/osrelease
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# config: 123 1
+# @brief: Collect OS release information.
+#
+
+. $DREPORT_INCLUDE/functions
+
+desc="OS release info"
+file_name="/etc/os-release"
+
+add_copy_file "$file_name"  "$desc"