fit2cloud / rackshift

RackShift 是开源的裸金属服务器管理平台,功能覆盖裸金属服务器的发现、带外管理、RAID 配置、固件更新、操作系统安装等。
https://rackshift.io/
GNU General Public License v3.0
598 stars 92 forks source link

[BUG] 主动发现时报错 #32

Closed bubbleatgit closed 3 years ago

bubbleatgit commented 3 years ago

RackShift 版本 Docker安装的 Release v1.4.0

截图 image

zhangdahai112 commented 3 years ago

提供下您的机器型号

bubbleatgit commented 3 years ago

已找到问题所在。

由于未按照官网的安装方式安装,导致如下图的IP为空。 image


手动修复方法一

image

手动修复方法二

手动修复可以直接修改配置文件 /opt/rackshift/rackhd/monorail/config.json , 把 tftpBindAddress 的值修改为部署 rackshift 的服务器的 IP :

    "tftpBindAddress": "0.0.0.0",
    "tftpBindPort": 69,
    "tftpRoot": "./static/tftp",
    "wssSsl": false,
    "wssBindAddress": "0.0.0.0",
    "wssBindPort": 9100
zhangdahai112 commented 3 years ago

是的

bubbleatgit commented 3 years ago

已经可以成功引导 image