You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/05/13 07:33:25 UTC

[1/3] stratos git commit: This closes #306 on GitHub

Repository: stratos
Updated Branches:
  refs/heads/master 1fd727003 -> 2f3fff52d


This closes #306 on GitHub


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

Branch: refs/heads/master
Commit: 2f3fff52df5d3aa28fbb450a1a543396c28bf0c6
Parents: ae5cbf9
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed May 13 11:03:16 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed May 13 11:03:16 2015 +0530

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/3] stratos git commit: Replacing to [iaas] for github purpose

Posted by im...@apache.org.
Replacing <iaas> to [iaas] for github purpose


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

Branch: refs/heads/master
Commit: ae5cbf9931d6aadf22a871e5dbad64d381a4a7b8
Parents: 1e8c640
Author: Vishanth <vi...@gmail.com>
Authored: Wed May 13 10:48:07 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed May 13 11:03:16 2015 +0530

----------------------------------------------------------------------
 .../README.md                                         | 12 ++++++------
 .../complex/tomcat-single-signon/README.md            | 14 +++++++-------
 samples/applications/complex/wordpress-app/README.md  | 10 +++++-----
 .../applications/nested/complex-app-with-lb/README.md | 14 +++++++-------
 .../README.md                                         | 12 ++++++------
 .../nested/five-levels-nested-groups-app/README.md    | 14 +++++++-------
 .../nested/single-level-nested-group-app/README.md    | 14 +++++++-------
 .../nested/single-level-nested-groups-app/README.md   | 14 +++++++-------
 .../scaling/app-bursting-pattern/README.md            | 14 +++++++-------
 .../dependent-scaling/sample-cartridges/README.md     |  8 ++++----
 .../scaling/dependent-scaling/sample-groups/README.md |  8 ++++----
 .../scaling/group-scaling/group-scaling-app/README.md |  8 ++++----
 .../scaling/group-scaling/group-scaling-v1/README.md  |  8 ++++----
 .../single-group-group-scaling/README.md              |  8 ++++----
 .../simple/single-cartridge-app/README.md             |  8 ++++----
 .../applications/simple/single-group-app/README.md    | 10 +++++-----
 16 files changed, 88 insertions(+), 88 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
