ipmi bmc proxy

This commit is contained in:
Devaev Maxim
2019-04-28 08:31:37 +03:00
parent 380b1d15e3
commit 0bde12e24d
16 changed files with 429 additions and 12 deletions

View File

@@ -7,3 +7,4 @@ fake_rpi.RPi.GPIO
_KeyMapping.kvmd_code
_KeyMapping.arduino_hid_key
_KeyMapping.web_key
IpmiServer.handle_raw_request

View File

@@ -37,4 +37,9 @@ kvmd:
- "--host=0.0.0.0"
- "--port={port}"
ipmi:
kvmd:
host: 127.0.0.1
port: 8081
logging: !include logging.yaml

View File

@@ -8,3 +8,4 @@ pyyaml
pyserial
setproctitle
pygments
pyghmi