Removed Roadmap section
Change-Id: Ie07aa62d26be5144cd61d45021c6e7f65244de26
This commit is contained in:
@@ -1,143 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2013 Mirantis, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
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"
|
||||
version="5.0">
|
||||
<title>Roadmap</title>
|
||||
<para>
|
||||
<itemizedlist spacing="compact">
|
||||
<title>
|
||||
<emphasis>Phase 1. Initial Version</emphasis>
|
||||
</title>
|
||||
<para>(Release date: May 30th)</para>
|
||||
<listitem>
|
||||
<para>Core Services: REST API, Orchestration Engine</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Horizon dashboard extension as plugin</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Integration with Heat</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Support single Data Center (no Disaster Recovery)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Support the following Windows Services:
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Active Directory - Single Domain with multiple domain controllers</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>IIS Server - single instance of IIS Server</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>IIS Cluster - multiple IIS instances with Load Balancing</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>ASP.NET Application Service - ASP.NET application installed on top of IIS</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
<itemizedlist spacing="compact">
|
||||
<title>
|
||||
<emphasis>Phase 2. Stable Release</emphasis>
|
||||
</title>
|
||||
<para>(3 month)</para>
|
||||
<listitem>
|
||||
<para>Stabilize Core Services (bug fixing)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Support API, UI extensibility</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>UI design</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Workflow and recipes repository</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Data transfer between service instances</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Basic Service monitoring</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Additional Services:
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>MS SQL - single instance of Microsoft SQL Server or Pair of SQL Servers with DB
|
||||
mirroring
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
<itemizedlist spacing="compact">
|
||||
<title>
|
||||
<emphasis>Phase 3</emphasis>
|
||||
</title>
|
||||
<listitem>
|
||||
<para>Add more services</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Services Dependencies support</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Extended health monitoring</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Agent extensibility (allow 3rd party configuration tools)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Basic Self-healing (actions on monitoring events)</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Additional Services</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<itemizedlist spacing="compact">
|
||||
<title>
|
||||
<emphasis>Phase 4</emphasis>
|
||||
</title>
|
||||
<listitem>
|
||||
<para>Availability Zones support</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Auto-scaling for Windows services</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Security improvements</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</chapter>
|
||||
@@ -63,7 +63,6 @@
|
||||
</info>
|
||||
<xi:include href="./content/overview.xml" xlink:title="Overview" />
|
||||
<xi:include href="./content/blueprint.xml" xlink:title="Blueprint" />
|
||||
<xi:include href="./content/roadmap.xml" xlink:title="Roadmap" />
|
||||
<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/installation-guide.xml" xlink:title="Installation Guide" />
|
||||
|
||||
Reference in New Issue
Block a user