index 9b9357b..9888982 100644
--- a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
+++ b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
@@ -21,16 +21,16 @@ my-compositeapp (php-tomcat-group-postgres-mysql-group-esb) <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/                                          <br />
-./deploy.sh                                                 <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/                                          <br />
-./undeploy.sh                                               <br />
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/complex/tomcat-single-signon/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/complex/tomcat-single-signon/README.md b/samples/applications/complex/tomcat-single-signon/README.md
index 3340ec2..9dab577 100644
--- a/samples/applications/complex/tomcat-single-signon/README.md
+++ b/samples/applications/complex/tomcat-single-signon/README.md
@@ -25,16 +25,16 @@ tomcat-single-signon            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts        <br />
--- scripts/common/ Common scripts for all iaases    <br />
--- scripts/<iaas> IaaS specific scripts             <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/              <br />
-./deploy.sh                     <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/              <br />
-./undeploy.sh                   <br />
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/complex/wordpress-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/complex/wordpress-app/README.md b/samples/applications/complex/wordpress-app/README.md
index c85aba0..da36455 100644
--- a/samples/applications/complex/wordpress-app/README.md
+++ b/samples/applications/complex/wordpress-app/README.md
@@ -14,16 +14,16 @@ wordpress                   <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts        <br />
--- scripts/common/ Common scripts for all iaases    <br />
--- scripts/<iaas> IaaS specific scripts             <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/nested/complex-app-with-lb/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/complex-app-with-lb/README.md b/samples/applications/nested/complex-app-with-lb/README.md
index 16df3af..0ea87a6 100644
--- a/samples/applications/nested/complex-app-with-lb/README.md
+++ b/samples/applications/nested/complex-app-with-lb/README.md
@@ -19,16 +19,16 @@ complex-app-with-lb                 <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts        <br />
--- scripts/common/ Common scripts for all iaases    <br />
--- scripts/<iaas> IaaS specific scripts             <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/                  <br />
-./deploy.sh                         <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/                  <br />
-./undeploy.sh                       <br />
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
index 7705c02..b9a9984 100644
--- a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
+++ b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
@@ -19,16 +19,16 @@ my-esb-php-nested-with-esb-php-nested-with-mysql-php-app    <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/      <br />
-./deploy.sh             <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/      <br />
-./undeploy.sh           <br />
\ No newline at end of file
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/nested/five-levels-nested-groups-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/five-levels-nested-groups-app/README.md b/samples/applications/nested/five-levels-nested-groups-app/README.md
index 226e245..1f52444 100644
--- a/samples/applications/nested/five-levels-nested-groups-app/README.md
+++ b/samples/applications/nested/five-levels-nested-groups-app/README.md
@@ -25,16 +25,16 @@ n-level-nesting (five-levels-nested-groups-app)         <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts            <br />
--- scripts/common/ Common scripts for all iaases        <br />
--- scripts/<iaas> IaaS specific scripts                 <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/      <br />
-./deploy.sh             <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/      <br />
-./undeploy.sh           <br />
\ No newline at end of file
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/nested/single-level-nested-group-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/single-level-nested-group-app/README.md b/samples/applications/nested/single-level-nested-group-app/README.md
index 566ba07..6646a66 100644
--- a/samples/applications/nested/single-level-nested-group-app/README.md
+++ b/samples/applications/nested/single-level-nested-group-app/README.md
@@ -14,16 +14,16 @@ nested-group-app (single-level-nested-group-app)        <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts            <br />
--- scripts/common/ Common scripts for all iaases        <br />
--- scripts/<iaas> IaaS specific scripts                 <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/      <br />
-./deploy.sh             <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/      <br />
-./undeploy.sh           <br />
\ No newline at end of file
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/nested/single-level-nested-groups-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/single-level-nested-groups-app/README.md b/samples/applications/nested/single-level-nested-groups-app/README.md
index 03c16fc..e20ebb7 100644
--- a/samples/applications/nested/single-level-nested-groups-app/README.md
+++ b/samples/applications/nested/single-level-nested-groups-app/README.md
@@ -18,16 +18,16 @@ complex-app (single-level-nested-groups-app)            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts            <br />
--- scripts/common/ Common scripts for all iaases        <br />
--- scripts/<iaas> IaaS specific scripts                 <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/      <br />
-./deploy.sh             <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/      <br />
-./undeploy.sh           <br />
\ No newline at end of file
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/scaling/app-bursting-pattern/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/app-bursting-pattern/README.md b/samples/applications/scaling/app-bursting-pattern/README.md
index 1d33f55..9f673c5 100644
--- a/samples/applications/scaling/app-bursting-pattern/README.md
+++ b/samples/applications/scaling/app-bursting-pattern/README.md
@@ -12,16 +12,16 @@ app-bursting-pattern-app                <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts            <br />
--- scripts/common/ Common scripts for all iaases        <br />
--- scripts/<iaas> IaaS specific scripts                 <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/      <br />
-./deploy.sh             <br />
+cd scripts/[iaas]/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/      <br />
-./undeploy.sh           <br />
\ No newline at end of file
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md b/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
index ab97563..3027724 100644
--- a/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
+++ b/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
@@ -10,16 +10,16 @@ dependency-scaling-cartridges-app (sample-cartridges)       <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/scaling/dependent-scaling/sample-groups/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/dependent-scaling/sample-groups/README.md b/samples/applications/scaling/dependent-scaling/sample-groups/README.md
index a7211ce..59236bf 100644
--- a/samples/applications/scaling/dependent-scaling/sample-groups/README.md
+++ b/samples/applications/scaling/dependent-scaling/sample-groups/README.md
@@ -12,16 +12,16 @@ dependency-scaling-groups-app (sample-groups)               <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/scaling/group-scaling/group-scaling-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/group-scaling/group-scaling-app/README.md b/samples/applications/scaling/group-scaling/group-scaling-app/README.md
index 6931aeb..42f7233 100644
--- a/samples/applications/scaling/group-scaling/group-scaling-app/README.md
+++ b/samples/applications/scaling/group-scaling/group-scaling-app/README.md
@@ -14,16 +14,16 @@ group-scaling               <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/group-scaling/group-scaling-v1/README.md b/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
index 5bb490d..5163ad7 100644
--- a/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
+++ b/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
@@ -11,16 +11,16 @@ group-scaling-v1            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md b/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
index e6aff9d..419bfd4 100644
--- a/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
+++ b/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
@@ -11,16 +11,16 @@ single-group-group-scaling          <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/simple/single-cartridge-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/simple/single-cartridge-app/README.md b/samples/applications/simple/single-cartridge-app/README.md
index 5f2541a..4e092ea 100644
--- a/samples/applications/simple/single-cartridge-app/README.md
+++ b/samples/applications/simple/single-cartridge-app/README.md
@@ -10,16 +10,16 @@ single-cartridge-app            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/ae5cbf99/samples/applications/simple/single-group-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/simple/single-group-app/README.md b/samples/applications/simple/single-group-app/README.md
index 816e422..d0c764b 100644
--- a/samples/applications/simple/single-group-app/README.md
+++ b/samples/applications/simple/single-group-app/README.md
@@ -13,16 +13,16 @@ single-group-app            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- artifacts/[iaas]/ IaaS specific artifacts                <br />
 -- scripts/common/ Common scripts for all iaases            <br />
