mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
28 lines
1.8 KiB
XML
28 lines
1.8 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE bookinfo 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="provisioning-steps-overview">
|
|
<title>Overview of Provisioning Steps</title>
|
|
<para>After the Management Server is installed and running, you can add the compute resources for it to manage. For an overview of how a &PRODUCT; cloud infrastructure is organized, see <xref linkend="cloud-infrastructure-overview" />.</para>
|
|
<para>To provision the cloud infrastructure, or to scale it up at any time, follow these procedures:</para>
|
|
<orderedlist>
|
|
<listitem><para>Change the root password. See <xref linkend="changing-root-password" />.</para></listitem>
|
|
<listitem><para>Add a zone. See <xref linkend="zone-add" />.</para></listitem>
|
|
<listitem><para>Add more pods (optional). See <xref linkend="pod-add" />.</para></listitem>
|
|
<listitem><para>Add more clusters (optional). See <xref linkend="cluster-add" />.</para></listitem>
|
|
<listitem><para>Add more hosts (optional). See <xref linkend="host-add" />.</para></listitem>
|
|
<listitem><para>Add primary storage. See <xref linkend="primary-storage-add" />.</para></listitem>
|
|
<listitem><para>Add secondary storage. See <xref linkend="secondary-storage-add" />.</para></listitem>
|
|
<listitem><para>Initialize and test the new cloud. See <xref linkend="initialize-and-test" />.</para></listitem>
|
|
</orderedlist>
|
|
<para>When you have finished these steps, you will have a deployment with the following basic structure:</para>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="./images/provisioning-overview.png" />
|
|
</imageobject>
|
|
<textobject><phrase>provisioning-overview.png: Conceptual overview of a basic deployment</phrase></textobject>
|
|
</mediaobject>
|
|
</section>
|