chenglch
|
77b1757352
|
Modify the default consoleondemand based on the global setting
This commit fix the bug that consoleondemand works incorrectly.
|
2017-12-08 12:02:05 +08:00 |
|
chenglch
|
cadf5c60e1
|
Listen on 0.0.0.0 instead of the hostname
This patch modify the configuration of `makegocons` and `rcons`
for goconserver.
`cat /etc/goconserver/server.conf`
```
global:
host: 0.0.0.0
ssl_key_file: /etc/xcat/cert/server-key.pem
ssl_cert_file: /etc/xcat/cert/server-cert.pem
ssl_ca_cert_file: /etc/xcat/cert/ca.pem
logfile: /var/log/goconserver/server.log
api:
port: 12429
console:
port: 12430
```
|
2017-11-29 17:18:39 +08:00 |
|
chenglch
|
071f336c17
|
Fix some bus in makegocons
|
2017-11-17 17:17:24 +08:00 |
|
chenglch
|
abab9d89c5
|
Add makegocons command
This patch enable goconserver service and manage the node sessions
with a new `makegocons` command.
Implement: #4215
|
2017-11-16 17:56:26 +08:00 |
|