Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small changes for Faststart-related documentation #87

Merged
merged 3 commits into from
Sep 17, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 10 additions & 5 deletions content/en_us/fs/install_cloud_in_a_box.dita
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<task id="install_cloud_in_a_box">
<title>Installing Cloud-in-a-Box</title>
<shortdesc>The simplest way to install Eucalyptus is to install
Cloud-in-a-Box. It is also the least like an actual cloud, but it's a
Cloud-in-a-Box. It's not intended for production use, but it's a
great way to learn the basics about how Eucalyptus works. All components
are installed in a single system, and most of the configuration is
handled automatically.</shortdesc>
Expand All @@ -16,7 +16,7 @@
<step>
<cmd>Boot the target system from the Eucalyptus Faststart media.
Wait for the boot screen to load. When the boot screen
loads, select "Install Cloud-in-a-Box"</cmd>
loads, select "Install CentOS 6 with Eucalyptus Cloud-in-a-box"</cmd>
</step>
<step>
<cmd>You may be asked to check the media, to ensure that there
Expand All @@ -26,10 +26,12 @@
instructions are currently available in English only.)</cmd>
</step>
<step>
<cmd>Next, you will be asked for network information. Static
networking is recommended; DHCP will work in many cases, but
<cmd>Next, you will be asked for network information. For Network
Interface, select your ethernet interface (usually eth0).
For Mode, Static is recommended; DHCP will work in many cases, but
if DHCP leases change, your Eucalyptus cloud will no longer
be functional.</cmd>
be functional. Also enter IP address, Netmask, Default Gateway,
and a comma-delimited list of DNS servers.</cmd>
</step>
<step>
<cmd>Next, you will be asked to select timezone, and after that
Expand Down Expand Up @@ -71,6 +73,9 @@
cloud is running by clicking on the the web browser links from the
Desktop.</result>
<postreq>
<note type="tip">The "Configuration Complete" screen provides login information
for the User Console and the Admin Console. Be sure to note these for
later use.</note>
<note type="tip">Normally, you would download a credentials file and
use it to configure the client tools. As part of the Faststart
process, credentials are downloaded and pre-installed for you.
Expand Down
12 changes: 7 additions & 5 deletions content/en_us/fs/install_frontend.dita
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<step>
<cmd>Boot the target system from the Eucalyptus Faststart media.
Wait for the boot screen to load. When the boot screen
loads, select "Install Frontend"</cmd>
loads, select "Install CentOS 6 with Eucalyptus Frontend".</cmd>
</step>
<step>
<cmd>You may be asked to check the media, to ensure that there
Expand All @@ -24,10 +24,12 @@
instructions are currently available in English only.)</cmd>
</step>
<step>
<cmd>Next, you will be asked for network information. Static
networking is recommended; DHCP will work in many cases, but
if DHCP leases change, your Eucalyptus cloud will no longer
be functional.</cmd>
<cmd>Next, you will be asked for network information. For Network
Interface, select your ethernet interface (usually eth0).
For Mode, Static is recommended; DHCP will work in many cases, but
if DHCP leases change, your Eucalyptus cloud will no longer
be functional. Also enter IP address, Netmask, Default Gateway,
and a list of DNS servers.</cmd>
</step>
<step>
<cmd>Next, you will be asked to select timezone, and after that
Expand Down
10 changes: 6 additions & 4 deletions content/en_us/fs/install_node_controller.dita
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<step>
<cmd>Boot the target system from the Eucalyptus Faststart media.
Wait for the boot screen to load. When the boot screen
loads, select "Install Node Controller"</cmd>
loads, select "Install CentOS 6 with Eucalyptys Node Controller".</cmd>
</step>
<step>
<cmd>You may be asked to check the media, to ensure that there
Expand All @@ -24,10 +24,12 @@
instructions are currently available in English only.)</cmd>
</step>
<step>
<cmd>Next, you will be asked for network information. Static
networking is recommended; DHCP will work in many cases, but
<cmd>Next, you will be asked for network information. For Network
Interface, select your ethernet interface (usually eth0).
For Mode, Static is recommended; DHCP will work in many cases, but
if DHCP leases change, your Eucalyptus cloud will no longer
be functional.</cmd>
be functional. Also enter IP address, Netmask, Default Gateway,
and a comma-delimited list of DNS servers.</cmd>
</step>
<step>
<cmd>Next, you will be asked to select timezone, and after that
Expand Down
4 changes: 2 additions & 2 deletions content/en_us/shared/eustore-install-default-fs.dita
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ IMAGE eri-F9A83F12 admin/initrd.img-2.6.28-11-generic.manifest.xml 508678674223
</step>
<step>
<cmd>Create a key pair using the
<apiname>euca-add-keypair</apiname> command. This
<apiname>euca-create-keypair</apiname> command. This
command will store the public half of the key pair and keep
it available for your Eucalyptus cloud instances, and will
output the private half of the key pair. Save this output to
a file for future use, as in the following example: </cmd>
<info>
<codeblock>euca-add-keypair euca-demo > euca-demo.private</codeblock>
<codeblock>euca-create-keypair euca-demo > euca-demo.private</codeblock>
</info>
<info>
<note type="tip">If you've already added a keypair, you can
Expand Down