You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2015/03/01 19:35:53 UTC

[32/50] [abbrv] stratos git commit: Fixing deployment policy in tomcat-sso sample application

Fixing deployment policy in tomcat-sso sample application


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

Branch: refs/heads/docker-grouping-merge
Commit: f7a397edea38bfd17eb0820baf7f0dc82d62cb65
Parents: 4124be8
Author: Imesh Gunaratne <im...@apache.org>
Authored: Sun Mar 1 02:13:40 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Sun Mar 1 02:13:40 2015 +0530

----------------------------------------------------------------------
 samples/applications/tomcat-sso/artifacts/application.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/f7a397ed/samples/applications/tomcat-sso/artifacts/application.json
----------------------------------------------------------------------
diff --git a/samples/applications/tomcat-sso/artifacts/application.json b/samples/applications/tomcat-sso/artifacts/application.json
index 31e5180..7106a4f 100644
--- a/samples/applications/tomcat-sso/artifacts/application.json
+++ b/samples/applications/tomcat-sso/artifacts/application.json
@@ -11,7 +11,7 @@
                 "subscribableInfo": {
                     "alias": "mytomcat",
                     "autoscalingPolicy": "autoscaling-policy-1",
-                    "deploymentPolicy": "deployment-policy-1",
+                    "deploymentPolicy": "deployment-policy-3",
                     "artifactRepository":{
                         "privateRepo":false,
                         "repoUrl":"https://github.com/chamilad/travelocity-sample",
@@ -27,7 +27,7 @@
                 "subscribableInfo": {
                     "alias": "mywso2is",
                     "autoscalingPolicy": "autoscaling-policy-1",
-                    "deploymentPolicy": "deployment-policy-1"
+                    "deploymentPolicy": "deployment-policy-3"
                 }
             }
         ],