Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Preparing for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ravihansa3000 committed Sep 28, 2015
1 parent d750ecc commit dfa4486
Show file tree
Hide file tree
Showing 141 changed files with 189 additions and 189 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ auto-scaling policies with multiple factors,i.e., requests in flight, memory con
considered when scaling up or down. The Auto-scaler also supports scaling for non-HTTP transport.
<br />
For detailed information on how multi-factored auto-scaling takes place in Stratos,
see [Autoscaler](https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Autoscaler).
see [Autoscaler](https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Autoscaler).

* Smart policies <br />
The Auto-scaler in Stratos uses two smart policies when making auto-scaling decisions: auto-scaling policy and deployment policy.
The instances will be automatically spawned based on the smart policies that are applied to the application.
<br />
For more information on auto-scaling and deployment policy scaling policies, see [Smart Policies]
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Smart+Policies).
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Smart+Policies).

* Multiple IaaS support <br />
Apache Stratos is tested on the following IaaS providers: AWS EC2 and OpenStack. However, it is very easy to extend
Expand All @@ -68,7 +68,7 @@ be off-loaded to another cloud.
It is possible for DevOps to define partitions in a network partition, to control IaaS resources. Thereby,
Apache Stratos can control resources per cloud, region, and zone. Controlling of IaaS resources provide a high
availability and solves disaster recovery concerns. For more information, see [Cloud Partitioning]
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Cloud+Partitioning).
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Cloud+Partitioning).

* Loosely coupled communication <br />
Stratos uses the Advanced Message Queuing Protocol (AMQP) messaging technology for communication among all its components.
Expand All @@ -87,7 +87,7 @@ A cartridge is a package of code that includes a Virtual Machine (VM) image plus
be plugged into Stratos to offer a new PaaS service. Stratos supports single tenant and multi-tenant cartridges.
If needed, tenants can easily add their own cartridges to Stratos.
<br />
For more information on how Stratos uses cartridges, see [Cartridge](https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Cartridge).
For more information on how Stratos uses cartridges, see [Cartridge](https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Cartridge).

* Cartridge automation using Puppet <br />
Cartridges can be easily configured with the use of an orchestration layer such as Puppet.
Expand All @@ -96,7 +96,7 @@ Cartridges can be easily configured with the use of an orchestration layer such
Stratos supports third-party load balancers (LBs), i.e, HAProxy, NGINX. Thereby, if required, users can use their own
LB with Stratos.
<br />
For more information, see [Load Balancers](https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Load+Balancers).
For more information, see [Load Balancers](https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Load+Balancers).

* Artifact distribution coordination <br />
The Artifact Distribution Coordinator is responsible for the distribution of artifacts. Artifacts can be uploaded
Expand All @@ -106,25 +106,25 @@ repositories based deployment synchronization. Users are able to use their own G
a service instance.
<br />
For more information, see [Artifact Distribution Coordinator]
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Artifact+Distribution+Coordinator).
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Artifact+Distribution+Coordinator).

* Stratos Manager Console <br />
Administrators and tenants can use the Stratos Manager console, which is a web-based UI management console in Stratos,
to interact with Stratos.
<br />
For more information, see [Stratos Manager](https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Stratos+Manager).
For more information, see [Stratos Manager](https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Stratos+Manager).

* Stratos REST API <br />
DevOps can use REST APIs to carry out various administering functions (e.g., adding a tenant, adding a cartridge, etc.).
<br />
For more information, see the [Stratos API Reference Guide]
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Stratos+API+Reference).
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Stratos+API+Reference).

* Interactive CLI Tool <br />
Command Line Interface (CLI) tool provides users an interface to interact with Stratos and manage your applications.
<br />
For more information, see the [CLI Tool](https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+CLI+Tool) and the
[CLI Guide](https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+CLI+Guide).
For more information, see the [CLI Tool](https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+CLI+Tool) and the
[CLI Guide](https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+CLI+Guide).

* Monitoring and metering <br />
Apache Stratos provides centralized monitoring and metering. The level of resource utilization in Stratos is measured using metering.
Expand All @@ -134,7 +134,7 @@ If required, the DevOps can enable a persistent volume for cartridges. If persis
automatically attaches a volume when a new cartridge instance is created.
<br />
For more information, see [Persistence Volume Mapping]
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.3+Persistence+Volume+Mapping).
(https://cwiki.apache.org/confluence/display/STRATOS/4.1.4+Persistence+Volume+Mapping).

* Gracefully shutdown instances <br />
Before terminating an instance, when scaling down, the Auto-scaler will allow all the existing requests to the instance
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.autoscaler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.autoscaler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.cartridge.agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.cartridge.agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.cli</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Set the environment variables CLI_JAR, PYTHONPATH and WIREMOCK_JAR, WIREMOCK_HTT

```
# the stratos CLI_JAR
export CLI_JAR=~/stratos/components/org.apache.stratos.cli/target/org.apache.stratos.cli-4.1.3.jar
export CLI_JAR=~/stratos/components/org.apache.stratos.cli/target/org.apache.stratos.cli-4.1.4.jar
# set the PYTHONPATH to include pexpect
export PYTHONPATH=$PYTHONPATH:~/stratos/components/org.apache.stratos.cli/target/pexpect-3.2
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.cloud.controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.cloud.controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.custom.handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.custom.handlers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.kubernetes.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.kubernetes.client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.load.balancer.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.load.balancer.common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.load.balancer.extension.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.load.balancer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.load.balancer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.manager.styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.messaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.metadata.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.metadata.client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.metadata.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.metadata.service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.mock.iaas.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.mock.iaas.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.mock.iaas.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>stratos-components-parent</artifactId>
<groupId>org.apache.stratos</groupId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.mock.iaas.client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.mock.iaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>stratos-components-parent</artifactId>
<groupId>org.apache.stratos</groupId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.mock.iaas</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.python.cartridge.agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/org.apache.stratos.rest.endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-components-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>org.apache.stratos.rest.endpoint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>stratos-components-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/fabric8/kubernetes-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependencies-fabric8</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>kubernetes-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/fabric8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependents</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>stratos-dependencies-fabric8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/guice-assistedinject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependents</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>guice-assistedinject</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/guice-multibindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependents</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>guice-multibindings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependents</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/jclouds/cloudstack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependencies-jclouds</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>cloudstack</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/jclouds/ec2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependencies-jclouds</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>ec2</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>google-jclouds-labs</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>google-cloud-storage</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>google-jclouds-labs</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>google-compute-engine</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>google-jclouds-labs</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>googlecloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/jclouds/google-jclouds-labs/oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>google-jclouds-labs</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>oauth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/jclouds/google-jclouds-labs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependencies-jclouds</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>google-jclouds-labs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/jclouds/jclouds-blobstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.stratos</groupId>
<artifactId>stratos-dependencies-jclouds</artifactId>
<version>4.1.3</version>
<version>4.1.4-SNAPSHOT</version>
</parent>

<artifactId>jclouds-blobstore</artifactId>
Expand Down
Loading

0 comments on commit dfa4486

Please sign in to comment.