Skip to content

Commit 01a5b45

Browse files
committed
arm64 systemvm template note
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent d441fdd commit 01a5b45

File tree

2 files changed

+48
-15
lines changed

2 files changed

+48
-15
lines changed

source/_global.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.20.0-x86_64
3434

3535
.. Latest version systemvm template URL
36-
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-xen.vhd.bz2
37-
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-kvm.qcow2.bz2
38-
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-vmware.ova
39-
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-hyperv.vhd.zip
40-
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-ovm.raw.bz2
36+
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-xen.vhd.bz2
37+
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-kvm.qcow2.bz2
38+
.. |sysvm64-url-kvm-aarch64| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-aarch64-kvm.qcow2.bz2
39+
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-vmware.ova
40+
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-hyperv.vhd.zip
41+
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.20/systemvmtemplate-4.20.0-x86_64-ovm.raw.bz2
4142

4243
.. Images
4344

source/adminguide/systemvm.rst

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The System VM Template
2727
The System VMs come from a single Template. The System VM has the
2828
following 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

5081
Changing 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

Comments
 (0)