--- scripts/<iaas> IaaS specific scripts                     <br />
+-- scripts/[iaas] IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/          <br />
+cd scripts/[iaas]/          <br />
 ./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/          <br />
-./undeploy.sh               <br />
+cd scripts/[iaas]/          <br />
+./undeploy.sh               <br />
\ No newline at end of file


[3/3] stratos git commit: Adding line breaks to the readme.md file

Posted by im...@apache.org.
Adding line breaks to the readme.md file


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

Branch: refs/heads/master
Commit: 1e8c640f728d350958320108ea21261b73acaf45
Parents: 1fd7270
Author: Vishanth <vi...@gmail.com>
Authored: Wed May 13 10:40:37 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed May 13 11:03:16 2015 +0530

----------------------------------------------------------------------
 .../README.md                                   | 32 ++++++-------
 .../complex/tomcat-single-signon/README.md      | 22 ++++-----
 .../complex/wordpress-app/README.md             | 24 +++++-----
 .../nested/complex-app-with-lb/README.md        | 38 +++++++--------
 .../README.md                                   | 38 +++++++--------
 .../five-levels-nested-groups-app/README.md     | 50 ++++++++++----------
 .../single-level-nested-group-app/README.md     | 28 +++++------
 .../single-level-nested-groups-app/README.md    | 36 +++++++-------
 .../scaling/app-bursting-pattern/README.md      | 24 +++++-----
 .../sample-cartridges/README.md                 | 22 ++++-----
 .../dependent-scaling/sample-groups/README.md   | 26 +++++-----
 .../group-scaling/group-scaling-app/README.md   | 30 ++++++------
 .../group-scaling/group-scaling-v1/README.md    | 24 +++++-----
 .../single-group-group-scaling/README.md        | 22 ++++-----
 .../simple/single-cartridge-app/README.md       | 20 ++++----
 .../simple/single-group-app/README.md           | 26 +++++-----
 16 files changed, 231 insertions(+), 231 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
index 732fd9b..9b9357b 100644
--- a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
+++ b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md
@@ -9,28 +9,28 @@ By running this sample, this particular scenario can be simulated.
 
 Application View
 ----------------
-my-compositeapp (php-tomcat-group-postgres-mysql-group-esb)
--- my-compositeapp-1
--- -- my-esb
--- -- my-dbgroup
--- -- -- my-postgres
--- -- -- my-mysql
--- -- my-appgroup
--- -- -- my-tomcat
--- -- -- my-php
+my-compositeapp (php-tomcat-group-postgres-mysql-group-esb) <br />
+-- my-compositeapp-1                                        <br />
+-- -- my-esb                                                <br />
+-- -- my-dbgroup                                            <br />
+-- -- -- my-postgres                                        <br />
+-- -- -- my-mysql                                           <br />
+-- -- my-appgroup                                           <br />
+-- -- -- my-tomcat                                          <br />
+-- -- -- my-php                                             <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/                                          <br />
+./deploy.sh                                                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
+cd scripts/<iaas>/                                          <br />
+./undeploy.sh                                               <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/complex/tomcat-single-signon/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/complex/tomcat-single-signon/README.md b/samples/applications/complex/tomcat-single-signon/README.md
index 20501dc..3340ec2 100644
--- a/samples/applications/complex/tomcat-single-signon/README.md
+++ b/samples/applications/complex/tomcat-single-signon/README.md
@@ -18,23 +18,23 @@ https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-dock
 
 Application view
 ----------------
