You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ch...@apache.org on 2014/07/28 19:23:47 UTC

[1/2] git commit: Fix Readme.md format (add missing line breaks)

Repository: stratos
Updated Branches:
  refs/heads/master 48e2826fb -> 84da219dc


Fix Readme.md format (add missing line breaks)

Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/25153f95
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/25153f95
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/25153f95

Branch: refs/heads/master
Commit: 25153f95a80a5ef7080a387260aae1c035f28c58
Parents: 9a1964d
Author: maicole <ma...@gmail.com>
Authored: Tue Jul 15 15:01:00 2014 +0530
Committer: maicole <ma...@gmail.com>
Committed: Tue Jul 15 15:01:00 2014 +0530

----------------------------------------------------------------------
 README.md | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/25153f95/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index de9d9b7..1188e6a 100644
--- a/README.md
+++ b/README.md
@@ -7,46 +7,46 @@ Stratos is licensed under the Apache License, Version 2.0
 
 Features
 --------
-* Cloud Controller (CC)
+* Cloud Controller (CC)  
 CC leverages Apache jclouds' APIs and provides a generic interface to communicate with different IaaS. 
 
-* Multi-factored auto-scaling	
+* Multi-factored auto-scaling  	
 The Auto-scaler uses a Complex Event Processor (CEP) for real-time decision making and it integrates both real-time and rule-base decision making in order to provide better control over scaling of platforms. Auto-scaling policies can be defined with the following multiple factors, which are considered when scaling up or down: requests in flight, memory consumption and load average. The Auto-scaler also support scaling for non-HTTP transport.
 
-* Smart policies
+* Smart policies  
 The Auto-scaler uses the following two smart policies when making auto-scaling decisions: Auto-scaling policy and deployment policy. Instances will be automatically spawned based on the smart policies defined in the cartridge.
 
-* Multiple IaaS support
+* Multiple IaaS support  
 Apache Stratos is tested on the following IaaS providers: AWS EC2, Openstack and vClouds. However, it is very easy to extend Apache Stratos to support any IaaS that is supported by Apache jclouds.
 
-* Multi-cloud bursting	
+* Multi-cloud bursting  	
 Apache Stratos supports multiple IaaS. When the maximum limit of instances have been reached in an IaaS, instances will be spawned on another IaaS, which is in another partition group. Thereby, this will enable resource peak times to be off-loaded to another cloud.
 
-* Controlling IaaS resources	
+* Controlling IaaS resources  	
 DevOps can define partitions and network partitions to control IaaS resources. Thereby, Apache Stratos can control resources per cloud, region and zone. Controlling of IaaS resources will provide high availability and will solve disaster recovery concerns.
 
-* Loosely coupled communication
+* Loosely coupled communication  
 AMQP messaging technology is used to communicate with all the components. Apache Stratos uses an AMQP Message Broker (MB) to communicate in a loosely coupled fashion.
 
-* Multi-tenancy	
+* Multi-tenancy  	
 Support for in-container multi-tenancy. Thereby, optimizing resource utilization.
 
-* Cartridges
+* Cartridges  
 Support for PHP, MySQL, Tomcat, Windows based (.NET) cartridges.
 
-* Pluggable architecture support for cartridges
+* Pluggable architecture support for cartridges  
 A cartridge is a package of code that includes a Virtual Machine (VM) image plus additional configuration, which can be plugged into Apache Stratos to offer a new PaaS service. Apache Stratos supports single tenant and multi-tenant cartridges. If needed, tenants can seamlessly add their own cartridges to Apache Stratos.
 
-* Cartridge automation using Puppet
+* Cartridge automation using Puppet  
 Cartridges can be easily configured with the use of Puppet.
 
-* Load Balancer (LB) as a cartridge
+* Load Balancer (LB) as a cartridge  
 LBs in Apache Stratos accepts dynamic cluster domain registrations. In addition, LBs accepts static cluster domain registrations at start-up. Apache Stratos also supports third party LBs (e.g., HAproxy). Thereby, allowing users to use their own LB if required.
 
-* Artifact Distribution Coordinator (ADC)
+* Artifact Distribution Coordinator (ADC)  
 ADC takes complete applications and breaks it into per-instance components that are then loaded into instances. ADC supports external Git and GitHub repositories based deployment synchronization. Users are able to use their own Git repository to sync artifacts with a service instance. 
 
-* Stratos Manager Console
+* Stratos Manager Console  
 Administrators and tenants can use the Stratos Manager Console, which is a web-based UI management console, to carryout various actions.
 Tenants can carry out the following actions: 
  * View the list of available cartridges. 
@@ -67,19 +67,19 @@ Administrators can carry out the following actions:
  * Deploy a single tenant or multi-tenant cartridge
  * Deploy a multi-tenant service cluster for a multi-tenant cartridge
 
-* Interactive CLI Tool
+* Interactive CLI Tool  
 Tenants use the command line interface (CLI) tool to manage their subscriptions.
 
-* Monitoring and metering
+* Monitoring and metering  
 Apache Stratos provides centralized monitoring and metering. Metering is used to measure the levels of resource utilization. 
 
-* REST API
+* REST API  
 DevOps can use REST APIs to carry out various administering functions (e.g., deploying a cartridge, registering a tenant and more).
 
-* Persistent volume support for cartridges	
+* Persistent volume support for cartridges  	
 If required the DevOps can enable persistent volume for cartridges. If persistent volume has been enabled, Apache Stratos will automatically attach a volume when a new cartridge instance is created.
 
-* Gracefully shutdown instances
+* Gracefully shutdown instances  
 When scaling down, before terminating an instance the Auto-scaler will allow all the existing requests to the instance to gracefully shutdown; while, not accepting any new requests to that instance.
 
 Resources


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/stratos into pr-5

Posted by ch...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/stratos into pr-5


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/84da219d
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/84da219d
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/84da219d

Branch: refs/heads/master
Commit: 84da219dcfacf65ebc4602bb3bbee45b88931527
Parents: 25153f9 48e2826
Author: Chris Snow <ch...@apache.org>
Authored: Mon Jul 28 17:21:25 2014 +0000
Committer: Chris Snow <ch...@apache.org>
Committed: Mon Jul 28 17:21:25 2014 +0000

----------------------------------------------------------------------
 tools/stratos-docker-images/README.md           |  25 +++
 tools/stratos-docker-images/activemq/Dockerfile |  36 +++++
 .../activemq/docker-build.sh                    |  26 +++
 .../activemq/docker-run.sh                      |  26 +++
 tools/stratos-docker-images/build-all.sh        |  37 +++++
 tools/stratos-docker-images/mysql/Dockerfile    |  36 +++++
 tools/stratos-docker-images/mysql/README.md     |  45 ++++++
 .../stratos-docker-images/mysql/docker-build.sh |  47 ++++++
 .../mysql/files/.gitignore                      |  25 +++
 tools/stratos-docker-images/mysql/my.cnf        |   8 +
 tools/stratos-docker-images/mysql/run           |  57 +++++++
 tools/stratos-docker-images/push-all.sh         |  35 ++++
 tools/stratos-docker-images/run-example-ec2.sh  |  82 ++++++++++
 .../stop_and_remove_stratos_containers.sh       |  31 ++++
 tools/stratos-docker-images/stratos/Dockerfile  |  86 ++++++++++
 .../stratos/docker-build.sh                     |  35 ++++
 .../stratos/files/.gitignore                    |  25 +++
 tools/stratos-docker-images/stratos/run         | 161 +++++++++++++++++++
 18 files changed, 823 insertions(+)
----------------------------------------------------------------------