Updated Branches: refs/heads/master 9e2224dd4 -> 1f54e647f
CLOUDSTACK-2762 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f54e647 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f54e647 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f54e647 Branch: refs/heads/master Commit: 1f54e647fbe4a98309363dc46e346fa7415da453 Parents: 9e2224d Author: Radhika PC <[email protected]> Authored: Fri Jul 5 11:34:58 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Fri Jul 5 11:35:32 2013 +0530 ---------------------------------------------------------------------- docs/en-US/add-vm-tier-sharednw.xml | 64 ++++++++++++++++ docs/en-US/configure-vpc.xml | 1 + docs/en-US/creating-vms.xml | 97 +++++++++++++++++-------- docs/en-US/images/addvm-tier-sharednw.png | Bin 0 -> 111465 bytes 4 files changed, 131 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f54e647/docs/en-US/add-vm-tier-sharednw.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/add-vm-tier-sharednw.xml b/docs/en-US/add-vm-tier-sharednw.xml new file mode 100644 index 0000000..e1a37c8 --- /dev/null +++ b/docs/en-US/add-vm-tier-sharednw.xml @@ -0,0 +1,64 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> +%BOOK_ENTITIES; +]> +<!-- Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<section id="add-vm-tier-sharednw"> + <title>Deploying VMs to a Tier and Shared Network</title> + <orderedlist> + <listitem> + <para>Log in to the &PRODUCT; UI as an administrator or end user.</para> + </listitem> + <listitem> + <para>In the left navigation, choose Instances.</para> + </listitem> + <listitem> + <para>Select the VM you want to work with.</para> + </listitem> + <listitem> + <para>Click Add Instance.</para> + </listitem> + <listitem> + <para>Select a zone.</para> + </listitem> + <listitem> + <para>Select a template or ISO, then follow the steps in the wizard. </para> + <para>For more information about how the templates came to be in this list, see <xref + linkend="working-with-templates"/>.</para> + </listitem> + <listitem> + <para>Ensure that the hardware you have allows starting the selected service offering.</para> + </listitem> + <listitem> + <para>Under Networks, select networks for the VM you are launching.</para> + <para>You can deploy a VM to a VPC tier and multiple shared networks.</para> + <mediaobject> + <imageobject> + <imagedata fileref="./images/addvm-tier-sharednw.png"/> + </imageobject> + <textobject> + <phrase>addvm-tier-sharednw.png: adding a VM to a VPC tier and shared network.</phrase> + </textobject> + </mediaobject> + </listitem> + <listitem> + <para>Click Next, review the configuration and click Launch.</para> + <para>Your VM will be deployed to the selected VPC tier and shared network.</para> + </listitem> + </orderedlist> +</section> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f54e647/docs/en-US/configure-vpc.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/configure-vpc.xml b/docs/en-US/configure-vpc.xml index 45237d2..e0e2ee9 100644 --- a/docs/en-US/configure-vpc.xml +++ b/docs/en-US/configure-vpc.xml @@ -26,6 +26,7 @@ <xi:include href="configure-acl.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="add-gateway-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="add-vm-to-tier.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <xi:include href="add-vm-tier-sharednw.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="acquire-new-ip-for-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="release-ip-for-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="enable-disable-static-nat-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f54e647/docs/en-US/creating-vms.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/creating-vms.xml b/docs/en-US/creating-vms.xml index 1899597..86d05d3 100644 --- a/docs/en-US/creating-vms.xml +++ b/docs/en-US/creating-vms.xml @@ -21,35 +21,70 @@ under the License. --> <section id="creating-vms"> - <title>Creating VMs</title> - <para>Virtual machines are usually created from a template. Users can also create blank virtual machines. A blank virtual machine is a virtual machine without an OS template. Users can attach an ISO file and install the OS from the CD/DVD-ROM.</para> - <note><para>You can create a VM without starting it. You can determine whether the VM needs to be started as part of the VM deployment. A request parameter, startVM, in the deployVm API provides this feature. For more information, see the Developer's Guide</para></note> - <para>To create a VM from a template:</para> - <orderedlist> - <listitem><para>Log in to the &PRODUCT; UI as an administrator or user.</para></listitem> - <listitem><para>In the left navigation bar, click Instances.</para></listitem> - <listitem> - <para>Click Add Instance.</para> - </listitem> - <listitem> - <para>Select a zone.</para> - </listitem> - <listitem><para>Select a template, then follow the steps in the wizard. For more information about how the templates came to be in this list, see <xref linkend="working-with-templates"/>.</para></listitem> - <listitem><para>Be sure that the hardware you have allows starting the selected service offering.</para></listitem> - <listitem><para>Click Submit and your VM will be created and started.</para> - <note><para>For security reason, the internal name of the VM is visible only to the root admin.</para></note> - </listitem> - </orderedlist> - <para>To create a VM from an ISO:</para> - <note><para>(XenServer) Windows VMs running on XenServer require PV drivers, which may be provided in the template or added after the VM is created. The PV drivers are necessary for essential management functions such as mounting additional volumes and ISO images, live migration, and graceful shutdown.</para></note> - <orderedlist> - <listitem><para>Log in to the &PRODUCT; UI as an administrator or user.</para></listitem> - <listitem><para>In the left navigation bar, click Instances.</para></listitem> - <listitem><para>Click Add Instance.</para></listitem> - <listitem><para>Select a zone.</para></listitem> - <listitem><para>Select ISO Boot, and follow the steps in the wizard.</para></listitem> - <listitem><para>Click Submit and your VM will be created and started.</para></listitem> - <!-- <listitem><para>(Oracle VM only) After ISO installation, the installer reboots into the operating system. Due to a known issue in OVM, the reboot will place the VM in the Stopped state. In the &PRODUCT; UI, detach the ISO from the VM (so that the VM will not boot from the ISO again), then click the Start button to restart the VM.</para></listitem> --> - </orderedlist> + <title>Creating VMs</title> + <para>Virtual machines are usually created from a template. Users can also create blank virtual + machines. A blank virtual machine is a virtual machine without an OS template. Users can attach + an ISO file and install the OS from the CD/DVD-ROM.</para> + <note> + <para>You can create a VM without starting it. You can determine whether the VM needs to be + started as part of the VM deployment. A request parameter, startVM, in the deployVm API + provides this feature. For more information, see the Developer's Guide</para> + </note> + <para>To create a VM from a template:</para> + <orderedlist> + <listitem> + <para>Log in to the &PRODUCT; UI as an administrator or user.</para> + </listitem> + <listitem> + <para>In the left navigation bar, click Instances.</para> + </listitem> + <listitem> + <para>Click Add Instance.</para> + </listitem> + <listitem> + <para>Select a zone.</para> + </listitem> + <listitem> + <para>Select a template, then follow the steps in the wizard. For more information about how + the templates came to be in this list, see <xref linkend="working-with-templates"/>.</para> + </listitem> + <listitem> + <para>Be sure that the hardware you have allows starting the selected service offering.</para> + </listitem> + <listitem> + <para>Click Submit and your VM will be created and started.</para> + <note> + <para>For security reason, the internal name of the VM is visible only to the root + admin.</para> + </note> + </listitem> + </orderedlist> + <para>To create a VM from an ISO:</para> + <note> + <para>(XenServer) Windows VMs running on XenServer require PV drivers, which may be provided in + the template or added after the VM is created. The PV drivers are necessary for essential + management functions such as mounting additional volumes and ISO images, live migration, and + graceful shutdown.</para> + </note> + <orderedlist> + <listitem> + <para>Log in to the &PRODUCT; UI as an administrator or user.</para> + </listitem> + <listitem> + <para>In the left navigation bar, click Instances.</para> + </listitem> + <listitem> + <para>Click Add Instance.</para> + </listitem> + <listitem> + <para>Select a zone.</para> + </listitem> + <listitem> + <para>Select ISO Boot, and follow the steps in the wizard.</para> + </listitem> + <listitem> + <para>Click Submit and your VM will be created and started.</para> + </listitem> + <!-- <listitem><para>(Oracle VM only) After ISO installation, the installer reboots into the operating system. Due to a known issue in OVM, the reboot will place the VM in the Stopped state. In the &PRODUCT; UI, detach the ISO from the VM (so that the VM will not boot from the ISO again), then click the Start button to restart the VM.</para></listitem> --> + </orderedlist> </section> - http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f54e647/docs/en-US/images/addvm-tier-sharednw.png ---------------------------------------------------------------------- diff --git a/docs/en-US/images/addvm-tier-sharednw.png b/docs/en-US/images/addvm-tier-sharednw.png new file mode 100644 index 0000000..e60205f Binary files /dev/null and b/docs/en-US/images/addvm-tier-sharednw.png differ
