Updated Branches: refs/heads/master 9b7eb9673 -> 9831acb33
adding SM hostname and port to AS Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9831acb3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9831acb3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9831acb3 Branch: refs/heads/master Commit: 9831acb33bc82982d5aba90ecdae9f5ab154b6eb Parents: 9b7eb96 Author: rekathiru <[email protected]> Authored: Fri Jan 10 15:26:40 2014 +0530 Committer: rekathiru <[email protected]> Committed: Fri Jan 10 15:26:40 2014 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/autoscaler.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9831acb3/products/autoscaler/modules/distribution/src/main/conf/autoscaler.xml ---------------------------------------------------------------------- diff --git a/products/autoscaler/modules/distribution/src/main/conf/autoscaler.xml b/products/autoscaler/modules/distribution/src/main/conf/autoscaler.xml index 87b3f78..020ff18 100644 --- a/products/autoscaler/modules/distribution/src/main/conf/autoscaler.xml +++ b/products/autoscaler/modules/distribution/src/main/conf/autoscaler.xml @@ -30,5 +30,10 @@ <port>9444</port> <clientTimeout>300000</clientTimeout> </cloudController> + <stratosManager> + <hostname>localhost</hostname> + <port>9445</port> + <clientTimeout>300000</clientTimeout> + </stratosManager> </autoscaler> </configuration>
