Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[求助/Help]uos-sever-20-1070a部署融合云报错 #21969

Open
SimonXu666j opened this issue Jan 14, 2025 · 8 comments
Open

[求助/Help]uos-sever-20-1070a部署融合云报错 #21969

SimonXu666j opened this issue Jan 14, 2025 · 8 comments
Labels
question Further information is requested state/awaiting processing

Comments

@SimonXu666j
Copy link

操作系统:
PRETTY_NAME="UOS Server 20"
NAME="UOS Server 20"
VERSION_ID="20"
VERSION="20"
ID=uos
HOME_URL="https://www.chinauos.com/"
BUG_REPORT_URL="https://bbs.chinauos.com/"
VERSION_CODENAME=kongzi
PLATFORM_ID="platform:uelc20"

cloudpods版本v3.10 v3.12都试过,不管是ocboot快速部署还是高可用部署,都报错
TASK [utils/misc-check : Check If UOS Server 20 20 Is Supported (uos_server_20.yml)] ***
fatal: [10.87.130.29]: FAILED! => {"msg": "No file was found when using first_found. Use errors='ignore' to allow this task to be skipped if no files are found"}
换成master分支之后,报错
Traceback (most recent call last):
File "./run.py", line 579, in
sys.exit(main())
File "./run.py", line 522, in main
args = get_args()
File "./run.py", line 464, in get_args
inject_add_hostagent_options(parser)
File "/root/ocboot/lib/parser.py", line 79, in inject_add_hostagent_options
help="networks option of /etc/yunion/host.conf")
File "/usr/lib64/python3.7/argparse.py", line 1358, in add_argument
raise ValueError('unknown action "%s"' % (action_class,))
ValueError: unknown action "extend"

@SimonXu666j SimonXu666j added the question Further information is requested label Jan 14, 2025
@zexi
Copy link
Member

zexi commented Jan 14, 2025

执行的命令是什么?

@SimonXu666j
Copy link
Author

执行的命令是什么?
高可用执行的:./ocboot.py install ./config-k8s-ha.yml
ocboot快速部署执行的:./run.py full 10.87.130.29

@zexi
Copy link
Member

zexi commented Jan 14, 2025

master 版本的报错应该和 python 版本有关系,可以用 ./ocboot.sh run.py full 10.87.130.29 试试

@SimonXu666j
Copy link
Author

master 版本的报错应该和 python 版本有关系,可以用 ./ocboot.sh run.py full 10.87.130.29 试试
./ocboot.sh run.py full 10.87.130.30
Installing buildah ...
Not supported OS [UOS Server 20 20 x86_64]!

@zexi
Copy link
Member

zexi commented Jan 14, 2025

那就没有支持 UOS ,可以手动装下 buildah ,再跑一遍试试

@SimonXu666j
Copy link
Author

buildah
装了buildah执行./ocboot.sh run.py full 10.87.130.30 后面还是报
TASK [utils/misc-check : Check If UOS 20 Is Supported (uos.yml)] ***************
fatal: [10.87.130.30]: FAILED! => {"msg": "No file was found when using first_found."}
你们的部署文档里面说支持统信 UOS kongzi: 支持 x86_64 和 arm64 这个具体是哪个版本啊

@zexi
Copy link
Member

zexi commented Jan 14, 2025

https://www.cloudpods.org/docs/getting-started/onpremise/quickstart-virt
文档里面只写了支持这些发行版本:
image

@SimonXu666j
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested state/awaiting processing
Projects
None yet
Development

No branches or pull requests

2 participants