-tomcat-single-signon
--- tomcat-single-signon-1
--- -- mytomcat3
--- -- mywso2is
+tomcat-single-signon            <br />
+-- tomcat-single-signon-1       <br />
+-- -- mytomcat3                 <br />
+-- -- mywso2is                  <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts        <br />
+-- scripts/common/ Common scripts for all iaases    <br />
+-- scripts/<iaas> IaaS specific scripts             <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/              <br />
+./deploy.sh                     <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
+cd scripts/<iaas>/              <br />
+./undeploy.sh                   <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/complex/wordpress-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/complex/wordpress-app/README.md b/samples/applications/complex/wordpress-app/README.md
index e5282f2..c85aba0 100644
--- a/samples/applications/complex/wordpress-app/README.md
+++ b/samples/applications/complex/wordpress-app/README.md
@@ -6,24 +6,24 @@ is active. Group scaling has been disabled in MySQL, PHP group.
 
 Application View
 ----------------
-wordpress
--- wordpress-1
--- -- mysql-php-group
--- -- -- my-php
--- -- -- my-mysql
+wordpress                   <br />
+-- wordpress-1              <br />
+-- -- mysql-php-group       <br />
+-- -- -- my-php             <br />
+-- -- -- my-mysql           <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts        <br />
+-- scripts/common/ Common scripts for all iaases    <br />
+-- scripts/<iaas> IaaS specific scripts             <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/complex-app-with-lb/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/complex-app-with-lb/README.md b/samples/applications/nested/complex-app-with-lb/README.md
index 057f8de..16df3af 100644
--- a/samples/applications/nested/complex-app-with-lb/README.md
+++ b/samples/applications/nested/complex-app-with-lb/README.md
@@ -4,31 +4,31 @@ This is a complex application with a load balancer.
 
 Application View
 ----------------
-complex-app-with-lb
--- complex-app-with-lb-1
--- -- my-tomcat
--- -- my-stratos-lb
--- -- my-group8
--- -- -- my-tomcat2-group8
--- -- -- my-group9
--- -- -- -- my-tomcat1-group9
--- -- my-group6
--- -- -- my-tomcat2-group6
--- -- -- my-group7
--- -- -- -- my-tomcat1-group7
+complex-app-with-lb                 <br />
+-- complex-app-with-lb-1            <br />
+-- -- my-tomcat                     <br />
+-- -- my-stratos-lb                 <br />
+-- -- my-group8                     <br />
+-- -- -- my-tomcat2-group8          <br />
+-- -- -- my-group9                  <br />
+-- -- -- -- my-tomcat1-group9       <br />
+-- -- my-group6                     <br />
+-- -- -- my-tomcat2-group6          <br />
+-- -- -- my-group7                  <br />
+-- -- -- -- my-tomcat1-group7       <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts        <br />
+-- scripts/common/ Common scripts for all iaases    <br />
+-- scripts/<iaas> IaaS specific scripts             <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/                  <br />
+./deploy.sh                         <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
+cd scripts/<iaas>/                  <br />
+./undeploy.sh                       <br />

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
index 18fdb2a..7705c02 100644
--- a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
+++ b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md
@@ -4,31 +4,31 @@ This is a complex nested application with three levels of groups and cartridge.
 
 Application View
 ----------------
