summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-02 03:55:01 -0600
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-15 09:20:15 -0500
commit64007ac6ebd88ab2be9b4c0428b289a1c4b06047 (patch)
treec436205972b9aeda5bc2d5cfa9a1d378aba3963b
parent66c46eb3e51f2f26b43d23b1b734a29346069d72 (diff)
downloadphosphor-logging-64007ac6ebd88ab2be9b4c0428b289a1c4b06047.tar.gz
phosphor-logging-64007ac6ebd88ab2be9b4c0428b289a1c4b06047.zip
callouts: add example output YAML
YAML is of the form: <sysfs device path>: <inventory path to be called out> This will help generate code to map device paths to inventory objects. Change-Id: I5613e766d0c6b39d9b2c4a6146a747ab321555cb Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
-rw-r--r--callouts/callouts-example.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/callouts/callouts-example.yaml b/callouts/callouts-example.yaml
new file mode 100644
index 0000000..ba432fd
--- /dev/null
+++ b/callouts/callouts-example.yaml
@@ -0,0 +1 @@
+/sys/devices/some/device: /system/chassis/matched/item
OpenPOWER on IntegriCloud