diff --git a/doc/install-guide/ch_basics.xml b/doc/install-guide/ch_basics.xml
index afaad84360..a0bfefa496 100644
--- a/doc/install-guide/ch_basics.xml
+++ b/doc/install-guide/ch_basics.xml
@@ -104,17 +104,35 @@ DEFROUTE=yes
ONBOOT=yes
-
- /etc/sysconfig/network-scripts/ifcfg-eth0
- # Internal Network
-FIXME
-
-
-
- /etc/sysconfig/network-scripts/ifcfg-eth1
- # External Network
-FIXME
-
+
+ To set up the two network interfaces, start the YaST
+ network module, as follows:
+ # yast2 network
+
+
+
+ Use the following parameters to set up the first ethernet card
+ eth0 for the internal network:
+
+ Statically assigned IP Address
+ IP Address: 192.168.0.10
+ Subnet Mask: 255.255.255.0
+
+
+
+
+
+ Use the following parameters to set up the second ethernet card
+ eth1 for the external network:
+
+ Statically assigned IP Address
+ IP Address: 10.0.0.10
+ Subnet Mask: 255.255.255.0
+
+
+
+
+
/etc/network/interfaces
@@ -134,18 +152,20 @@ iface eth1 inet static
Once you've configured the network, restart the daemon for changes to take effect:
- # service networking restart
- # service network restart
- # service FIXME restart
+ # service networking restart
+ # service network restart
+ # systemctl restart network.service
Set the hostname of each machine. Name the controller node
controller and the first compute node
compute1. These are the hostnames used in the
- examples throughout this guide. Use the hostname
- command to set the hostname.
-
- # hostname controller
-
+ examples throughout this guide.
+ Use the hostname
+ command to set the hostname:
+ # hostname controller
+
+ Use yast network to set the hostname with YaST.
+
To have the hostname change persist when the system
reboots, you need to specify it in the proper configuration file. In Red
Het Enterprise Linux, Centos, and older versions of Fedora, you set this
@@ -158,7 +178,7 @@ iface eth1 inet static
/etc/hostname. This file contains a single line
with just the hostname.
- To have this hostname set when the system
+ To have this hostname set when the system
reboots, you need to specify it in the file
/etc/hostname. This file contains a single line
with just the hostname.
@@ -186,7 +206,7 @@ iface eth1 inet static
Install the ntp package on each system running
OpenStack services.
- # apt-get install ntp
+ # apt-get install ntp
# yum install ntp
# zypper install ntp
@@ -224,17 +244,17 @@ hwclock -w
On the controller node, install the MySQL client, the MySQL database,
and the MySQL Python library.
- # apt-get install python-mysqldb mysql-server
+ # apt-get install python-mysqldb mysql-server
# yum install mysql mysql-server MySQL-python
# zypper install mysql-community-server-client mysql-community-server python-mysql
On any nodes besides the controller node, just install the MySQL
client and the MySQL Python library. This is all you need to do on any
system not hosting the MySQL database.
- # apt-get install python-mysqldb
+ # apt-get install python-mysqldb
# yum install mysql MySQL-python
# zypper install mysql-community-server-client python-mysql
- When you install the server package, you will
+ When you install the server package, you will
be asked to enter a root password for the database. Be sure to choose
a strong password and remember it - it will be needed later.
@@ -260,7 +280,7 @@ hwclock -w
os="centos;rhel;fedora">RabbitMQ and ZeroMQ (0MQ) are also
available.
- # apt-get install rabbitmq-server
+ # apt-get install rabbitmq-server
# zypper install rabbitmq-server
# yum install qpid-cpp-server memcached