-my-esb-php-nested-with-esb-php-nested-with-mysql-php-app
--- esb
--- php
--- esb-php-nested-with-esb-php-nested-with-mysql-php
--- -- esb
--- -- php
--- -- esb-php-nested-with-mysql-php
--- -- -- esb
--- -- -- php
--- -- -- mysql-php
--- -- -- -- mysql
--- -- -- -- php
+my-esb-php-nested-with-esb-php-nested-with-mysql-php-app    <br />
+-- esb                                                      <br />
+-- php                                                      <br />
+-- esb-php-nested-with-esb-php-nested-with-mysql-php        <br />
+-- -- esb                                                   <br />
+-- -- php                                                   <br />
+-- -- esb-php-nested-with-mysql-php                         <br />
+-- -- -- esb                                                <br />
+-- -- -- php                                                <br />
+-- -- -- mysql-php                                          <br />
+-- -- -- -- mysql                                           <br />
+-- -- -- -- php                                             <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/      <br />
+./deploy.sh             <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/      <br />
+./undeploy.sh           <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/five-levels-nested-groups-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/five-levels-nested-groups-app/README.md b/samples/applications/nested/five-levels-nested-groups-app/README.md
index f61ca94..226e245 100644
--- a/samples/applications/nested/five-levels-nested-groups-app/README.md
+++ b/samples/applications/nested/five-levels-nested-groups-app/README.md
@@ -4,37 +4,37 @@ This application consists of five levels of cartridge groups with tomcat and php
 
 Application View
 ----------------
-n-level-nesting (five-levels-nested-groups-app)
--- n-level-nesting-1
--- -- n-level-nesting-group
--- -- -- level-one-group
--- -- -- -- level-one-group-tomcat
--- -- -- -- level-one-group-esb
--- -- -- -- level-two-group
--- -- -- -- -- level-two-group-tomcat
--- -- -- -- -- level-two-group-esb
--- -- -- -- -- level-three-group
--- -- -- -- -- -- level-three-group-tomcat
--- -- -- -- -- -- level-three-group-esb
--- -- -- -- -- -- level-four-group
--- -- -- -- -- -- -- level-four-group-tomcat
--- -- -- -- -- -- -- level-four-group-esb
--- -- -- -- -- -- -- level-five-group
--- -- -- -- -- -- -- -- level-five-group-tomcat
--- -- -- -- -- -- -- -- level-five-group-esb
+n-level-nesting (five-levels-nested-groups-app)         <br />
+-- n-level-nesting-1                                    <br />
+-- -- n-level-nesting-group                             <br />
+-- -- -- level-one-group                                <br />
+-- -- -- -- level-one-group-tomcat                      <br />
+-- -- -- -- level-one-group-esb                         <br />
+-- -- -- -- level-two-group                             <br />
+-- -- -- -- -- level-two-group-tomcat                   <br />
+-- -- -- -- -- level-two-group-esb                      <br />
+-- -- -- -- -- level-three-group                        <br />
+-- -- -- -- -- -- level-three-group-tomcat              <br />
+-- -- -- -- -- -- level-three-group-esb                 <br />
+-- -- -- -- -- -- level-four-group                      <br />
+-- -- -- -- -- -- -- level-four-group-tomcat            <br />
+-- -- -- -- -- -- -- level-four-group-esb               <br />
+-- -- -- -- -- -- -- level-five-group                   <br />
+-- -- -- -- -- -- -- -- level-five-group-tomcat         <br />
+-- -- -- -- -- -- -- -- level-five-group-esb            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts            <br />
+-- scripts/common/ Common scripts for all iaases        <br />
+-- scripts/<iaas> IaaS specific scripts                 <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/      <br />
+./deploy.sh             <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/      <br />
+./undeploy.sh           <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/single-level-nested-group-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/single-level-nested-group-app/README.md b/samples/applications/nested/single-level-nested-group-app/README.md
index e148d97..566ba07 100644
--- a/samples/applications/nested/single-level-nested-group-app/README.md
+++ b/samples/applications/nested/single-level-nested-group-app/README.md
@@ -4,26 +4,26 @@ This application consists of a nested group which is a group inside a group.
 
 Application view
 ----------------
-nested-group-app (single-level-nested-group-app)
--- nested-group-app-1
--- -- my-tomcat
--- -- my-group6
--- -- -- my-tomcat2-group6
--- -- -- my-group7
--- -- -- -- my-tomcat1-group7
+nested-group-app (single-level-nested-group-app)        <br />
+-- nested-group-app-1                                   <br />
+-- -- my-tomcat                                         <br />
+-- -- my-group6                                         <br />
+-- -- -- my-tomcat2-group6                              <br />
+-- -- -- my-group7                                      <br />
+-- -- -- -- my-tomcat1-group7                           <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts            <br />
+-- scripts/common/ Common scripts for all iaases        <br />
+-- scripts/<iaas> IaaS specific scripts                 <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/      <br />
+./deploy.sh             <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/      <br />
+./undeploy.sh           <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/single-level-nested-groups-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/nested/single-level-nested-groups-app/README.md b/samples/applications/nested/single-level-nested-groups-app/README.md
index 141a8a2..03c16fc 100644
--- a/samples/applications/nested/single-level-nested-groups-app/README.md
+++ b/samples/applications/nested/single-level-nested-groups-app/README.md
@@ -4,30 +4,30 @@ This application consists of two nested groups in the same level.
 
 Application view
 ----------------
