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

@@ -1,6 +1,8 @@
# Don't touch this file otherwise your device may stop working.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
logging: !include logging.yaml
kvmd:
server:
host: 127.0.0.1
@@ -40,4 +42,7 @@ kvmd:
- "--port={port}"
- "--drop-same-frames=30"
logging: !include logging.yaml
ipmi:
kvmd:
host: 127.0.0.1
port: 8081

View File

@@ -1,6 +1,8 @@
# Don't touch this file otherwise your device may stop working.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
logging: !include logging.yaml
kvmd:
server:
host: 127.0.0.1
@@ -44,4 +46,7 @@ kvmd:
- "--host={host}"
- "--port={port}"
logging: !include logging.yaml
ipmi:
kvmd:
listen: 127.0.0.1
port: 8081