Renamed glazier->murano
This commit is contained in:
parent
14f2ed419e
commit
aebf80bbd1
16
README.rst
16
README.rst
@ -1,13 +1,13 @@
|
|||||||
Glazier Manuals
|
Murano Manuals
|
||||||
+++++++++++++++++
|
+++++++++++++++++
|
||||||
|
|
||||||
This repository contains documentation for the
|
This repository contains documentation for the
|
||||||
Glazier project. It includes:
|
Murano project. It includes:
|
||||||
|
|
||||||
* API Specification
|
* API Specification
|
||||||
* Architecture
|
* Architecture
|
||||||
|
|
||||||
For more details, see the `Glazier <http://glazier.mirantis.com>`_.
|
For more details, see the `Murano <http://murano.mirantis.com>`_.
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
@ -30,18 +30,18 @@ The different manuals are in subdirectories of the
|
|||||||
To build a specific guide, look for a ``pom.xml`` file within a subdirectory,
|
To build a specific guide, look for a ``pom.xml`` file within a subdirectory,
|
||||||
then run the ``mvn`` command in that directory. For example::
|
then run the ``mvn`` command in that directory. For example::
|
||||||
|
|
||||||
cd docs/src/glazier-manual
|
cd docs/src/murano-manual
|
||||||
mvn clean generate-sources
|
mvn clean generate-sources
|
||||||
|
|
||||||
The generated PDF documentation file is::
|
The generated PDF documentation file is::
|
||||||
|
|
||||||
docs/src/glazier-manual/src/target/docbkx/pdf/glazier-manual.pdf
|
docs/src/murano-manual/src/target/docbkx/pdf/murano-manual.pdf
|
||||||
|
|
||||||
The root of the generated HTML documentation is::
|
The root of the generated HTML documentation is::
|
||||||
|
|
||||||
docs/src/glazier-manual/src/target/docbkx/webhelp/glazier-manual/content/index.html
|
docs/src/murano-manual/src/target/docbkx/webhelp/murano-manual/content/index.html
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
Refer to http://glazier.openstack.org to see where these documents are published
|
Refer to http://murano.openstack.org to see where these documents are published
|
||||||
and to learn more about the Glazier project.
|
and to learn more about the Murano project.
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
@ -18,11 +18,11 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.mirantis.glazier</groupId>
|
<groupId>com.mirantis.murano</groupId>
|
||||||
<artifactId>manuals</artifactId>
|
<artifactId>manuals</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Glazier Project Documentation</name>
|
<name>Murano Project Documentation</name>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -41,7 +41,7 @@
|
|||||||
<xincludeSupported>true</xincludeSupported>
|
<xincludeSupported>true</xincludeSupported>
|
||||||
<chunkSectionDepth>100</chunkSectionDepth>
|
<chunkSectionDepth>100</chunkSectionDepth>
|
||||||
<postProcess>
|
<postProcess>
|
||||||
<copy todir="target/docbkx/webhelp/glazier-manual/content/figures">
|
<copy todir="target/docbkx/webhelp/murano-manual/content/figures">
|
||||||
<fileset dir="src/docbkx/figures">
|
<fileset dir="src/docbkx/figures">
|
||||||
<include name="**/*.png"/>
|
<include name="**/*.png"/>
|
||||||
</fileset>
|
</fileset>
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
BIN
src/murano-manual/src/docbkx/figures/architecture_diagram.png
Executable file
BIN
src/murano-manual/src/docbkx/figures/architecture_diagram.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@ -23,7 +23,7 @@
|
|||||||
xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
|
xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
|
||||||
http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd
|
http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd
|
||||||
http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<title>Glazier Project Documentation</title>
|
<title>Murano Project Documentation</title>
|
||||||
<info>
|
<info>
|
||||||
<author>
|
<author>
|
||||||
<personname>
|
<personname>
|
||||||
@ -39,7 +39,7 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
<holder>Mirantis, Inc.</holder>
|
<holder>Mirantis, Inc.</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
<releaseinfo>v0.1</releaseinfo>
|
<releaseinfo>v0.1</releaseinfo>
|
||||||
<productname>Glazier™</productname>
|
<productname>Murano™</productname>
|
||||||
<pubdate>2013-04-04</pubdate>
|
<pubdate>2013-04-04</pubdate>
|
||||||
<legalnotice role="apache2">
|
<legalnotice role="apache2">
|
||||||
<annotation>
|
<annotation>
|
||||||
@ -64,7 +64,7 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
</info>
|
</info>
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
<para>Welcome to Glazier Project.
|
<para>Welcome to Murano Project.
|
||||||
</para>
|
</para>
|
||||||
<section>
|
<section>
|
||||||
<title>Intended Audience</title>
|
<title>Intended Audience</title>
|
||||||
@ -75,7 +75,7 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Document Change History</title>
|
<title>Document Change History</title>
|
||||||
<para>This version of the Glazier Manual replaces and obsoletes all
|
<para>This version of the Murano Manual replaces and obsoletes all
|
||||||
previous versions. The
|
previous versions. The
|
||||||
most recent changes are described in the table below:
|
most recent changes are described in the table below:
|
||||||
</para>
|
</para>
|
||||||
@ -115,7 +115,7 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
</chapter>
|
</chapter>
|
||||||
<chapter id="architecture">
|
<chapter id="architecture">
|
||||||
<title>Architecture</title>
|
<title>Architecture</title>
|
||||||
<figure xml:id="glazierarchitecture">
|
<figure xml:id="muranoarchitecture">
|
||||||
<title>Architecture</title>
|
<title>Architecture</title>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject role="fo">
|
<imageobject role="fo">
|
||||||
@ -128,20 +128,20 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
</mediaobject>
|
</mediaobject>
|
||||||
</figure>
|
</figure>
|
||||||
<para>
|
<para>
|
||||||
The Glazier architecture has the following components:
|
The Murano architecture has the following components:
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Glazier Dashboard - UI for the Glazier, extends
|
<para>Murano Dashboard - UI for the Murano, extends
|
||||||
Horizon
|
Horizon
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>REST API - exposes Glazier API via REST. Maintains
|
<para>REST API - exposes Murano API via REST. Maintains
|
||||||
environment configurations in Database
|
environment configurations in Database
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Glazier Python Client - Python client for Glazier
|
<para>Murano Python Client - Python client for Murano
|
||||||
REST API
|
REST API
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -149,12 +149,12 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
<para>Orchestration Engine - builds the environment as
|
<para>Orchestration Engine - builds the environment as
|
||||||
configured by the user.
|
configured by the user.
|
||||||
Turns environment configurations into a Heat templates
|
Turns environment configurations into a Heat templates
|
||||||
for VM provision and Glazier Agent commands for service
|
for VM provision and Murano Agent commands for service
|
||||||
deployment
|
deployment
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Glazier Agent - built into Windows Server VM images.
|
<para>Murano Agent - built into Windows Server VM images.
|
||||||
Executes commands sent by Orchestration Engine
|
Executes commands sent by Orchestration Engine
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -209,9 +209,9 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
</informaltable>
|
</informaltable>
|
||||||
<section>
|
<section>
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
<para>Glazier Service API is a programmatic interface used for interaction
|
<para>Murano Service API is a programmatic interface used for interaction
|
||||||
with Glazier. Other interaction
|
with Murano. Other interaction
|
||||||
mechanisms like Glazier Dashboard or Glazier CLI should use API as underlying
|
mechanisms like Murano Dashboard or Murano CLI should use API as underlying
|
||||||
protocol for interaction.
|
protocol for interaction.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -292,7 +292,7 @@ http://docbook.org/ns/docbook " xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst
|
|||||||
<section>
|
<section>
|
||||||
<title>Authentication</title>
|
<title>Authentication</title>
|
||||||
<para>All requests include a Keystone authentication token header (X-Auth-Token). Clients must authenticate
|
<para>All requests include a Keystone authentication token header (X-Auth-Token). Clients must authenticate
|
||||||
with Keystone before interacting with the Glazier service.
|
with Keystone before interacting with the Murano service.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
Loading…
x
Reference in New Issue
Block a user