[求助/Help] 在 aarch64 添加计算节点不成功
按照https://www.cloudpods.org/docs/getting-started/onpremise/host添加计算节点 下载代码最新 https://github.com/yunionio/ocboot/archive/refs/tags/master-v3.11.10-1.tar.gz
root@dpu-216-16:~# uname -a
Linux dpu-216-16 5.15.0-1057-bluefield #59-Ubuntu SMP Thu Nov 21 10:26:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
部署错误信息如下:
TASK [utils/misc-check : Assert Ubuntu 22.04 conditions] *********************** fatal: [100.97.160.43]: FAILED! => { "assertion": "ansible_architecture == 'x86_64'", "changed": false, "evaluated_to": false, "msg": "Ubuntu 22.04 jammy is not supported by v3.11.9" }
为什么在https://github.com/yunionio/ocboot/blob/master/onecloud/roles/utils/misc-check/tasks/ubuntu.yml 要限制- "ansible_architecture == 'x86_64'"呢?
我注释掉此行,安装包的时候openvswitch-switch yunion-qemu-4.2.0 docker-ce等包找不到
(item=[24/37] openvswitch-switch) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "cache_update_time": 1751359223, "cache_updated": false, "changed": false, "item_index": 23, "msg": "no available installation candidate for openvswitch-switch", "package_item": "openvswitc
(item=[31/37] yunion-qemu-4.2.0) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 30, "msg": "No package matching 'yunion-
(item=[32/37] yunion-executor) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 31, "msg": "No package matching 'yunion-executor' is available", "package_item": "yunion-executor"}
(item=[33/37] yunion-fetcherfs) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 32, "msg": "No package matching 'yunion-f
(item=[34/37] docker-ce) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "changed": false, "item_index": 33, "msg": "No package matching 'docker-ce' is available", "p
(item=[35/37] kubeadm=1.15.12-00) => {"ansible_index_var": "item_index", "ansible_loop_var": "package_item", "cache_update_time": 1751359223, "cache_updated": false, "changed": false, "item_index": 34, "msg": "no available installation candidate for kubeadm=1.15.12-00", "package_item": "kubeadm=1.15.12-00"}
_请问该怎么办呢 谢谢 _
@vincentiss 我们测试下 ubuntu aarch64 的情况