summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Ipmi/Internal
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-05-02 13:54:35 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-05-19 14:32:05 +0000
commitf0f496c11835d07bab6957aee6f8da61116821cb (patch)
treed8676b179e7bd4daacbb0b53d81671e9cea8f7fb /xyz/openbmc_project/Ipmi/Internal
parent12c2db7947bf20f683950347e06a36bea1991d37 (diff)
downloadphosphor-host-ipmid-f0f496c11835d07bab6957aee6f8da61116821cb.tar.gz
phosphor-host-ipmid-f0f496c11835d07bab6957aee6f8da61116821cb.zip
Update softoff to support new host control interface
The new host control design requires applications use its new dbus interfaces to interact with the host. This commit moves the softoff application over to this new interface. Change-Id: I3c6830a59d72df1f112ee7a63a08bfca53375bf7 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/Ipmi/Internal')
-rw-r--r--xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.errors.yaml3
-rw-r--r--xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.metadata.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.errors.yaml b/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.errors.yaml
new file mode 100644
index 0000000..fa75396
--- /dev/null
+++ b/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.errors.yaml
@@ -0,0 +1,3 @@
+- name: SoftOffFailed
+ description: The SoftOff command to the host control object returned an error
+
diff --git a/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.metadata.yaml b/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.metadata.yaml
new file mode 100644
index 0000000..3b4359e
--- /dev/null
+++ b/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.metadata.yaml
@@ -0,0 +1,3 @@
+- name: SoftOffFailed
+ level: ERR
+
OpenPOWER on IntegriCloud