-complex-app (single-level-nested-groups-app)
--- complex-app-1
--- -- mytomcat
--- -- my-group8
--- -- -- my-tomcat2-group8
--- -- -- my-group9
--- -- -- -- my-tomcat1-group9
--- -- my-group6
--- -- -- my-tomcat2-group6
--- -- -- my-group7
--- -- -- -- my-tomcat1-group7
+complex-app (single-level-nested-groups-app)            <br />
+-- complex-app-1                                        <br />
+-- -- mytomcat                                          <br />
+-- -- my-group8                                         <br />
+-- -- -- my-tomcat2-group8                              <br />
+-- -- -- my-group9                                      <br />
+-- -- -- -- my-tomcat1-group9                           <br />
+-- -- my-group6                                         <br />
+-- -- -- my-tomcat2-group6                              <br />
+-- -- -- my-group7                                      <br />
+-- -- -- -- my-tomcat1-group7                           <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts            <br />
+-- scripts/common/ Common scripts for all iaases        <br />
+-- scripts/<iaas> IaaS specific scripts                 <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/      <br />
+./deploy.sh             <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/      <br />
+./undeploy.sh           <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/app-bursting-pattern/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/app-bursting-pattern/README.md b/samples/applications/scaling/app-bursting-pattern/README.md
index 96237ff..1d33f55 100644
--- a/samples/applications/scaling/app-bursting-pattern/README.md
+++ b/samples/applications/scaling/app-bursting-pattern/README.md
@@ -4,24 +4,24 @@ App Bursting Pattern Application
 
 Application view
 ----------------
-app-bursting-pattern-app
--- app-bursting-pattern-app-1
--- -- my-php
--- app-bursting-pattern-app-2
--- -- my-php
+app-bursting-pattern-app                <br />
+-- app-bursting-pattern-app-1           <br />
+-- -- my-php                            <br />
+-- app-bursting-pattern-app-2           <br />
+-- -- my-php                            <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts            <br />
+-- scripts/common/ Common scripts for all iaases        <br />
+-- scripts/<iaas> IaaS specific scripts                 <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/      <br />
+./deploy.sh             <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/      <br />
+./undeploy.sh           <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md b/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
index 7100e99..ab97563 100644
--- a/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
+++ b/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md
@@ -3,23 +3,23 @@ Dependent Scaling With Cartridges Application
 
 Application View
 ----------------
-dependency-scaling-cartridges-app (sample-cartridges)
--- dependency-scaling-cartridges-app1
--- -- my-tomcat
--- -- my-php
+dependency-scaling-cartridges-app (sample-cartridges)       <br />
+-- dependency-scaling-cartridges-app1                       <br />
+-- -- my-tomcat                                             <br />
+-- -- my-php                                                <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/dependent-scaling/sample-groups/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/dependent-scaling/sample-groups/README.md b/samples/applications/scaling/dependent-scaling/sample-groups/README.md
index 02f220c..a7211ce 100644
--- a/samples/applications/scaling/dependent-scaling/sample-groups/README.md
+++ b/samples/applications/scaling/dependent-scaling/sample-groups/README.md
@@ -3,25 +3,25 @@ Dependent Scaling With Groups Application
 
 Application View
 ----------------
-dependency-scaling-groups-app (sample-groups)
--- dependency-scaling-groups-app-1
--- -- my-tomcat
--- -- my-esb-php-group
--- -- -- my-esb
--- -- -- my-php
+dependency-scaling-groups-app (sample-groups)               <br />
+-- dependency-scaling-groups-app-1                          <br />
+-- -- my-tomcat                                             <br />
+-- -- my-esb-php-group                                      <br />
+-- -- -- my-esb                                             <br />
+-- -- -- my-php                                             <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/group-scaling/group-scaling-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/group-scaling/group-scaling-app/README.md b/samples/applications/scaling/group-scaling/group-scaling-app/README.md
index 331dad3..6931aeb 100644
--- a/samples/applications/scaling/group-scaling/group-scaling-app/README.md
+++ b/samples/applications/scaling/group-scaling/group-scaling-app/README.md
@@ -3,27 +3,27 @@ Group Scaling
 
 Application view
 ----------------
