-
Notifications
You must be signed in to change notification settings - Fork 540
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
Comments
执行的命令是什么? |
|
master 版本的报错应该和 python 版本有关系,可以用 |
|
那就没有支持 UOS ,可以手动装下 buildah ,再跑一遍试试 |
|
操作系统:
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"
The text was updated successfully, but these errors were encountered: