Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/484b6277 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/484b6277 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/484b6277 Branch: refs/heads/master Commit: 484b6277ca5e115a45b00b4d933a879fea9bc3ca Parents: b8153e2 c578a50 Author: Udara Liyanage <[email protected]> Authored: Fri Mar 21 10:23:56 2014 -0400 Committer: Udara Liyanage <[email protected]> Committed: Fri Mar 21 10:23:56 2014 -0400 ---------------------------------------------------------------------- .../stratos/cartridge/agent/CartridgeAgent.java | 17 +- .../config/CartridgeAgentConfiguration.java | 21 +- .../agent/util/CartridgeAgentConstants.java | 1 + .../stratos/cli/RestCommandLineService.java | 7 +- .../cli/beans/cartridge/CartridgeInfoBean.java | 11 + .../stratos/cli/commands/SubscribeCommand.java | 15 +- .../apache/stratos/cli/utils/CliConstants.java | 3 + .../controller/iaases/OpenstackNovaIaas.java | 3 +- .../console/themes/theme1/pages/index.hbs | 11 +- .../console/themes/theme1/pages/plain.hbs | 2 +- .../console/themes/theme1/partials/login.hbs | 4 +- .../themes/theme1/ui/Open_Sans/LICENSE.txt | 202 +++++ .../theme1/ui/Open_Sans/OpenSans-Bold.ttf | Bin 0 -> 224592 bytes .../theme1/ui/Open_Sans/OpenSans-BoldItalic.ttf | Bin 0 -> 213292 bytes .../theme1/ui/Open_Sans/OpenSans-ExtraBold.ttf | Bin 0 -> 222584 bytes .../ui/Open_Sans/OpenSans-ExtraBoldItalic.ttf | Bin 0 -> 213420 bytes .../theme1/ui/Open_Sans/OpenSans-Italic.ttf | Bin 0 -> 212896 bytes .../theme1/ui/Open_Sans/OpenSans-Light.ttf | Bin 0 -> 222412 bytes .../ui/Open_Sans/OpenSans-LightItalic.ttf | Bin 0 -> 213128 bytes .../theme1/ui/Open_Sans/OpenSans-Regular.ttf | Bin 0 -> 217360 bytes .../theme1/ui/Open_Sans/OpenSans-Semibold.ttf | Bin 0 -> 221328 bytes .../ui/Open_Sans/OpenSans-SemiboldItalic.ttf | Bin 0 -> 212820 bytes .../themes/theme1/ui/Open_Sans/open_sans.css | 18 + .../theme1/ui/custom-font-new/LICENSE.txt | 12 + .../themes/theme1/ui/custom-font-new/README.txt | 75 ++ .../theme1/ui/custom-font-new/config.json | 740 +++++++++++++++++++ .../theme1/ui/custom-font-new/css/animation.css | 85 +++ .../ui/custom-font-new/css/fontello-codes.css | 112 +++ .../custom-font-new/css/fontello-embedded.css | 165 +++++ .../custom-font-new/css/fontello-ie7-codes.css | 112 +++ .../ui/custom-font-new/css/fontello-ie7.css | 123 +++ .../theme1/ui/custom-font-new/css/fontello.css | 163 ++++ .../themes/theme1/ui/custom-font-new/demo.html | 433 +++++++++++ .../theme1/ui/custom-font-new/font/fontello.eot | Bin 0 -> 30296 bytes .../theme1/ui/custom-font-new/font/fontello.svg | 122 +++ .../theme1/ui/custom-font-new/font/fontello.ttf | Bin 0 -> 30128 bytes .../ui/custom-font-new/font/fontello.woff | Bin 0 -> 22732 bytes .../manager/CartridgeSubscriptionManager.java | 4 + .../manager/subscription/SubscriptionData.java | 10 + .../manager/utils/CartridgeConstants.java | 2 + .../rest/endpoint/bean/CartridgeInfoBean.java | 10 + .../rest/endpoint/services/ServiceUtils.java | 1 + .../modules/distribution/src/bin/stratos.sh | 1 + tools/puppet3/manifests/nodes.pp | 4 +- tools/puppet3/modules/tomcat/manifests/init.pp | 5 + .../modules/tomcat/templates/server.xml.erb | 10 +- .../puppet3/modules/tomcat/templates/tomcat.erb | Bin 0 -> 1364 bytes .../config/sm/repository/conf/carbon.xml | 2 +- tools/stratos-installer/setup.sh | 17 +- 49 files changed, 2496 insertions(+), 27 deletions(-) ----------------------------------------------------------------------
