Open zexi opened 4 months ago
What would you like to be added:
目前 https://github.com/yunionio/ocboot/blob/master/onecloud/roles/utils/detect-os/vars/centos-x86_64.yml#L7-L90 包含了很多依赖包,依赖很混乱。
尽量减少宿主机的依赖,目前需要在宿主机上跑的有:k8s 相关, ovs和qemu,ovmf,python, executor , fetcherfs, lvm2 这些,qemu使用 bundle 应该会少很多。其他的想办法弄到容器里
What would you like to be added:
目前 https://github.com/yunionio/ocboot/blob/master/onecloud/roles/utils/detect-os/vars/centos-x86_64.yml#L7-L90 包含了很多依赖包,依赖很混乱。