ubuntu-24.aarch64.yml 699 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. is_debian_based: true
  2. is_ubuntu_based: true
  3. is_ubuntu_based_aarch64: true
  4. debian_based_arch: arm64
  5. common_packages:
  6. - apt-transport-https
  7. - bash-completion
  8. - bridge-utils
  9. - conntrack
  10. - conntrackd
  11. - cron
  12. - curl
  13. - dkms
  14. - gnupg-agent
  15. - gnupg2
  16. - ipset
  17. - ipvsadm
  18. - jq
  19. - nfs-common
  20. - chrony
  21. - parallel
  22. - rsync
  23. - pciutils
  24. - tcpdump
  25. - python3-selinux
  26. - software-properties-common
  27. - "{{ yunion_qemu_package }}"
  28. - yunion-ovmfrpm
  29. ceph_packages:
  30. - ceph-common
  31. ovs_packages:
  32. - openvswitch-switch
  33. common_services:
  34. - chrony
  35. - yunion-executor
  36. k8s_packages:
  37. - docker-ce
  38. - kubeadm=1.15.12-00
  39. - kubectl=1.15.12-00
  40. - kubelet=1.15.12-00