Cherry-pick from release-0.3:
*Updated How to Contribute *Renamed guide in pom.xml *Added new Linux services & MS SQL Cluster Service *Updated version to 0.3 *Updated list of known issues *Corrected info about tagging images *Add Linux image build chapter *Added MS SQL Cluster enabling instructions Change-Id: I714d6a45ec81cda5d9ec7822135a6e6c3028f671
This commit is contained in:
parent
b8b53d6d0f
commit
f1b77a7959
@ -20,7 +20,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mirantis.murano</groupId>
|
||||
<artifactId>administrators-guide</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>0.3</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Murano Administrator's Guide</name>
|
||||
<build>
|
||||
|
@ -23,29 +23,13 @@
|
||||
http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd"
|
||||
version="5.0"> <info>
|
||||
<title>Murano Administrator's Guide</title>
|
||||
<copyright>
|
||||
<year></year>
|
||||
<holder></holder>
|
||||
</copyright>
|
||||
<releaseinfo>v0.2</releaseinfo>
|
||||
<productname>Murano</productname>
|
||||
<pubdate>2013-09-09</pubdate>
|
||||
<releaseinfo>v0.3</releaseinfo>
|
||||
<legalnotice role="apache2">
|
||||
<annotation>
|
||||
<remark> Copyright details are filled in by the template. Change the value of the
|
||||
role attribute on the legal notice element to change the license. </remark>
|
||||
</annotation>
|
||||
</legalnotice>
|
||||
<abstract>
|
||||
<para> This document is intended for individuals who wish to install and use our product
|
||||
or intend to contribute. </para>
|
||||
</abstract>
|
||||
<cover>
|
||||
<para>this is a placeholder for the front cover</para>
|
||||
</cover>
|
||||
<cover>
|
||||
<para>this is a placeholder for the back cover</para>
|
||||
</cover>
|
||||
</info>
|
||||
<xi:include href="./content/general.xml" xlink:title="General Deployment Steps"/>
|
||||
<xi:include href="./content/installation-guide.xml" xlink:title="Install Murano"/>
|
||||
|
@ -725,32 +725,14 @@
|
||||
<para> Replace <emphasis role="bold"><IMAGE_METADATA></emphasis> with the
|
||||
following property string
|
||||
<screen>
|
||||
murano_image_info='{"title": "Windows 2012 Core Edition", "type": "ws-2012-core"}'
|
||||
murano_image_info='{"title": "Windows 2012 Standart Edition", "type": "windows.2012"}'
|
||||
</screen>
|
||||
where <itemizedlist>
|
||||
<listitem>
|
||||
<para> title - user-friendly description of the image
|
||||
</para>
|
||||
<para>title - user-friendly description of the image</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para> type - one of possible image types <itemizedlist>
|
||||
<listitem>
|
||||
<para> ws-2012-std - Windows Server 2012 Standart
|
||||
Edition </para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para> ws-2012-core - Windows 2012 Core Edition
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para> ws-2008r2-std - Windows Server 2008R2
|
||||
Standart Edition </para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para> ws-2008r2 - Windows Server 2012R2 </para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>type - is a image type, for example 'windows.2012'</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
@ -772,7 +754,7 @@ murano_image_info='{"title": "Windows 2012 Core Edition", "type": "ws-2012-core"
|
||||
<para> Replace <emphasis role="bold"><IMAGE_METADATA></emphasis> with
|
||||
murano_image_info property, e.g.
|
||||
<screen>
|
||||
murano_image_info='{"title": "Windows 2012 Core Edition", "type": "ws-2012-core"}'
|
||||
murano_image_info='{"title": "Windows 2012 Standart Edition", "type": "windows.2012"}'
|
||||
</screen>
|
||||
</para>
|
||||
</listitem>
|
||||
@ -790,5 +772,4 @@ murano_image_info='{"title": "Windows 2012 Core Edition", "type": "ws-2012-core"
|
||||
After these steps desired image can be chosen in Murano dashboard and used for services platform.
|
||||
</para>
|
||||
</section>
|
||||
</chapter>
|
||||
|
||||
</chapter>
|
||||
|
@ -20,9 +20,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mirantis.murano</groupId>
|
||||
<artifactId>developers-guide</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>0.3</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Murano Project Documentation</name>
|
||||
<name>Murano Developers Guide</name>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -57,5 +57,18 @@
|
||||
And deploy will hang up.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
MS SQL Cluster service relies on Quantum for 'virtual-ip' (address-pair) functionality, and to work
|
||||
on Nova Network or Quantum configured as "Mixed Flat and Private Network", anti-spoofing rules on
|
||||
compute nodes should be disabled.
|
||||
</para>
|
||||
<para>Internet Information Services Web Farm & ASP.NET Application Web Farm services are based on Heat,
|
||||
particularly on resource called AWS::ElasticLoadBalancing::LoadBalancer, that currently does not support
|
||||
specification of any network related parameters. Without support for network configuration specification
|
||||
LoadBalancer does not work in Murano over OpenStack deployments with Quantum configured
|
||||
as "Per-tenant Routers with Private Networks".
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</chapter>
|
@ -1647,6 +1647,11 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>type</entry>
|
||||
<entry>string</entry>
|
||||
@ -1742,6 +1747,7 @@
|
||||
</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: activeDirectory</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
@ -1758,11 +1764,6 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
@ -1898,6 +1899,7 @@
|
||||
<para>This section describes API calls for managing Windows web-server software – IIS.</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: webServer</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
@ -1914,11 +1916,6 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
@ -2041,6 +2038,7 @@
|
||||
</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: aspNetApp</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
@ -2057,11 +2055,6 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
@ -2201,6 +2194,7 @@
|
||||
</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: webServerFarm</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
@ -2217,11 +2211,6 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
@ -2357,6 +2346,7 @@
|
||||
</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: aspNetAppFarm</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
@ -2373,11 +2363,6 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
@ -2526,6 +2511,7 @@
|
||||
<para>This section describes API calls for managing MS SQL Server Service.</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: msSqlServer</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
@ -2542,11 +2528,6 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
@ -2690,5 +2671,502 @@
|
||||
</table>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<title>MS SQL Server Cluster Specs</title>
|
||||
<para>This section describes API calls for managing MS SQL Server Cluster Service.</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: msSqlClusterServer</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
<title>MS SQL Server Object</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
<entry>User-friendly name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>externalAD</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>Is Active Directory is configured by the System Administrator</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>domainAdminUserName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Username for Active Directory user with admin role, if Active Directory is configured by the System Administrator</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>domain</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Domain name.
|
||||
This attribute may be empty/null/omitted
|
||||
if machine is not a domain member
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mixedModeAuth</entry>
|
||||
<entry>bool</entry>
|
||||
<entry>Use LDAP to access SQL Server</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>clusterIp</entry>
|
||||
<entry>string</entry>
|
||||
<entry>A valid IPv4 fixed IP</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>clusterName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Service name for new SQL Cluster service</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>agGroupName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Availability Group Name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>agListenerName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>FQDN name of a new DNS entry for AG Listener endpoint</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>agListenerIP</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Availability Group Listener IP</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>units</entry>
|
||||
<entry>object</entry>
|
||||
<entry>MS SQL Server Cluster Unit object</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<table frame="all">
|
||||
<title>MS SQL Server Cluster Unit object</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>id</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Unique ID</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>isMaster</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>Is this node master?</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>isSync</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>Is this node in sync mode?</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
<section>
|
||||
<title>Create Object Specs</title>
|
||||
<table frame="all">
|
||||
<title>MS SQL Server Cluster Unit object</title>
|
||||
<tgroup cols="4" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||
<colspec colnum="4" colname="col4" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Required</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
<entry>User-friendly name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>adminPassword</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Domain password</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>externalAD</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>Is Active Directory is configured by the System Administrator</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>domainAdminUserName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Username for Active Directory user with admin role, if Active Directory is configured by the System Administrator</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>domainAdminPassword</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Password for Active Directory user with admin role, if Active Directory is configured by the System Administrator</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>domain</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Domain name.
|
||||
This attribute may be empty/null/omitted
|
||||
if machine is not a domain member
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mixedModeAuth</entry>
|
||||
<entry>bool</entry>
|
||||
<entry>Use LDAP to access SQL Server</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>saPassword</entry>
|
||||
<entry>string</entry>
|
||||
<entry>SQL Server admin password</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>clusterIp</entry>
|
||||
<entry>string</entry>
|
||||
<entry>A valid IPv4 fixed IP</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>clusterName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Service name for new SQL Cluster service</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>agGroupName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Availability Group Name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>agListenerName</entry>
|
||||
<entry>string</entry>
|
||||
<entry>FQDN name of a new DNS entry for AG Listener endpoint</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>agListenerIP</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Availability Group Listener IP</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sqlServicePassword</entry>
|
||||
<entry>string</entry>
|
||||
<entry>User password that will be created to manage cluster instances</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>units</entry>
|
||||
<entry>object</entry>
|
||||
<entry>SQL Server Cluster Unit object</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<table frame="all">
|
||||
<title>MS SQL Server Cluster Unit Object</title>
|
||||
<tgroup cols="4" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||
<colspec colnum="4" colname="col4" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Required</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>isMaster</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Is this node master?</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>isSync</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Is this node in sync mode?</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<title>Linux Apache Specs</title>
|
||||
<para>This section describes objects specs for Active Directory service.
|
||||
</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: linuxApacheService</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
<title>Linux Apache Object</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Domain name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>deployApachePHP</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>Enable PHP support on installed service</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>units</entry>
|
||||
<entry>object</entry>
|
||||
<entry>Linux Apache Unit object</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<table frame="all">
|
||||
<title>Linux Apache Unit Object</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
<section>
|
||||
<title>Create Object Specs</title>
|
||||
<table frame="all">
|
||||
<title>Linux Apache Object</title>
|
||||
<tgroup cols="4" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||
<colspec colnum="4" colname="col4" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Required</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Domain name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>deployApachePHP</entry>
|
||||
<entry>boolean</entry>
|
||||
<entry>no</entry>
|
||||
<entry>Enable PHP support on installed service</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>units</entry>
|
||||
<entry>object</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Linux Apache Unit object</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<table frame="all">
|
||||
<title>Linux Apache Unit Object</title>
|
||||
<tgroup cols="4" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||
<colspec colnum="4" colname="col4" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Required</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<title>Linux Telnet Specs</title>
|
||||
<para>This section describes objects specs for Linux Telnet service.
|
||||
</para>
|
||||
<para>Please, refer to <link linkend="shared-specs">Shared Attributes</link> article for shared/common
|
||||
attributes specification.</para>
|
||||
<para>Type: linuxTelnetService</para>
|
||||
<section>
|
||||
<title>Request Object Specs</title>
|
||||
<table frame="all">
|
||||
<title>Linux Telnet Object</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
<entry>Domain name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>units</entry>
|
||||
<entry>object</entry>
|
||||
<entry>Linux Telnet Unit object</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<table frame="all">
|
||||
<title>Linux Telnet Unit Object</title>
|
||||
<tgroup cols="3" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
<section>
|
||||
<title>Create Object Specs</title>
|
||||
<table frame="all">
|
||||
<title>Linux Telnet Object</title>
|
||||
<tgroup cols="4" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||
<colspec colnum="4" colname="col4" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Required</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>name</entry>
|
||||
<entry>string</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Domain name</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>units</entry>
|
||||
<entry>object</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Linux Telnet Unit object</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
<table frame="all">
|
||||
<title>Linux Telnet Unit Object</title>
|
||||
<tgroup cols="4" align="left" colsep="1" rowsep="1">
|
||||
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||
<colspec colnum="2" colname="col2" colwidth="1*"/>
|
||||
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||
<colspec colnum="4" colname="col4" colwidth="4*"/>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Attribute</entry>
|
||||
<entry>Type</entry>
|
||||
<entry>Required</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
<entry>-</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
</chapter>
|
@ -24,14 +24,7 @@
|
||||
version="5.0">
|
||||
<title>Murano Developers Guide</title>
|
||||
<info>
|
||||
<author>
|
||||
<affiliation>
|
||||
<orgname></orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
<releaseinfo>v0.2</releaseinfo>
|
||||
<productname>Murano</productname>
|
||||
<pubdate>2013-09-09</pubdate>
|
||||
<releaseinfo>v0.3</releaseinfo>
|
||||
<legalnotice role="apache2">
|
||||
<annotation>
|
||||
<remark>Copyright details are filled in by the template. Change
|
||||
@ -40,21 +33,10 @@
|
||||
</remark>
|
||||
</annotation>
|
||||
</legalnotice>
|
||||
<abstract>
|
||||
<para>This document is intended for individuals who wish to
|
||||
use our product or intend to contribute.
|
||||
</para>
|
||||
</abstract>
|
||||
<cover>
|
||||
<para>this is a placeholder for the front cover</para>
|
||||
</cover>
|
||||
<cover>
|
||||
<para>this is a placeholder for the back cover</para>
|
||||
</cover>
|
||||
</info>
|
||||
<xi:include href="./content/overview.xml" xlink:title="Overview" />
|
||||
<xi:include href="./content/installation-guide.xml" xlink:title="Installation Guide" />
|
||||
<xi:include href="content/architecture.xml" xlink:title="Blueprint" />
|
||||
<xi:include href="./content/architecture.xml" xlink:title="Architecture" />
|
||||
<xi:include href="./content/specification.xml" xlink:title="API Specification" />
|
||||
<xi:include href="./content/workflows.xml" xlink:title="Workflows XML DSL" />
|
||||
<xi:include href="./content/knownissues.xml" xlink:title="Known Issues" />
|
||||
@ -67,7 +49,7 @@
|
||||
<link xlink:href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</link>
|
||||
</para>
|
||||
<para>
|
||||
We’re going to hold public weekly meetings on Mondays at 15:00 UTC on #openstack-meeting-alt irc channel.
|
||||
We’re going to hold public weekly meetings on Tuesdays at 17:00 UTC on #openstack-meeting-alt irc channel.
|
||||
</para>
|
||||
<para>If you want to contribute either to docs or to code, simply send us change request via
|
||||
<link xlink:href="http://review.openstack.org">review.openstack.org</link>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mirantis.murano</groupId>
|
||||
<artifactId>murano-getting-started-guide</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>0.3</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Murano Getting Started Guide</name>
|
||||
<build>
|
||||
|
@ -442,7 +442,7 @@
|
||||
>$ cd /opt/image-builder/share/images
|
||||
>$ glance image-create --name ws-2012-std --disk-format qcow2 \
|
||||
--container-format bare --file ws-2012-std.qcow2 --is-public true \
|
||||
--property murano_image_info='{"type":"ws-2012-std", "title":"Windows Server 2012 Standard"}'
|
||||
--property murano_image_info='{"type":"windows.2012", "title":"Windows Server 2012 Standard"}'
|
||||
</programlisting>
|
||||
<warning>
|
||||
<para>
|
||||
|
@ -24,14 +24,7 @@
|
||||
version="5.0">
|
||||
<title>Murano Getting Started Guide</title>
|
||||
<info>
|
||||
<author>
|
||||
<affiliation>
|
||||
<orgname></orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
<releaseinfo>v0.2</releaseinfo>
|
||||
<productname>Murano</productname>
|
||||
<pubdate>2013-09-09</pubdate>
|
||||
<releaseinfo>v0.3</releaseinfo>
|
||||
<legalnotice role="apache2">
|
||||
<annotation>
|
||||
<remark>Copyright details are filled in by the template. Change
|
||||
@ -40,17 +33,6 @@
|
||||
</remark>
|
||||
</annotation>
|
||||
</legalnotice>
|
||||
<abstract>
|
||||
<para>This document is intended for individuals who wish to
|
||||
use our product or intend to contribute.
|
||||
</para>
|
||||
</abstract>
|
||||
<cover>
|
||||
<para>this is a placeholder for the front cover</para>
|
||||
</cover>
|
||||
<cover>
|
||||
<para>this is a placeholder for the back cover</para>
|
||||
</cover>
|
||||
</info>
|
||||
<xi:include href="./content/overview.xml" xlink:title="Overview" />
|
||||
<xi:include href="./content/before_you_begin.xml" xlink:title="Before You Begin"/>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.mirantis.murano</groupId>
|
||||
<artifactId>user-guide</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>0.3</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Murano User Guide</name>
|
||||
<build>
|
||||
|
@ -24,18 +24,7 @@
|
||||
version="5.0">
|
||||
<title>Murano User Guide</title>
|
||||
<info>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname/>
|
||||
<surname/>
|
||||
</personname>
|
||||
<affiliation>
|
||||
<orgname></orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
<releaseinfo>v0.2</releaseinfo>
|
||||
<productname>Murano</productname>
|
||||
<pubdate>2013-09-09</pubdate>
|
||||
<releaseinfo>v0.3</releaseinfo>
|
||||
<legalnotice role="apache2">
|
||||
<annotation>
|
||||
<remark>Copyright details are filled in by the template. Change
|
||||
@ -44,17 +33,6 @@
|
||||
</remark>
|
||||
</annotation>
|
||||
</legalnotice>
|
||||
<abstract>
|
||||
<para>This document is intended for individuals who wish to
|
||||
use Murano Product.
|
||||
</para>
|
||||
</abstract>
|
||||
<cover>
|
||||
<para>this is a placeholder for the front cover</para>
|
||||
</cover>
|
||||
<cover>
|
||||
<para>this is a placeholder for the back cover</para>
|
||||
</cover>
|
||||
</info>
|
||||
<xi:include href="./content/overview.xml" xlink:title="Overview" />
|
||||
<xi:include href="./content/murano-dashboard.xml" xlink:title="Murano Dashboard" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user