Registering REST and Redfish services for Discovery

Creating and Registering service files with additional
text data to uniquely identify IBM BMCs in a network.

(From meta-ibm rev: 2c2b286604e82f89edd973bc15aee78ecf4b9a7f)

Change-Id: I3b843684f5df6a9b2cbe8a3709ee1203fb44ce42
Signed-off-by: asmithakarun <asmithkr@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
new file mode 100644
index 0000000..68b7fa2
--- /dev/null
+++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -0,0 +1,4 @@
+inherit obmc-phosphor-discovery-service
+
+REGISTERED_SERVICES_${PN} += "obmc_redfish:tcp:443:"
+REGISTERED_SERVICES_${PN} += "obmc_rest:tcp:443:"