Commit Graph

16143 Commits

Author SHA1 Message Date
Min Chen 4198e65500 Fix CLOUDSTACK-1425 and CLOUDSTACK-1399: Failed to load UserVmDaoImpl in
new Spring framework and register it into internal dao map.
2013-02-27 15:28:32 -08:00
Sheng Yang 02a0439dba CLOUDSTACK-1170: Use a unified way to generate PublicIp
Tired of manually generate mac address everytime when create PublicIp object.
2013-02-27 14:06:09 -08:00
Brian Federle 798404e61a CLOUDSTACK-1419: Add trademark to logos 2013-02-27 13:44:55 -08:00
Jessica Wang 476687d931 Revert "CLOUDSTACK-452: cloudstack UI - network menu - guest network section - network detail - add IPv6 CIDR field, IPv6 Gateway field."
This reverts commit a565d0b699.
2013-02-27 12:06:46 -08:00
Jessica Wang cd888ddb5b Revert "CLOUDSTACK-452: cloudstack UI - network menu - create guest network dialog - add IPv6 Gateway field and rename original Guest Gateway to IPv4 Gateway."
This reverts commit ba0d8c67bc.
2013-02-27 12:04:18 -08:00
Jessica Wang 0cedb8b092 CLOUDSTACK-452: cloudstack UI - Infrastructure menu - zone detail - physical network - guest network - add IPv6 CIDR, IPv6 Gateway to listView and detailView. 2013-02-27 12:03:05 -08:00
Marcus Sorensen e2a16a12f9 Summary: Fix RPM installation error for cloudstack-awsapi
Detail: getting "hard link not allowed for directory" due to line 321 in
cloud.spec. Changing to symlink.

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1361982798 -0700
2013-02-27 09:33:18 -07:00
Noa Resare 78e8d18428 CLOUDSTACK-1415: Debian & Ubuntu packaging work
Some concepts included:

* the replace.properties location used by maven is parameterized to allow
  for a build that does not modify the currently git tracked files
* package naming is updated along the lines of what was discussed on the
  -dev mailing list and between committers at the Build a Cloud Day in Belgium.
* package version pattern is updated (since we redo all package names,
  we might as well drop the epoch)
2013-02-27 15:38:55 +00:00
Radhika PC 8444572fe9 CLOUDSTACK-820-documentation for event framework 2013-02-27 18:42:34 +05:30
Rohit Yadav 35293edddd db: Give option to specify region id while setting up database
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit e2bd88b2a1)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 17:06:23 +05:30
Mice Xia 304858aa18 CLOUDSTACK-1350 Management server Stop and start causes previously downloaded ISOs to redownload 2013-02-27 17:23:44 +08:00
Murali Reddy d76211d5d0 CLOUDSTACK-1391: EventBus is not getting injected after javelin merge
added logic to inject event bus using ComponentContext.getComponent
2013-02-27 14:52:11 +05:30
Chiradeep Vittal 78d207ade6 Reduce RAT errors in developer environment due to generated python files
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-27 13:44:03 +05:30
David Grizzanti 2fc5a3ca5e CLOUDSTACK-420: listZones missing name parameter
When calling the listZones API command, you can now supply a name to pull a specific zone by name.

Updated two classes to include name paramater and query data centers/zones by name if suppled:
- server/src/com/cloud/api/query/QueryManagerImpl.java
- api/src/org/apache/cloudstack/api/command/user/zone/ListZonesByCmd.java

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-27 13:39:59 +05:30
Rohit Yadav 48ce06b9ba rat: Fix license in file headers
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 12:10:57 +05:30
Min Chen 25efe05018 CLOUDSTACK-1387: fix incorrect commit
d37ed18c3aff4fe522adb803322ba912819c73da.(cherry picked from commit cf06861c9b)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 11:15:35 +05:30
Sheng Yang 6c37fccc0b CLOUDSTACK-1232: Only support cidr=64 in IPv6 2013-02-26 19:39:37 -08:00
frank 696b4ed8ea CloudStack CLOUDSTACK-723
Enhanced baremetal servers support on Cisco UCS

change API response in line with new API response convention
2013-02-26 16:31:26 -08:00
Jessica Wang ba0d8c67bc CLOUDSTACK-452: cloudstack UI - network menu - create guest network dialog - add IPv6 Gateway field and rename original Guest Gateway to IPv4 Gateway. 2013-02-26 16:22:30 -08:00
Jessica Wang a565d0b699 CLOUDSTACK-452: cloudstack UI - network menu - guest network section - network detail - add IPv6 CIDR field, IPv6 Gateway field. 2013-02-26 14:35:02 -08:00
Sheng Yang 7d370f2eb7 CLOUDSTACK-1414: Reduce arping time to nearly 0
In the previous version it would take at least 1 seconds for arping, and it
would be big if the VR has more than 30 IPs - our biglock default timeout is 30
seconds.

Fix it by send out two arping immediately, and then sleep 1 second for router to
update arp cache.
2013-02-26 12:25:30 -08:00
Kelven Yang df8c7506fc CLOUDSTACK-1173: fix the regression caused by life-cycle management changes 2013-02-26 11:51:31 -08:00
Hugo Trippaers 62d7dc9d37 Summary: Packaging fixes for usage
Make the usage server look in the /etc/cloudstack/usage server for the db.properties

