Updated Branches: refs/heads/master c87320d75 -> 9fcdf6bd2
rename cartridge-config.properties host entries Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9fcdf6bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9fcdf6bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9fcdf6bd Branch: refs/heads/master Commit: 9fcdf6bd29a311dc2966f141b10e18a1c80c08ed Parents: c87320d Author: Udara Liyanage <[email protected]> Authored: Tue Dec 17 22:13:53 2013 -0500 Committer: Udara Liyanage <[email protected]> Committed: Tue Dec 17 22:13:53 2013 -0500 ---------------------------------------------------------------------- .../src/main/conf/cartridge-config.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9fcdf6bd/products/stratos-controller/modules/distribution/src/main/conf/cartridge-config.properties ---------------------------------------------------------------------- diff --git a/products/stratos-controller/modules/distribution/src/main/conf/cartridge-config.properties b/products/stratos-controller/modules/distribution/src/main/conf/cartridge-config.properties index 1740dd8..a420b8b 100644 --- a/products/stratos-controller/modules/distribution/src/main/conf/cartridge-config.properties +++ b/products/stratos-controller/modules/distribution/src/main/conf/cartridge-config.properties @@ -22,15 +22,15 @@ # Configuration properties sc.ip=stratos_ip -autoscalerService.url=https://cc.wso2.com:9444/services/CloudControllerService/ -autoscaler.service.url=https://as.wso2.com:9446/services/AutoScalerService/ -cloud.controller.service.url=https://cc.wso2.com:9446/services/CloudControllerService/ +autoscalerService.url=https://cc.stratos.apache.org:9444/services/CloudControllerService/ +autoscaler.service.url=https://as.stratos.apache.org:9446/services/AutoScalerService/ +cloud.controller.service.url=https://cc.stratos.apache.org:9446/services/CloudControllerService/ autoscaler.time.out=190000 cartridge.agent.epr=https://stratos_ip:9447/services/CartridgeAgentService git.host.name=s2_hostname git.host.ip=stratos_ip -git.repo.notification.url=https://sc.wso2.com:9445/services/RepoNotificationService/ -identity.server.url=https://sc.wso2.com:9447/services/RepoNotificationService/ +git.repo.notification.url=https://sc.stratos.apache.org:9445/services/RepoNotificationService/ +identity.server.url=https://sc.stratos.apache.org:9447/services/RepoNotificationService/ adc.jdbc.url=jdbc:h2:repository/database/WSO2S2_DB adc.jdbc.username=wso2carbon
