ocp安装报错

【 使用环境 】生产环境
【 OB or 其他组件 】OCP
【 使用版本 】4.2.2
【问题描述】ocp安装报错
【附件及日志】
2024-04-17 16:11:30,635 INFO _do_install (ocp_handler.py:762) [None] start deploy ocp_cluster
2024-04-17 16:11:30,635 ERROR wrapper (task.py:140) [4fcbf1957c1346588fd366ee085f3440] task 2 got exception
Traceback (most recent call last):
File “service/handler/ocp_handler.py”, line 770, in _do_install
KeyError: ‘ocp-server-ce’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “service/common/task.py”, line 126, in wrapper
File “concurrent/futures/_base.py”, line 444, in result
File “concurrent/futures/_base.py”, line 389, in __get_result
File “concurrent/futures/thread.py”, line 57, in run
File “service/handler/ocp_handler.py”, line 780, in _do_install
Exception: deploy failed

麻烦提供下obd 日志 (~/.obd/log/obd)

可以先通过obd cluster start name 启动下集群。看下是什么错误。
然后再提供下obd日志

ob集群都还没部署呢,启动不了,这个白屏工具不是很好用

看来一眼配置文件,发现ip前面多了空格,配置的时候把空格删掉就能安装了,这种空格如果程序自动处理一下就好了