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,37 +286,52 @@ done
</section> </section>
<section> <section>
<title>Install OpenStack</title> <title>Install OpenStack</title>
<warning>
<para>
Please keep in mind that in this guide we assume that Murano is installed in a separate devbox environment.
</para>
</warning>
<para> <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>
<itemizedlist> <para>
<listitem> <emphasis role="strong">Package-based Installation</emphasis>
<para> </para>
For Openstack Grizzly installation follow <para>
<link xlink:href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide"> To install Openstack Grizzly please consult the following sources:
the documentation</link>. In addition to that <itemizedlist>
<link xlink:href=" https://wiki.openstack.org/wiki/Heat">Heat</link> should be installed. <listitem>
Follow the link to setup Heat on <para>
<link xlink:href="http://openstack.redhat.com/Deploy_Heat_and_launch_your_first_Application">Ubuntu</link> <link xlink:href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide">OpenStack Grizzly Install Guide</link>
and on <link xlink:href="http://docs.openstack.org/developer/heat/getting_started/on_ubuntu.html">CentOS</link>. </para>
</para> </listitem>
</listitem> <listitem>
<para>
<listitem> <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>
<para> </para>
For a Devstack installation take a look at<link xlink:href="http://devstack.org/"> </listitem>
this page</link>. </itemizedlist>
<warning> </para>
<para>Murano Dashboard component should be <para>
installed on a separate node in case of devstack installation</para> In addition to that <link xlink:href=" https://wiki.openstack.org/wiki/Heat">Heat</link> should be installed.
</warning> Follow the link to setup Heat on
</para> <link xlink:href="http://openstack.redhat.com/Deploy_Heat_and_launch_your_first_Application">Ubuntu</link>
<para> and/or on <link xlink:href="http://docs.openstack.org/developer/heat/getting_started/on_ubuntu.html">CentOS</link>.
Use Devstack's guide to install single VM OpenStack (<link </para>
xlink:href="http://devstack.org/guides/single-vm.html"> <para>
http://devstack.org/guides/single-vm.html</link>) <emphasis role="strong">Devstack-based Installation</emphasis>
</para> </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>
<formalpara> <formalpara>
<title>localrc example</title> <title>localrc example</title>
<para> <para>
@@ -346,18 +361,5 @@ LOGFILE=$SCREEN_LOGDIR/stack.sh.log
</screen> </screen>
</para> </para>
</formalpara> </formalpara>
<para> </section>
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>
</chapter> </chapter>