change Virtual Box to VirtualBox
follow the official name Change-Id: I590b09a019e15fe9683f7acec6359d293304382f Closes-Bug: 1366644
This commit is contained in:
parent
b68650b22f
commit
84be4180aa
@ -61,20 +61,20 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
# The primary network interface - Virtual Box NAT connection
|
||||
# (Virtual Box Network Adapter 1)
|
||||
# The primary network interface - VirtualBox NAT connection
|
||||
# (VirtualBox Network Adapter 1)
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
|
||||
# Virtual Box vboxnet0 - OpenStack management network
|
||||
# (Virtual Box Network Adapter 2)
|
||||
# VirtualBox vboxnet0 - OpenStack management network
|
||||
# (VirtualBox Network Adapter 2)
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
address 10.10.10.51
|
||||
netmask 255.255.255.0
|
||||
|
||||
# VirtualBox vboxnet2 - OpenStack API network
|
||||
# (Virtual Box Network Adapter 3)
|
||||
# (VirtualBox Network Adapter 3)
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
address 192.168.100.51
|
||||
|
@ -9,12 +9,12 @@
|
||||
<para>The operating system that is installed on your laptop or
|
||||
desktop that hosts virtual machines. This is commonly referred to as
|
||||
the host OS or <glossterm>host</glossterm>.
|
||||
In short, the machine where your Virtual Box is
|
||||
In short, the machine where your VirtualBox is
|
||||
installed.</para>
|
||||
</formalpara>
|
||||
<formalpara>
|
||||
<title>Guest Operating System (Guest)</title>
|
||||
<para>The operating system that is installed on your Virtual Box
|
||||
<para>The operating system that is installed on your VirtualBox
|
||||
Virtual Machine. This virtual instance is independent of the
|
||||
host OS. It is commonly referred to as <glossterm>guest OS</glossterm>
|
||||
or guest.</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<title>VirtualBox basics</title>
|
||||
<para><guilabel>Getting Started</guilabel></para>
|
||||
<para>The following methods are conventional for deploying
|
||||
OpenStack on Virtual Box for the sake of a test/sandbox or just to
|
||||
OpenStack on VirtualBox for the sake of a test/sandbox or just to
|
||||
try out OpenStack on commodity hardware.</para>
|
||||
<para>1. DevStack</para>
|
||||
<para>2. Vagrant</para>
|
||||
@ -88,7 +88,7 @@
|
||||
<computeroutput>INFO: Your CPU does not support KVM extensions
|
||||
KVM acceleration can NOT be used</computeroutput>
|
||||
</screen>
|
||||
<para>You will still be able to use Virtual Box but the instances
|
||||
<para>You will still be able to use VirtualBox but the instances
|
||||
will be very slow.</para>
|
||||
<para>There are many ways to configure your OpenStack Setup. In this example, we
|
||||
will deploy OpenStack multi node using OVS as the network
|
||||
@ -146,7 +146,7 @@
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para><link xlink:href="https://www.virtualbox.org/wiki/Downloads">
|
||||
Oracle Virtual Box</link></para>
|
||||
Oracle VirtualBox</link></para>
|
||||
<note><para>You cannot set up an AMD64 VM on a x86 machine.</para></note>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -178,14 +178,14 @@
|
||||
networks for your Virtual Machine.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Launch Virtual Box</para>
|
||||
<para>Launch VirtualBox</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Click on <emphasis role="bold"
|
||||
>File>Preferences</emphasis> present on the menu bar of
|
||||
Virtual Box.</para>
|
||||
VirtualBox.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Select the <emphasis role="bold">Network
|
||||
@ -329,7 +329,7 @@
|
||||
<para>You may benefit by installing SSH and FTP so that you
|
||||
can use your remote shell to login into the machine and
|
||||
use your terminal which is more convenient than using the
|
||||
Virtual Machines tty through the Virtual Box's UI. You get a
|
||||
Virtual Machines tty through the VirtualBox's UI. You get a
|
||||
few added features such as copy - paste commands into the
|
||||
remote terminal, which is not possible directly on VM.</para>
|
||||
</listitem>
|
||||
@ -643,7 +643,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>If this doesn't work, check your network
|
||||
settings from Virtual Box. Something may be missing or it may be
|
||||
settings from VirtualBox. Something may be missing or it may be
|
||||
misconfigured.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -653,15 +653,15 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Note: There are known bugs with the ping under NAT.
|
||||
Although the latest versions of Virtual Box have better
|
||||
Although the latest versions of VirtualBox have better
|
||||
performance, sometimes ping may not work even if the
|
||||
Network is connected to the Internet.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>Congratulations! You are now setup with the infrastructure for
|
||||
deploying OpenStack. Just make sure that the Ubuntu Server
|
||||
is installed on the above setup Virtual Box instances. In the
|
||||
is installed on the above setup VirtualBox instances. In the
|
||||
next section we will go through deploying OpenStack using the
|
||||
above created Virtual Box instances.</para>
|
||||
above created VirtualBox instances.</para>
|
||||
</section>
|
||||
</chapter>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<title>To test scripts</title>
|
||||
<step>
|
||||
<title>Set up the test environment</title>
|
||||
<para>To use Virtual Box as test environment, you must attach
|
||||
<para>To use VirtualBox as test environment, you must attach
|
||||
the following network adapters:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@ -38,7 +38,7 @@
|
||||
<step>
|
||||
<title>Test scripts individually</title>
|
||||
<para>Run the shell scripts in the <filename>Scripts</filename>
|
||||
folder to verify they run correctly. Do not install Virtual Box,
|
||||
folder to verify they run correctly. Do not install VirtualBox,
|
||||
although it is recommended because your host machine might fail.</para>
|
||||
<para>To test the scripts, run them. Some scripts require
|
||||
input parameters. If you do not want to run them manually, run
|
||||
@ -48,13 +48,13 @@
|
||||
</step>
|
||||
<step>
|
||||
<title>Test the entire system</title>
|
||||
<para>You must install Virtual Box, Ubuntu Server 12.04 or
|
||||
13.04, and the Virtual Box guest add-ons.</para>
|
||||
<para>To install Virtual Box guest add-ons, complete one of
|
||||
<para>You must install VirtualBox, Ubuntu Server 12.04 or
|
||||
13.04, and the VirtualBox guest add-ons.</para>
|
||||
<para>To install VirtualBox guest add-ons, complete one of
|
||||
these steps:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Install the Virtual Box guest add-ons through
|
||||
<para>Install the VirtualBox guest add-ons through
|
||||
ISO:</para>
|
||||
<screen><prompt>#</prompt> <userinput>apt-get install linux-headers-generic</userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>mount /dev/cdrom0/ /tmp/cdrom</userinput> </screen>
|
||||
@ -62,7 +62,7 @@
|
||||
<screen><prompt>#</prompt> <userinput>./virtualbox</userinput></screen>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Install the Virtual Box guest add-ons through Ubuntu
|
||||
<para>Install the VirtualBox guest add-ons through Ubuntu
|
||||
repositories:</para>
|
||||
<screen><prompt>#</prompt> <userinput>apt-get install linux-headers-generic</userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>apt-get --no-install-recommends install virtualbox-guest-additions</userinput></screen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user