This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new 0d04cc2 Documentation for Register Template step in ZoneWizard (#525)
0d04cc2 is described below
commit 0d04cc2e4bd80a2910ea35e2e928d9087130c2fd
Author: Manoj Kumar <[email protected]>
AuthorDate: Wed Jul 16 15:54:22 2025 +0530
Documentation for Register Template step in ZoneWizard (#525)
---
.../_static/images/zone-kvm-register-template.png | Bin 0 -> 147259 bytes
source/_static/images/zone-register-templates.png | Bin 0 -> 182124 bytes
source/installguide/configuration.rst | 27 +++++++++++++++++++++
3 files changed, 27 insertions(+)
diff --git a/source/_static/images/zone-kvm-register-template.png
b/source/_static/images/zone-kvm-register-template.png
new file mode 100644
index 0000000..6294834
Binary files /dev/null and
b/source/_static/images/zone-kvm-register-template.png differ
diff --git a/source/_static/images/zone-register-templates.png
b/source/_static/images/zone-register-templates.png
new file mode 100644
index 0000000..438da7b
Binary files /dev/null and b/source/_static/images/zone-register-templates.png
differ
diff --git a/source/installguide/configuration.rst
b/source/installguide/configuration.rst
index 6bf437d..c6ad982 100644
--- a/source/installguide/configuration.rst
+++ b/source/installguide/configuration.rst
@@ -47,6 +47,8 @@ follow these procedures:
#. Add secondary storage to the zone. See :ref:`add-secondary-storage`.
+#. Register Templates to the zone. See :ref:`register-templates`.
+
#. Initialize and test the new cloud. See :ref:`initialize-and-test`.
When you have finished these steps, you will have a deployment with the
@@ -1750,6 +1752,29 @@ You can add object storage pools at any time to add
more capacity or providers
See https://min.io/docs/minio/linux/index.html for MinIO Documentation
+
+.. _register-templates:
+
+Register Cloud Templates
+------------------------
+
+For "KVM" hypervisor, admin can register cloud templates after Zone is
enabled, through the optional step "Register Template"
+
+ #. After selecting kvm hypervisor:
+
+ |ZoneKVMRegisterTemplates.png: KVM Register Templates|
+
+ #. Register Template step in Zone wizard:
+
+ |ZoneRegisterTemplates.png: Zone Register Templates|
+
+**Notes**
+
+- Cloud image templates are hosted in
http://download.cloudstack.org/templates/cloud-images/
+- Metadata for the available templates is stored on the management server at:
`/usr/share/cloudstack-management/webapp/cloud-image-templates.json`
+- `MD5 <https://download.cloudstack.org/templates/cloud-images/md5sum.txt>`_
and `SHA512
<https://download.cloudstack.org/templates/cloud-images/sha512sum.txt>`_
checksums can be used to validate available cloud images for registration.
+
+
.. _initialize-and-test:
Initialize and Test
@@ -1973,3 +1998,5 @@ zone denied.routes
Routes that
.. |add-Host.png: Adding a KVM Host| image:: /_static/images/add-Host.png
.. |ConsoleButton.png: button to launch a console| image::
/_static/images/console-icon.png
.. |AddObjectStore.png: Add Object Storage| image::
/_static/images/add-object-store.png
+.. |ZoneKVMRegisterTemplates.png: KVM Register Templates| image::
/_static/images/zone-kvm-register-template.png
+.. |ZoneRegisterTemplates.png: Zone Register Templates| image::
/_static/images/zone-register-templates.png