You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/05/19 17:06:05 UTC

[4/4] stratos git commit: Add lvs virtual ip to subscriber info

Add lvs virtual ip to subscriber info


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

Branch: refs/heads/lvs_extension
Commit: 402730146a07fdeffa4bc7169129a4b478a6e40c
Parents: ed96996
Author: Gayan Gunarathne <ga...@wso2.com>
Authored: Tue May 19 20:35:33 2015 +0530
Committer: Gayan Gunarathne <ga...@wso2.com>
Committed: Tue May 19 20:35:33 2015 +0530

----------------------------------------------------------------------
 .../single-level-nested-group-app/artifacts/application.json  | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/40273014/samples/applications/nested/single-level-nested-group-app/artifacts/application.json
----------------------------------------------------------------------
diff --git a/samples/applications/nested/single-level-nested-group-app/artifacts/application.json b/samples/applications/nested/single-level-nested-group-app/artifacts/application.json
index 2f3267a..c4640ce 100644
--- a/samples/applications/nested/single-level-nested-group-app/artifacts/application.json
+++ b/samples/applications/nested/single-level-nested-group-app/artifacts/application.json
@@ -28,7 +28,8 @@
                                         "repoUrl":"https://github.com/imesh/stratos-tomcat1-applications.git",
                                         "repoUsername":"",
                                         "repoPassword":""
-                                    }
+                                    },
+                                    "lvsVirtualIP":"192.168.0.40"
                                 }
                             }
                         ]
@@ -47,7 +48,8 @@
                                 "repoUrl":"https://github.com/imesh/stratos-tomcat2-applications.git",
                                 "repoUsername":"",
                                 "repoPassword":""
-                            }
+                            },
+                            "lvsVirtualIP":"192.168.0.41"
                         }
                     }
                 ]
@@ -62,6 +64,7 @@
                     "alias": "my-tomcat",
                     "autoscalingPolicy": "autoscaling-policy-1",
                     "deploymentPolicy":"deployment-policy-2",
+                    "lvsVirtualIP":"192.168.0.42",
                     "artifactRepository":{
                         "privateRepo":false,
                         "repoUrl":"https://github.com/imesh/stratos-tomcat-applications.git",