Fix the "host-only network" location

Fixes the "host-only network" location
in the UI and adds screenshots.

Change-Id: I93f03f4aa31469abb67c0d366979a0d29ca91b95
Closes-Bug: 1421097
This commit is contained in:
evkonstantinov
2015-02-25 16:32:34 +03:00
parent acf2e6de14
commit cf8f5d6b5c
3 changed files with 8 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -4,13 +4,18 @@ Deploying the Master Node Manually
First, create the Master node VM.
1. Configure the host-only interface vboxnet0 in VirtualBox by going to
`File -> Preferences -> Network` and clicking the screwdriver icon.
*File -> Preferences -> Network*, then on the *Host-only Networks*
tab click the screwdriver icon.
.. image:: /_images/host-only-networks-preferences.png
.. image:: /_images/host-only-networks-details.png
* IP address: 10.20.0.1
* Network mask: 255.255.255.0
* DHCP Server: disabled
2. Create a VM for the Master node with the following parameters:
2. Create a VM for the Fuel Master node with the following parameters:
* OS Type: Linux
* Version: Ubuntu (64bit)
@@ -19,7 +24,7 @@ First, create the Master node VM.
3. Modify your VM settings:
* Network: Attach `Adapter 1` to `Host-only adapter` ``vboxnet0``
* Network: Attach *Adapter 1* to *Host-only adapter* *vboxnet0*
4. Power on the VM in order to start the installation. Choose your Fuel ISO
when prompted to select start-up disk.