Merge "Admin Guide updated."

This commit is contained in:
Jenkins
2013-09-30 16:00:09 +00:00
committed by Gerrit Code Review

View File

@@ -286,36 +286,51 @@ done
</section> </section>
<section> <section>
<title>Install OpenStack</title> <title>Install OpenStack</title>
<warning>
<para> <para>
Please keep in mind that in this guide we assume that Murano is installed in a separate devbox environment.
</para>
</warning>
<para>
Murano devbox requires an OpenStack installed somewhere in your lab. This OpenStack installation must be reachable from the Murano box.
Murano works great with Openstack packages installation as well as devstack installation. Murano works great with Openstack packages installation as well as devstack installation.
For now we support Openstack Grizzly and working on Havana integration. For now we support Openstack Grizzly and working on Havana integration.
</para> </para>
<para>
<emphasis role="strong">Package-based Installation</emphasis>
</para>
<para>
To install Openstack Grizzly please consult the following sources:
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
For Openstack Grizzly installation follow <link xlink:href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide">OpenStack Grizzly Install Guide</link>
<link xlink:href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide">
the documentation</link>. In addition to that
<link xlink:href=" https://wiki.openstack.org/wiki/Heat">Heat</link> should be installed.
Follow the link to setup Heat on
<link xlink:href="http://openstack.redhat.com/Deploy_Heat_and_launch_your_first_Application">Ubuntu</link>
and on <link xlink:href="http://docs.openstack.org/developer/heat/getting_started/on_ubuntu.html">CentOS</link>.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
For a Devstack installation take a look at<link xlink:href="http://devstack.org/"> <link xlink:href="http://longgeek.com/2013/03/18/openstack-grizzly-g3-for-ubuntu-12-04-all-in-one-installation-2/?lang=en">OpenStack Grizzly-g3 for Ubuntu 12.04 all-in-one installation</link>
this page</link>. </para>
<warning> </listitem>
<para>Murano Dashboard component should be </itemizedlist>
installed on a separate node in case of devstack installation</para>
</warning>
</para> </para>
<para> <para>
Use Devstack's guide to install single VM OpenStack (<link In addition to that <link xlink:href=" https://wiki.openstack.org/wiki/Heat">Heat</link> should be installed.
xlink:href="http://devstack.org/guides/single-vm.html"> Follow the link to setup Heat on
http://devstack.org/guides/single-vm.html</link>) <link xlink:href="http://openstack.redhat.com/Deploy_Heat_and_launch_your_first_Application">Ubuntu</link>
and/or on <link xlink:href="http://docs.openstack.org/developer/heat/getting_started/on_ubuntu.html">CentOS</link>.
</para>
<para>
<emphasis role="strong">Devstack-based Installation</emphasis>
</para>
<para>
For a Devstack installation please vizit <link xlink:href="http://devstack.org/">Devstack Home Page</link> and clone devstack repository to your host.
</para>
<para>
For further installation process we recommend to use Devstack's <link xlink:href="http://devstack.org/guides/single-vm.html">Single VM Installation Guide</link>.
</para>
<para>
The example of localrc configuration file is provided below:
</para> </para>
<formalpara> <formalpara>
<title>localrc example</title> <title>localrc example</title>
@@ -346,18 +361,5 @@ LOGFILE=$SCREEN_LOGDIR/stack.sh.log
</screen> </screen>
</para> </para>
</formalpara> </formalpara>
<para>
If you need to image builder only, then install only packages required to run <emphasis role="strong">KVM</emphasis> (see below).
</para>
</listitem>
</itemizedlist>
</section>
<section>
<title>Configure OpenStack</title>
<note>
<para>
Additional OpenStack configuration usually doesn't required in case you've installed OpenStack with Devstack scripts.
</para>
</note>
</section> </section>
</chapter> </chapter>