-group-scaling
--- group-scaling-1
--- -- my-c4
--- -- my-group1
--- -- -- my-c1-group1
--- -- -- my-group2
--- -- -- -- my-c2-group2
--- -- -- -- my-c3-group2
+group-scaling               <br />
+-- group-scaling-1          <br />
+-- -- my-c4                 <br />
+-- -- my-group1             <br />
+-- -- -- my-c1-group1       <br />
+-- -- -- my-group2          <br />
+-- -- -- -- my-c2-group2    <br />
+-- -- -- -- my-c3-group2    <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/group-scaling/group-scaling-v1/README.md b/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
index 561514b..5bb490d 100644
--- a/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
+++ b/samples/applications/scaling/group-scaling/group-scaling-v1/README.md
@@ -3,24 +3,24 @@ Group Scaling v1
 
 Application view
 ----------------
-group-scaling-v1
--- group-scaling-v1-1
--- -- my-group2
--- -- -- my-c3
--- -- -- my-c2
+group-scaling-v1            <br />
+-- group-scaling-v1-1       <br />
+-- -- my-group2             <br />
+-- -- -- my-c3              <br />
+-- -- -- my-c2              <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md b/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
index 1177f4c..e6aff9d 100644
--- a/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
+++ b/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md
@@ -4,23 +4,23 @@ single-group-group-scaling
 
 Application view
 ----------------
-single-group-group-scaling
--- single-group-group-scaling-1
--- -- my-group6
--- -- -- my-tomcat
+single-group-group-scaling          <br />
+-- single-group-group-scaling-1     <br />
+-- -- my-group6                     <br />
+-- -- -- my-tomcat                  <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/simple/single-cartridge-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/simple/single-cartridge-app/README.md b/samples/applications/simple/single-cartridge-app/README.md
index 2fbbb1e..5f2541a 100644
--- a/samples/applications/simple/single-cartridge-app/README.md
+++ b/samples/applications/simple/single-cartridge-app/README.md
@@ -4,22 +4,22 @@ A simple application with a php cartridge.
 
 Application view
 ----------------
-single-cartridge-app
--- single-cartridge-app-1
--- -- my-php
+single-cartridge-app            <br />
+-- single-cartridge-app-1       <br />
+-- -- my-php                    <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
\ No newline at end of file
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/simple/single-group-app/README.md
----------------------------------------------------------------------
diff --git a/samples/applications/simple/single-group-app/README.md b/samples/applications/simple/single-group-app/README.md
index a618174..816e422 100644
--- a/samples/applications/simple/single-group-app/README.md
+++ b/samples/applications/simple/single-group-app/README.md
@@ -4,25 +4,25 @@ An application with a tomcat cartridge and a cartridge group which consists of e
 
 Application view
 ----------------
-single-group-app
--- cartridge-group-app-1
--- -- my-tomcat
--- -- my-esb-php-group
--- -- -- my-esb
--- -- -- my-php
+single-group-app            <br />
+-- cartridge-group-app-1    <br />
+-- -- my-tomcat             <br />
+-- -- my-esb-php-group      <br />
+-- -- -- my-esb             <br />
+-- -- -- my-php             <br />
 
 Application folder structure
 ----------------------------
--- artifacts/<iaas>/ IaaS specific artifacts
--- scripts/common/ Common scripts for all iaases
--- scripts/<iaas> IaaS specific scripts
+-- artifacts/<iaas>/ IaaS specific artifacts                <br />
+-- scripts/common/ Common scripts for all iaases            <br />
+-- scripts/<iaas> IaaS specific scripts                     <br />
 
 How to run
 ----------
-cd scripts/<iaas>/
-./deploy.sh
+cd scripts/<iaas>/          <br />
+./deploy.sh                 <br />
 
 How to undeploy
 ---------------
-cd scripts/<iaas>/
-./undeploy.sh
+cd scripts/<iaas>/          <br />
+./undeploy.sh               <br />