Registering REST and Redfish services for Discovery

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

Change-Id: I2535cffd99a0afe53f7c3a905829467201a74960
Signed-off-by: asmithakarun <asmithkr@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_%.bbappend b/recipes-phosphor/interfaces/bmcweb_%.bbappend
new file mode 100644
index 0000000..68b7fa2
--- /dev/null
+++ b/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:"