@@ -27,7 +27,7 @@ The System VM Template
2727The System VMs come from a single Template. The System VM has the
2828following characteristics:
2929
30- - Debian 10.8(buster ), 4.19 .0 kernel with the latest security
30+ - Debian 12(bookwork ), 6.1 .0 kernel with the latest security
3131 patches from the Debian security APT repository
3232
3333- Has a minimal set of packages installed thereby reducing the attack
@@ -46,6 +46,37 @@ following characteristics:
4646- Latest version of JRE from Sun/Oracle ensures improved security and
4747 speed
4848
49+ Starting with 4.20.0 release, the following architectures are supported for KVM
50+ hypervisor:
51+ - Intel/AMD 64-bit (x86_64)
52+ - ARM 64-bit (aarch64)
53+
54+ Other hypervisors only support Intel/AMD 64-bit (x86_64)
55+
56+
57+ System VM Template bundled with packages
58+ ----------------------------------------
59+
60+ The System VM Template is bundled with the official release DEB and RPM
61+ cloudstack-management packages for Intel/AMD 64-bit architecture and the
62+ following hypervisors:
63+ - KVM
64+ - VMware
65+ - XenServer
66+
67+ Currently, the ARM 64-bit template(s) are not bundled with the packages.
68+
69+ During zone deployment and upgrade, the required templates, i.e., the
70+ templates for hypervisor and architecture which are in use in the zone
71+ if not already present will be automatically registered and seeded on
72+ the secondary storage.
73+
74+ ARM 64-bit template(s) will be downloaded from the official repository
75+ and the same workflow for the registration and seeding will be used. If
76+ the automatic download and seeding of ARM 64-bit template fails, the
77+ template can be manually registered in a multi-architecture zone or
78+ will need manual registration and seeding in a ARM 64-bit only zone.
79+
4980
5081Changing the Default System VM Template
5182---------------------------------------
@@ -58,18 +89,19 @@ of memory.
5889
5990 .. cssclass :: table-striped table-bordered table-hover
6091
61- ========== ================================================================================================
62- Hypervisor Download Location
63- ========== ================================================================================================
64- XenServer |sysvm64-url-xen |
65- KVM |sysvm64-url-kvm |
66- VMware |sysvm64-url-vmware |
67- Hyper-V |sysvm64-url-hyperv |
68- ========== ================================================================================================
92+ ========== ============ =================================================================================
93+ Hypervisor Architecture Download Location
94+ ========== ============ =================================================================================
95+ XenServer x86_64 |sysvm64-url-xen |
96+ KVM x86_64 |sysvm64-url-kvm |
97+ KVM aarch64 |sysvm64-url-kvm-aarch64 |
98+ VMware x86_64 |sysvm64-url-vmware |
99+ Hyper-V x86_64 |sysvm64-url-hyperv |
100+ ========== ============ =================================================================================
69101
70102#. As an administrator, log in to the CloudStack UI
71103
72- #. Register the 64 bit Template.
104+ #. Register the 64- bit Template.
73105
74106 For example: KVM64bitTemplate
75107
0 commit comments