mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
26 lines
2.3 KiB
XML
26 lines
2.3 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="working-with-templates">
|
|
<title>Working with Templates</title>
|
|
<para>A template is a reusable configuration for virtual machines. When users launch VMs, they can choose from a list of templates in CloudPlatform.</para>
|
|
<para>Specifically, a template is a virtual disk image that includes one of a variety of operating systems, optional additional software such as office applications, and settings such as access control to determine who can use the template. Each template is associated with a particular type of hypervisor, which is specified when the template is added to CloudPlatform.</para>
|
|
<para>CloudPlatform ships with a default template. In order to present more choices to users, CloudPlatform administrators and users can create templates and add them to CloudPlatform.</para>
|
|
<xi:include href="create-templates-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="requirements-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="best-practices-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="default-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="private-public-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="create-template-from-existing-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="create-template-from-snapshot.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="upload-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="export-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="create-windows-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="import-ami.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="create-bare-metal-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="convert-hyperv-vm-to-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
<xi:include href="delete-templates.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
</section>
|