Resolve some issuies with new documentation

Change-Id: Iddfabe30dd869cf24e14b27e9e02c97fb29acd2a
This commit is contained in:
Ekaterina Fedorova
2013-09-11 17:13:26 +04:00
parent 295cb5412f
commit a3b88489b0
5 changed files with 108 additions and 58 deletions

View File

@@ -40,7 +40,7 @@
<para><emphasis role="bold"> Use Appropriate Branch</emphasis></para>
<para>There are a few branches that can be found in all Murano repositories: master, release-0.1,
release-0.2 and so on. Branch master is the most recent between the releases, but not as stable as release-x.x branches.</para>
<para><emphasis role="bold">Use Separate vHost in <link linkend="Rabbit"></link>RabbitMQ</emphasis></para>
<para><emphasis role="bold">Use Separate vHost in <link linkend="Rabbit">RabbitMQ</link></emphasis></para>
<para>
In general it is OK to configure Murano services to use the root (/) vHost in RabbitMQ and use the same user credentials as OpenStack services use.
However, we recommend to create a separate vHost with separate user for each Murano devbox. There are a few reasons for that:

View File

@@ -153,7 +153,8 @@ LAB_HOST='***.***.***.***'
</listitem>
</itemizedlist>
<programlisting>
># cd /opt/git># git clone git://github.com/stackforge/murano-deployment.git
># cd /opt/git
># git clone git://github.com/stackforge/murano-deployment.git
</programlisting>
<itemizedlist>
<listitem>
@@ -252,17 +253,21 @@ BRANCH_NAME='release-0.2'
<itemizedlist>
<listitem>
<para>Install the component</para>
</listitem>
</itemizedlist>
<para>
<emphasis>Ubuntu</emphasis>
</para>
<programlisting>
># murano-api/setup.sh install
</programlisting>
<itemizedlist>
<listitem/>
</itemizedlist>
<para>
<emphasis>CentOS</emphasis>
</para>
<programlisting>
># murano-api/setup-centos.sh install
</programlisting>
</listitem>
</itemizedlist>
<para>Configuration:</para>
<programlisting>
># cd /etc/murano-api &amp;&amp; cp murano-api-paste.ini.sample \
@@ -298,19 +303,20 @@ BRANCH_NAME='release-0.2'
<itemizedlist>
<listitem>
<para>Install the component</para>
</listitem>
</itemizedlist>
<para>
<emphasis>Ubuntu</emphasis>
</para>
<programlisting>
># murano-conductor/setup.sh install
</programlisting>
<itemizedlist>
<listitem>
<para><emphasis>on CentOS</emphasis></para>
</listitem>
</itemizedlist>
<para>
<emphasis>CentOS</emphasis>
</para>
<programlisting>
># murano-conductor/setup-centos.sh install
</programlisting>
</listitem>
</itemizedlist>
<para>Configuration</para>
<programlisting>
># cd /etc/murano-conductor &amp;&amp; cp \
@@ -339,9 +345,8 @@ BRANCH_NAME='release-0.2'
<para>How-to do this:</para>
<itemizedlist>
<listitem>
<para><emphasis>On Ubuntu</emphasis></para>
</listitem>
</itemizedlist>
<para><emphasis>Ubuntu</emphasis></para>
<programlisting>
># apt-get install -y memcached libapache2-mod-wsgi openstack-dashboard
># dpkg --purge openstack-dashboard-ubuntu-theme # optional step
@@ -349,11 +354,9 @@ BRANCH_NAME='release-0.2'
<para>After installation is complete, openstack dashboard should be
available at: http://&lt;your VM IP>/horizon
</para>
<itemizedlist>
<listitem>
<para><emphasis>on CentOS</emphasis></para>
</listitem>
</itemizedlist>
<listitem>
<para><emphasis>CentOS</emphasis></para>
<programlisting>
># yum install python-netaddr.noarch \
python-keystoneclient.noarch \
@@ -366,27 +369,27 @@ BRANCH_NAME='release-0.2'
<para>After installation is complete, openstack dashboard should be available
at: http://&lt;your VM IP>/dashboard
</para>
<para>Installation of the murano-dashboard is described below.</para>
</listitem>
</itemizedlist>
<para>Installation of the murano-dashboard described below.</para>
<itemizedlist>
<listitem>
<para>Get source code</para>
</listitem>
</itemizedlist>
<programlisting>
># git clone https://github.com/stackforge/murano-dashboard
-b release-0.2
># chmod +x murano-dashboard/setup*.sh
</programlisting>
<itemizedlist>
</listitem>
<listitem>
<para>Install the component</para>
<para><emphasis>On Ubuntu</emphasis>
<para><emphasis>Ubuntu</emphasis>
<programlisting>
># murano-dashboard/setup.sh install
</programlisting>
</para>
<para>
<emphasis>on CentOS</emphasis>
<emphasis>CentOS</emphasis>
<programlisting>
># murano-dashboard/setup-centos.sh install
</programlisting>

