meta-ampere: Support Ampere power control
Implement the Ampere power control requirements for Altra system.
Tested:
- Check the ipmi commands: ipmi power on/off/soft/reset/cycle
- Check the redfish commands: On, Off, ForceOn, ForceOff,
GracefulShutdown, GracefulRestart, ForceRestart, PowerCycle
Signed-off-by: Tung Nguyen <tungnguyen@os.amperecomputing.com>
Change-Id: Id0c64c1284a6338ce47ca720d0ef75e99d21aa3c
diff --git a/meta-common/recipes-ac01/host/ampere-hostctrl/ampere-host-reset-ack.service b/meta-common/recipes-ac01/host/ampere-hostctrl/ampere-host-reset-ack.service
new file mode 100644
index 0000000..504186e
--- /dev/null
+++ b/meta-common/recipes-ac01/host/ampere-hostctrl/ampere-host-reset-ack.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Ampere Computing LLC triggering reset ACK
+Conflicts=obmc-host-start@0.target
+OnFailure=obmc-chassis-powerreset@0.target
+
+[Service]
+RemainAfterExit=no
+Type=oneshot
+ExecStart=/usr/bin/env ampere_power_util.sh mb force_reset
+SyslogIdentifier=ampere_power_util.sh