Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/553f8929 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/553f8929 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/553f8929 Branch: refs/heads/ui-plugins Commit: 553f892954ad0d7457c15ddc785bd52bc88fa978 Parents: 795853d 606fa9d Author: Sebastien Goasguen <[email protected]> Authored: Fri Feb 8 22:36:26 2013 +0100 Committer: Sebastien Goasguen <[email protected]> Committed: Fri Feb 8 22:36:26 2013 +0100 ---------------------------------------------------------------------- INSTALL.md | 31 +- .../command/user/config/ListCapabilitiesCmd.java | 2 + .../api/response/CapabilitiesResponse.java | 15 + .../com/cloud/bridge/service/EC2RestServlet.java | 162 +++- .../cloud/bridge/service/EC2SoapServiceImpl.java | 30 +- .../cloud/bridge/service/core/ec2/EC2Engine.java | 71 +- .../service/core/ec2/EC2ImageLaunchPermission.java | 53 + .../service/core/ec2/EC2ModifyImageAttribute.java | 39 +- client/tomcatconf/componentContext.xml.in | 7 +- client/tomcatconf/nonossComponentContext.xml.in | 7 +- docs/en-US/hypervisor-host-install-libvirt.xml | 2 +- packaging/centos63/cloud.spec | 3 +- .../discovery/ApiDiscoveryServiceImpl.java | 4 +- .../cloudstack/discovery/ApiDiscoveryTest.java | 2 +- .../ratelimit/ApiRateLimitServiceImpl.java | 23 +- .../cloudstack/ratelimit/ApiRateLimitTest.java | 8 + .../netapp/src/com/cloud/netapp/NetappManager.java | 3 +- .../src/com/cloud/netapp/NetappManagerImpl.java | 22 +- .../kvm/resource/LibvirtComputingResource.java | 128 +-- .../api/commands/AddBigSwitchVnsDeviceCmd.java | 2 +- .../api/commands/DeleteBigSwitchVnsDeviceCmd.java | 2 +- .../api/commands/ListBigSwitchVnsDevicesCmd.java | 2 +- .../cloud/network/element/BigSwitchVnsElement.java | 2 + scripts/storage/secondary/cloud-install-sys-tmplt | 16 +- server/src/com/cloud/api/ApiServer.java | 17 +- server/src/com/cloud/configuration/Config.java | 8 +- .../src/com/cloud/network/NetworkManagerImpl.java | 17 +- .../network/lb/LoadBalancingRulesManager.java | 10 +- .../src/com/cloud/server/ManagementServerImpl.java | 408 ++++++- server/src/com/cloud/vm/UserVmManagerImpl.java | 31 +- setup/db/db/schema-40to410.sql | 4 + .../appliance/definitions/systemvmtemplate/LICENSE | 21 + .../appliance/definitions/systemvmtemplate/base.sh | 45 + .../definitions/systemvmtemplate/cleanup.sh | 39 + .../systemvmtemplate/cloudstack-packages.sh | 90 ++ .../definitions/systemvmtemplate/config.dat | 878 +++++++++++++++ .../definitions/systemvmtemplate/definition.rb | 8 +- .../definitions/systemvmtemplate/postinstall.sh | 48 +- .../definitions/systemvmtemplate/preseed.cfg | 6 +- .../definitions/systemvmtemplate/zerodisk.sh | 20 + ui/scripts/instanceWizard.js | 24 +- ui/scripts/system.js | 46 +- 42 files changed, 1919 insertions(+), 437 deletions(-) ----------------------------------------------------------------------