View File

@@ -187,8 +187,55 @@
</programlisting>
<itemizedlist>
<listitem>
<para>Add files to the folder structure under
/opt/samba/share folder:
<para>Download and put the following files into the specified paths under
<filename>/opt/samba/share</filename> folder:
<orderedlist>
<listitem>
<para>
<link xlink:href="http://www.asp.net/mvc/mvc4">
ASP .NET MVC 4 setup package</link>:
<filename>Prerequisites/AspNetMVC4Setup.exe</filename>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="https://www.dropbox.com/sh/zthldcxnp6r4flm/Y8gxbIZGF_/WebApplications.exe">
Additional files to build ASP application
</link>: should be placed to <filename>Prerequisites/WebApplications.exe</filename>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://www.microsoft.com/en-us/download/details.aspx?id=29066">
MS SQL Server 2012</link>: Extract the content of the ISO/EXE file
to the <filename>Prerequisites/SQL Server/2012/</filename>.
After that <filename>setup.exe</filename> should be located inside this directory.
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://go.microsoft.com/fwlink/?LinkID=239656&amp;clcid=0x409">
Microsoft® Windows PowerShell Extensions for Microsoft® SQL Server®2012</link>:
<filename>Prerequisites/SQL Server/Tools/PowerShellTools.msi</filename>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://go.microsoft.com/fwlink/?LinkID=239659&amp;clcid=0x409">
Microsoft® SQL Server® 2012 Shared
Management Objects</link>:
<filename>Prerequisites/SQL Server/Tools/SharedManagementObjects.msi</filename>
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://www.asp.net/mvc/mvc4">
Microsoft® System CLR Types for Microsoft® SQL Server® 2012
</link>:
<filename>Prerequisites/SQL Server/Tools/SQLSysClrTypes.msi</filename>
</para>
</listitem>
</orderedlist>
</para>
</listitem>
</itemizedlist>
@@ -236,7 +283,7 @@
<itemizedlist>
<listitem>
<para>
Download and put the following files to the specified paths under
Download and put the following files into the specified paths under
<filename>/opt/image-builder </filename>folder:
<orderedlist>
<listitem>
@@ -382,6 +429,9 @@
<listitem>
<para>
Import the Windows Server 2012 image into Glance
</para>
</listitem>
</itemizedlist>
<programlisting>
>$ cd /opt/image-builder/share/images
>$ glance image-create --name ws-2012-std --disk-format qcow2 \
@@ -390,7 +440,6 @@
--property murano_image_info='{"type":"ws-2012-std",\
"title":"Windows Server 2012 Standard"}'
</programlisting>
</para>
<warning>
<para>
The value of the --property argument named
@@ -399,7 +448,5 @@
example above.
</para>
</warning>
</listitem>
</itemizedlist>
</section>
</chapter>

View File

@@ -51,7 +51,7 @@
<title>Creating service prototype</title>
<para >
All services should be created in the context of Environment
- virtual Windows Data Center. After Environment is created services prototypes
- virtual Windows Data Center. After Environment is created, you need to create services prototypes
and then deploy the Environment. When deploy process is done instances
with your services will be spawned in Openstack.
To create a service prototype navigate to environment services by

View File

@@ -29,7 +29,7 @@ body {
display: block;
padding: 10px;
border: 1px solid #bbb;
background-color: #BDBDBD;
background-color: #eee;
color: #000;
overflow: auto;
border-radius: 2.5px;