Install Guide: SLES 11->12, openSUSE 13.1 -> 13.2

Update version numbers for SLES 12 and openSUSE 13.2.
Remove content that does not apply anymore.
Adjust links for new versions.

Change-Id: Ib0365f30060eabc4e02c8176422a271163d60323
This commit is contained in:
Andreas Jaeger 2015-04-09 14:07:09 +02:00
parent 298495f3d7
commit c4eaed04eb
6 changed files with 14 additions and 30 deletions

View File

@ -9,7 +9,7 @@
<phrase os="rhel;centos;fedora">Red Hat Enterprise Linux 7, CentOS 7, and Fedora 20</phrase>
<phrase os="ubuntu">Ubuntu 14.04</phrase>
<phrase os="debian">Debian 7</phrase>
<phrase os="opensuse">openSUSE 13.1 and SUSE Linux Enterprise Server 11 SP3</phrase>
<phrase os="opensuse">openSUSE 13.2 and SUSE Linux Enterprise Server 12</phrase>
</title>
<?rax
status.bar.text.font.size="40px"
@ -69,7 +69,7 @@
EPEL repository.</phrase>
<phrase os="opensuse;sles">This guide shows you how to
install OpenStack by using packages on openSUSE
13.1 and SUSE Linux Enterprise Server 11 SP3
13.2 and SUSE Linux Enterprise Server 12
through the Open Build Service Cloud
repository.</phrase> Explanations of configuration
options and sample configuration files are

View File

@ -22,8 +22,8 @@
xlink:href="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-interfaces.html"
>documentation.</link>
<link os="sles;opensuse"
xlink:href="https://www.suse.com/documentation/sles11/book_sle_admin/data/sec_basicnet_manconf.html"
>SLES 11</link>
xlink:href="https://www.suse.com/documentation/sles-12/book_sle_admin/data/sec_basicnet_manconf.html"
>SLES 12</link>
<phrase os="sles;opensuse"> or </phrase>
<link os="sles;opensuse"
xlink:href="http://activedoc.opensuse.org/book/opensuse-reference/chapter-13-basic-networking"

View File

@ -60,10 +60,10 @@
<step>
<para>Enable the Open Build Service repositories based on your openSUSE
or SLES version:</para>
<para>On openSUSE 13.1:</para>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://Cloud:OpenStack:Juno/openSUSE_13.1 Juno</userinput></screen>
<para>On SLES 11 SP3:</para>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://Cloud:OpenStack:Juno/SLE_11_SP3 Juno</userinput></screen>
<para>On openSUSE 13.2:</para>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://Cloud:OpenStack:Kilo/openSUSE_13.2 Kilo</userinput></screen>
<para>On SLES 12:</para>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://Cloud:OpenStack:Kilo/SLE_12 Kilo</userinput></screen>
<note>
<para>The packages are signed by GPG key 893A90DAD85F9316. You should
verify the fingerprint of the imported GPG key before using

View File

@ -22,9 +22,9 @@
<para>Enable the Open Build Service repositories for MongoDB based on
your openSUSE or SLES version:</para>
<para>On openSUSE:</para>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://server:database/openSUSE_13.1 Database</userinput></screen>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://server:database/openSUSE_13.2 Database</userinput></screen>
<para>On SLES:</para>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://server:database/SLE_11_SP3 Database</userinput></screen>
<screen><prompt>#</prompt> <userinput>zypper addrepo -f obs://server:database/SLE_12 Database</userinput></screen>
<note>
<para>The packages are signed by GPG key
<literal>562111AC05905EA8</literal>. You should

View File

@ -259,13 +259,6 @@ router_delete_namespaces = True</programlisting>
intentionally lacks a value to enable multiple external
networks on a single agent.</para>
</note>
<note os="sles">
<para>Due to an issue with old versions of the
<application>iproute2</application> utility, we recommend
that you do not configure the
<option>router_delete_namespaces</option> option on SLES 11
SP3.</para>
</note>
</step>
<step>
<para>(Optional) To assist with troubleshooting,
@ -297,13 +290,6 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
use_namespaces = True
dhcp_delete_namespaces = True</programlisting>
<note os="sles">
<para>Due to an issue with old versions of the
<application>iproute2</application> utility, we recommend
that you do not configure the
<option>dhcp_delete_namespaces</option> option on SLES 11
SP3.</para>
</note>
</step>
<step>
<para>(Optional) To assist with troubleshooting,

View File

@ -163,12 +163,10 @@ verbose = True</programlisting>
<screen><prompt>#</prompt> <userinput>modprobe nbd</userinput></screen>
</step>
<step>
<para>Ensure the module will be loaded on every boot.</para>
<para>On openSUSE by adding <literal>nbd</literal> in the
<filename>/etc/modules-load.d/nbd.conf</filename> file.</para>
<para>On SLES by adding or modifying the following line in the
<filename>/etc/sysconfig/kernel</filename> file.</para>
<programlisting language="ini">MODULES_LOADED_ON_BOOT = "nbd"</programlisting>
<para>Ensure the module will be loaded on every boot by
adding <literal>nbd</literal> in the
<filename>/etc/modules-load.d/nbd.conf</filename>
file.</para>
</step>
</substeps>
</step>