Commit Graph

10177 Commits

Author SHA1 Message Date
frank f4de2b2cd8 Bug 12956 - Working folder not writeable
change default mount path of OS where mgmt server is running to /var/lib/cloud/managment/mnt
as /var/lib/cloud/management is home directory of user 'cloud', mgmt server can have full permission
to manipulate it

status 12956: resolved fixed
2012-01-12 17:32:14 -08:00
frank 0b38d62c8e addcopyright.py
better license keywords library
2012-01-12 16:51:30 -08:00
anthony 0156ec7cdd bug 11497:
1. remove Garbagecollection primary storage allocator. other storage allocators fails may because there is primary storage with the same tag, it is not caused by no primary storage capacity.
2. delete template will try to delete templates in secondary storage in the API.

status 11497: resolved fixed

GarbageCollecting

Conflicts:

	server/src/com/cloud/template/HyervisorTemplateAdapter.java
2012-01-12 16:20:44 -08:00
Alena Prokharchyk c0f87a25fd Control traffic type is not tight to the physical network 2012-01-12 15:54:30 -08:00
Chiradeep Vittal af667d26b7 bug 13033: security rule prevents console access 2012-01-12 15:35:25 -08:00
Edison Su d65c6e765d fix netapp related commands 2012-01-12 15:22:01 -08:00
Edison Su 3aa9a312b4 seems netapp part of code is missing due to merge
Revert "bug 10837: rename api related to netapp"

This reverts commit 5db6b500dd1bbb96bfddbd7eda6cf1f616e2e0f9.

Conflicts:

	api/src/com/cloud/api/commands/MigrateVolumeCmd.java
	client/tomcatconf/commands-ext.properties.in
2012-01-12 15:17:27 -08:00
Edison Su a7daf4b9b4 set kvm HA heartbeat log level to warn 2012-01-12 14:45:53 -08:00
Kelven Yang b1376e1f04 bug 13021: add a global configuration variable to let control default network adapter type inside system VMs 2012-01-12 14:21:11 -08:00
frank 478dc04108 Bug 11357 - cloud-management dead but pid file exists
flesh out details information when PID file still existing while management server already died

