Fix IP addresses in Install Guide

This fixes a few wrong IP addresses in the Install Guide.

Explain also network setup in section_nova-compute.xml.

Change-Id: I5f644074266323ee5e10f9587686991266e72442
Closes-Bug: #1307188
This commit is contained in:
Andreas Jaeger 2014-04-13 19:47:17 +02:00
parent 2a4f1ae7fa
commit abe2977a02
2 changed files with 31 additions and 16 deletions

View File

@ -75,10 +75,10 @@
</note>
</step>
<step os="ubuntu;debian;sles;opensuse">
<para>Configure MongoDB to make it listen on the controller public IP
<para>Configure MongoDB to make it listen on the controller management IP
address. Edit the <filename>/etc/mongodb.conf</filename> file and modify the
<literal>bind_ip</literal> key:</para>
<programlisting language="ini">bind_ip = 192.168.0.10</programlisting>
<programlisting language="ini">bind_ip = 10.0.0.11</programlisting>
</step>
<step os="debian;ubuntu">
<para>Restart the MongoDB service to apply the configuration change:</para>

View File

@ -15,17 +15,32 @@
guide uses KVM.</para>
<procedure>
<step>
<para>Configure the system. Use the instructions in <xref
linkend="ch_basics"/>, but note the following differences
from the controller node:</para>
<para>
Configure the system. Use the instructions in <xref
linkend="ch_basics"/>, but note the following differences from
the controller node:</para>
<itemizedlist>
<listitem>
<para>Use different IP addresses when you configure
<filename>eth0</filename>. This guide uses
<literal>192.168.0.11</literal> for the internal
network. Do not configure <literal>eth1</literal> with a
static IP address. The networking component of OpenStack
assigns and configures an IP address.</para>
<literal>10.0.0.31</literal> for the management
network of the first compute node.
</para>
<para>
If you run OpenStack Networking (neutron), configure
<literal>eth1</literal> as instance tunnels interface
with IP address <literal>10.0.1.31</literal> for the
first compute node. For details, see the instructions in
<xref linkend="basics-neutron-networking-compute-node"/>
</para>
<para>
If you run legacy networking (nova-compute), do not
configure <literal>eth1</literal> with a static IP
address. The networking component of OpenStack assigns
and configures an IP address. For details, see the
instructions in <xref
linkend="basics-networking-node-compute-node"/>.
</para>
</listitem>
<listitem>
<para>Set the host name to <literal>compute1</literal>. To
@ -161,10 +176,10 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
<step>
<para>Configure Compute to provide remote console access to instances.</para>
<screen os="fedora;rhel;centos;opensuse;sles"><prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT my_ip 192.168.0.11</userinput>
<screen os="fedora;rhel;centos;opensuse;sles"><prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT my_ip 10.0.0.31</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vnc_enabled True</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_listen 0.0.0.0</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 192.168.0.11</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address 10.0.0.31</userinput>
<prompt>#</prompt> <userinput>openstack-config --set /etc/nova/nova.conf \
DEFAULT novncproxy_base_url http://<replaceable>controller</replaceable>:6080/vnc_auto.html</userinput></screen>
<para os="ubuntu;debian">Edit
@ -174,11 +189,11 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
section:</para>
<programlisting os="ubuntu;debian" language="ini">[DEFAULT]
...
my_ip=192.168.0.11
vnc_enabled=True
vncserver_listen=0.0.0.0
vncserver_proxyclient_address=192.168.0.11
novncproxy_base_url=http://<replaceable>controller</replaceable>:6080/vnc_auto.html</programlisting>
my_ip = 10.0.0.31
vnc_enabled = True
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = 10.0.0.31
novncproxy_base_url = http://<replaceable>controller</replaceable>:6080/vnc_auto.html</programlisting>
</step>
<step>
<para>Specify the host that runs the Image Service.<phrase