diff options
author | Michael Tritz <mtritz@us.ibm.com> | 2017-05-09 08:44:24 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-05-11 03:29:57 +0000 |
commit | 2b242663334057b1fc566e2e9a847f97ad95ef02 (patch) | |
tree | f874d1c5fa880abe26a9b791afd10efb8c607ccf /xyz/openbmc_project/Common | |
parent | eea98140961da0291052b17b7c159c23f3739370 (diff) | |
download | phosphor-dbus-interfaces-2b242663334057b1fc566e2e9a847f97ad95ef02.tar.gz phosphor-dbus-interfaces-2b242663334057b1fc566e2e9a847f97ad95ef02.zip |
Dbus interface for "factory reset"
This commit defines a dbus interface to factory reset a particular
system. The defined interface will be implemented by each service
(host, BMC, network).
Resolves openbmc/openbmc#1573
Change-Id: I94e37fc2275f742c50f864a29094227da6144026
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/Common')
-rw-r--r-- | xyz/openbmc_project/Common/FactoryReset.interface.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/FactoryReset.interface.yaml b/xyz/openbmc_project/Common/FactoryReset.interface.yaml new file mode 100644 index 0000000..cc5c682 --- /dev/null +++ b/xyz/openbmc_project/Common/FactoryReset.interface.yaml @@ -0,0 +1,6 @@ +description: > + An interface to reset the target service to its factory state. +methods: + - name: Reset + description: > + Generic method to start factory reset. Implemented by each service. |