status 11357: resolved fixed
2012-01-12 13:54:00 -08:00
anthony 5d54a3aef8 bug 13052: check if ebtables exists in can_bridge_firewall
status 13052: resolved fixed
2012-01-12 11:34:31 -08:00
kishan 474543d623 Bug 10284: Throw exception instead of returnning false for firewall API commands
Status 10284: resolved fixed
Reviewed-By: Nitin
2012-01-12 19:03:34 +05:30
kishan b589e49263 Bug 12929: Added domain_id to event table. Populate domain_id while persisting events. Cleanedup EventUtils.
Status 12929: resolved fixed
Reviewed-By: Nitin
2012-01-12 16:16:06 +05:30
Naredula Janardhana Reddy eb1b709193 Bug 12606: firewall rule validation for icmp source cidr for duplicate entry. 2012-01-12 15:36:42 +05:30
Abhinandan Prateek 26011e6d26 bug 12980: ssl-fix 2012-01-12 11:20:41 +05:30
frank 20f0e1f86a Bug 13034 - Error when executing cloud-setup-databases
fix typo
2012-01-11 21:02:05 -08:00
frank 676ac955cb Bug 13034 - Error when executing cloud-setup-databases
status 13034: resolved fixed
2012-01-11 20:41:48 -08:00
Sam Robertson ae1e70438c Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2012-01-11 18:43:10 -08:00
Sam Robertson 4edeb0cfec Updating srx resource to make sure it logs into the srx after establishing a connection 2012-01-11 18:43:01 -08:00
frank 191c92a5c3 add shell/python support in copyright header tool 2012-01-11 18:42:18 -08:00
frank 52610ffcb3 add copyright header to shell scripts 2012-01-11 18:41:53 -08:00
anthony 4bd58bf751 bug 13012: not sure why id_rsa has passphrase, use the new script to create ssh key, make sure there is no passphrase in the key.
status 13012: resolved fixed
2012-01-11 18:36:03 -08:00
Edison Su 6df2cd07d2 bug 12130: add "Options -Indexes" in the root directory
status 12130: resolved fixed
2012-01-11 18:18:16 -08:00
Edison Su 0b6b8f7e46 bug 13000: send Maintanance command to kvm host when unmanage cluster
status 13000: resolved fixed
2012-01-11 17:44:39 -08:00
Edison Su fe667e949e fix Maintenance releated issues with kvm:
1. put host into Maintenance, will send a Maintenance command to host, tell host that do not reconnect to mgt server
2. cancel Maintenance, will ssh into kvm host, and restart cloud-agent, which will reconnect to host
2012-01-11 17:36:58 -08:00
frank c6b19615c2 a tool to add/modify copyright header of source file 2012-01-11 17:32:49 -08:00
frank 9c1b8ef673 add copyright delcartion to all sql files 2012-01-11 17:31:10 -08:00
Kelven Yang c89f6e2936 bug 12994: fix IndexOutOfBoundsException problem in VMDK upload 2012-01-11 15:37:36 -08:00
Kelven Yang bcd58e3ae3 Change cluster profiling log level to DEBUG, add more profilers to cluster peer-scan processing 2012-01-11 15:37:35 -08:00
Jessica Wang 45f9701c63 bug 12910: cloudstack 3.0 new UI - router page - add "Destroy" action. 2012-01-11 15:12:39 -08:00
Edison Su 0fac4a2bb1 bug 10380: after finishing download template, caculate checksum and report to mgt server
status 10380: resolved fixed
2012-01-11 15:05:52 -08:00
Jessica Wang cb6f1b619f bug 12910: cloudstack 3.0 new UI - network page - restart network - add checkbox "Clean up" on dialog box. 2012-01-11 14:38:27 -08:00
Sheng Yang c4677d5f80 Fix NPE in checkVirtualNetworkCidrOverlap() 2012-01-11 14:27:00 -08:00
Jessica Wang db527555e1 bug 12910: cloudstack 3.0 new UI - stop router - add checkbox "Force stop" on dialog box. 2012-01-11 14:23:10 -08:00
frank 82cf4e2a31 Bug 12777 - Add storage network configuration into CloudStack
add DROP statement for new tables according to our code convention guide
http://docs.cloud.com/CloudStack_Documentation/Design_Documents/Coding_Conventions
2012-01-11 13:57:39 -08:00
Sheng Yang 804cfaec46 Fix some testcases 2012-01-11 13:51:43 -08:00
Jessica Wang 88c08cd798 cloudstack 3.0 new UI - Security Groups page - pass listAll=true listXXX API call. 2012-01-11 13:50:53 -08:00
Jessica Wang bad0c23501 cloudstack 3.0 new UI - network page, IP address page - pass listAll=true listXXX API call. 2012-01-11 13:49:13 -08:00
Jessica Wang 3f824c4257 cloudstack 3.0 new UI - event page, alert page - pass listAll=true listXXX API call. 2012-01-11 12:13:09 -08:00
Jessica Wang 6b1c19cf6e cloudstack 3.0 new UI - volume page, snapshot page - pass listAll=true listXXX API call. 2012-01-11 12:10:26 -08:00
Jessica Wang b37e8dc4df bug 12995: cloudstack 3.0 new UI - routers page - pass listAll=true to listRouters API. 2012-01-11 12:05:28 -08:00
Jessica Wang 645ebd6655 bug 13009: cloudstack 3.0 new UI - instances page - select "Running", "Stopped", "Destroyed" in top filter will also pass listAll=true to API call. 2012-01-11 11:47:34 -08:00
Jessica Wang 4d1924ca11 bug 13009: cloudstack 3.0 new UI - instances page - select "All" in top filter will pass listAll=true to API call. 2012-01-11 11:43:51 -08:00
Jessica Wang 7e0d3bf213 cloudstack 3.0 new UI - Primary Storage page - list view - add server IP, remove pod name and cluster name. 2012-01-11 11:21:47 -08:00
Jessica Wang 8c89b69ff3 bug 12893: cloudstack 3.0 new UI - Add Primary Storage - when KVM cluster is selected, CLVM will show in protocol dropdown. 2012-01-11 11:06:05 -08:00
anthony 12b7fa60f0 fixed typo 2012-01-11 10:30:31 -08:00
Nitin Mehta 2ce205725d Change of description text for some global configs 2012-01-11 17:30:24 +05:30
Murali reddy cd84e82599 bug 12911: Netscaler- SDX - Not able to deploy VM when using SDX netscaler for load balancing services. 2012-01-11 16:33:17 +05:30
anthony f114ddf471 propagate local_link_network 2012-01-10 19:48:55 -08:00
Sheng Yang 129a75974f Replace some CloudRuntimeException with InvalidParameterException
Most during ip check.
2012-01-10 19:02:31 -08:00