Working on CLOUDSTACK-427 (hardcoded steps) and CLOUDSTACK-313 (cross references)
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8303dd16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8303dd16 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8303dd16 Branch: refs/heads/4.1 Commit: 8303dd167388688c6679c7957ff428c713e31d77 Parents: ad90e20 Author: Joe Brockmeier <[email protected]> Authored: Thu Feb 28 18:59:55 2013 -0600 Committer: Joe Brockmeier <[email protected]> Committed: Thu Feb 28 18:59:55 2013 -0600 ---------------------------------------------------------------------- docs/en-US/add-clusters-ovm.xml | 6 +++--- docs/en-US/aws-ec2-configuration.xml | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8303dd16/docs/en-US/add-clusters-ovm.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/add-clusters-ovm.xml b/docs/en-US/add-clusters-ovm.xml index aa07dfa..d0b0688 100644 --- a/docs/en-US/add-clusters-ovm.xml +++ b/docs/en-US/add-clusters-ovm.xml @@ -28,12 +28,12 @@ <orderedlist> <listitem><para>Add a companion non-OVM cluster to the Pod. This cluster provides an environment where the &PRODUCT; System VMs can run. You should have already installed a non-OVM hypervisor on at least one Host to prepare for this step. Depending on which hypervisor you used:</para> <itemizedlist> - <listitem><para>For VMWare, follow the steps in Add Cluster: vSphere. When finished, return here and continue with the next step.</para></listitem> + <listitem><para>For VMWare, follow the steps in <xref linkend="add-clusters-vsphere"/>. When finished, return here and continue with the next step.</para></listitem> <listitem><para>For KVM or XenServer, follow the steps in <xref linkend="add-clusters-kvm-xenserver"/>. When finished, return here and continue with the next step</para></listitem> </itemizedlist> </listitem> - <listitem><para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the cluster.</para></listitem> - <listitem><para>Click the Compute tab. In the Pods node, click View All. Select the same pod you used in step 1.</para></listitem> + <listitem><para>In the left navigation, choose Infrastructure. In Zones, click View All, then click the zone in which you want to add the cluster.</para></listitem> + <listitem><para>Click the Compute and Storage tab. In the Pods node, click View All.</para></listitem> <listitem><para>Click View Clusters, then click Add Cluster.</para> <para>The Add Cluster dialog is displayed.</para></listitem> <listitem><para>In Hypervisor, choose OVM.</para></listitem> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8303dd16/docs/en-US/aws-ec2-configuration.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/aws-ec2-configuration.xml b/docs/en-US/aws-ec2-configuration.xml index 7d26027..dd7732e 100644 --- a/docs/en-US/aws-ec2-configuration.xml +++ b/docs/en-US/aws-ec2-configuration.xml @@ -28,14 +28,13 @@ <para>The software that provides AWS API compatibility is installed along with &PRODUCT;. You must enable the services and perform some setup steps prior to using it. </para> <orderedlist> - <listitem><para>Set the global configuration parameters for each service to true. + <listitem id="set-global-config"><para>Set the global configuration parameters for each service to true. See <xref linkend="global-config" />.</para></listitem> <listitem><para>Create a set of &PRODUCT; service offerings with names that match the Amazon service offerings. You can do this through the &PRODUCT; UI as described in the Administration Guide.</para> <warning><para>Be sure you have included the Amazon default service offering, m1.small. As well as any EC2 instance types that you will use.</para></warning> </listitem> - <listitem><para>If you did not already do so when you set the configuration parameter in step 1, - restart the Management Server.</para> + <listitem><para>If you did not already do so when you set the configuration parameter in step <xref linkend="set-global-config"/>, restart the Management Server.</para> <programlisting># service cloud-management restart</programlisting> </listitem> </orderedlist>