Add the /etc/cloudstack/usage to the package as an empty dir
(cherry picked from commit d92725e846)

Separate stderr and stdout output from jsvc
(cherry picked from commit 0fa3ed9b74)

Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-02-26 20:26:37 +01:00
Prasanna Santhanam 6977e7bd45 spring changes for simulator component
allow spring to do DI for simulator plugin. componentContext.xml will
have simulator components disabled by default.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>

Conflicts:
	client/tomcatconf/componentContext.xml.in

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-26 18:54:02 +05:30
Kishan Kavala 609c7da383 CLOUDSTACK-1289: Added missing usage command processing for External firewall device. ExternalLoadBalancerUsageManagerImpl should be renamed as ExternalDeviceUsageManagerImpl 2013-02-26 17:33:23 +05:30
Harikrishna Patnala c3a37dd7ff CLOUDSTACK-1293 resetpasswordforVm shows "passsd reset to undefined" 2013-02-26 17:18:30 +05:30
Rohit Yadav c47f685b1f usage: Fix regression build fail from 03fdbfb2, missing closing parenthesis
We've to test our commits, build 'em before committing :)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 16:37:08 +05:30
Wei Zhou 03fdbfb291 CLOUDSTACK-962:setAggBytesSent/setAggBytesReceived in NetworkUsageTask when not in case of dailyor hourly
Removed duplicate userstatsdao injection
2013-02-26 16:26:30 +05:30
Rohit Yadav c7935a9ab6 CLOUDSTACK-416: Add XCP 1.6.x in XcpServerDiscoverer.java processConnect
Thanks to Devdeep for pointing this out.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 15:34:55 +05:30
Rohit Yadav 6a76c96be1 spring: Remove annotations from interfaces and abstract classes
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit da7c0b1437)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 15:26:15 +05:30
Mice Xia 9d57d59e61 fix issue: failed to start vm from iso caused by ClassCastException and NPE 2013-02-26 17:00:05 +08:00
Radoslaw Smigielski 49402d566a scripts: Fix security_group.py handling of args and unknown commands
Checks the args length, doesn't throw IndexError when no args
passed. Also logs to security_group.log when executed with no args or unknown
command.

Review: https://reviews.apache.org/r/9588
Reviewed-by: Rohit Yadav <bhaisaab@apache.org>

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 0383803188)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 14:13:40 +05:30
Rohit Yadav ec0759ae76 CLOUDSTACK-416: Add XCP 1.6.x as supported hypervisor
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 43183893bd)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 13:59:08 +05:30
Rohit Yadav 06ed67c776 CLOUDSTACK-1244: Make sure path exists before copying scripts in client/target
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 12:13:57 +05:30
Ricardo P. Katz 69370c181f packaging: vhd-util message corrected
Change on cloud.spec for the message about vhd-utils point to the new
location of cloudstack scripts

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-26 11:40:27 +05:30
Sheng Yang 05331583c2 CLOUDSTACK-1332: Enable IPv6 dns in VR 2013-02-25 19:02:59 -08:00
Sheng Yang e06bf6ad2e CLOUDSTACK-1332: Add ip6dns to zone and domainrouter response 2013-02-25 16:55:47 -08:00
Sheng Yang 7c72aa66bd CLOUDSTACK-1332: Pass IPv6 DNS to VR 2013-02-25 16:07:36 -08:00
Sheng Yang 0760fdf6d0 CLOUDSTACK-1332: Add IPv6 DNS for Zone 2013-02-25 16:07:14 -08:00
frank 14a22ab2f5 CloudStack CLOUDSTACK-1382
vm deploy fails with Error "cannot find DeployPlannerSelector for vm"

adding configuration of DeployPlanSelector to nonossComponentContext.xml.in
fixed resolved
2013-02-25 16:05:51 -08:00
Sebastien Goasguen 3014b46c3b Docs: Fixing NFS shares setup 2013-02-25 16:47:54 -05:00
Hugo Trippaers 59b3cbcd3b Package awsapi into the cloudstack-bridge package 2013-02-25 22:24:18 +01:00
Sebastien Goasguen 77f4735f5d Docs: Fix for CS-1300 2013-02-25 14:51:36 -05:00
Sebastien Goasguen f43ca747ed Docs: Fixing issues 2013-02-25 14:31:31 -05:00
radhikap 1477acb56d cloudstack-462
Signed-off-by: radhikap <radhika.puthiyetath@citrix.com>
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
2013-02-25 14:13:40 -05:00
Brenn Oosterbaan b97c3957c8 Commit review 9586
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
(cherry picked from commit c30da35811)

Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-02-25 14:41:27 +01:00
Hugo Trippaers 10c78d6aa9 Small fix, regression from commit b077065826 2013-02-25 14:18:41 +01:00
Hugo Trippaers 39595d826e Capture stderr and stdout of the jsvc run services (agent and usage)(cherry picked from commit bc4abcf14d)
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-02-25 14:13:27 +01:00
Rohit Yadav b9d876c5ca db: Sync with master, remove rules that are for 4.2
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-25 14:48:30 +05:30
Noa Resare d5a474a91d Have cloud-setup-* tools detect Debian
Reviewed-by: Wido (https://reviews.apache.org/r/9310)

To minimize this change, treat Debian as Ubuntu for now.
(cherry picked from commit ebb7c2e063aa2fd17955dedd993fa678556754c2)

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-25 12:30:08 +05:30