git commit: refs/heads/master - CLOUDSTACK-1648 - KVM - make storage pools non-persistent in libvirt. Persisting cloud-defined resources on the host has caused various problems. As a backward compatib

2013-03-13 Thread mlsorensen
Updated Branches: refs/heads/master 7bb8ed4d0 -> a94ff361d CLOUDSTACK-1648 - KVM - make storage pools non-persistent in libvirt. Persisting cloud-defined resources on the host has caused various problems. As a backward compatible fix, if an existing pool with a different name collides with a po

git commit: refs/heads/master - Summary: KVM - remove harmless message about domain not found on VM stop

2013-03-13 Thread mlsorensen
Updated Branches: refs/heads/master 22d9277ad -> 97d2e3fe7 Summary: KVM - remove harmless message about domain not found on VM stop Detail: When we stop a VM, it's definition is no longer valid. Therefore, we need to catch the exception thrown from libvirt in trying to lookup a non-existent do

git commit: refs/heads/master - Summary: KVM - undefine persistent VMs on stop

2013-03-13 Thread mlsorensen
Updated Branches: refs/heads/master 2feda05ec -> 8d7d1cd56 Summary: KVM - undefine persistent VMs on stop Detail: A previous patch fixed an issue where we are defining VMs to persist locally on KVM hosts, which can cause issues if the agent isn't running and libvirt decides to start the VM unb

git commit: refs/heads/master - Summary: Remove unused createFileBasedStoragePool from LibvirtStorageAdaptor

2013-03-12 Thread mlsorensen
Updated Branches: refs/heads/master 6715f9808 -> 1f28e644a Summary: Remove unused createFileBasedStoragePool from LibvirtStorageAdaptor Signed-off-by: Marcus Sorensen 1363154115 -0600 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache

git commit: refs/heads/master - CLOUDSTACK-1651 - point agent scripts to correct logging location, due to move of /var/log/cloud to /var/log/cloudstack

2013-03-12 Thread mlsorensen
Updated Branches: refs/heads/master cd70c8d03 -> 0ca85659a CLOUDSTACK-1651 - point agent scripts to correct logging location, due to move of /var/log/cloud to /var/log/cloudstack Signed-off-by: Marcus Sorensen 1363112422 -0600 Project: http://git-wip-us.apache.org/repos/asf/incubator-clouds

git commit: refs/heads/master - CLOUDSTACK-1201 - Fix update to cloud user's home dir on mgmt server. It was printing a meaningless failure if the cloud user's home dir didn't need to be updated.

2013-03-08 Thread mlsorensen
Updated Branches: refs/heads/master e35ce6587 -> ebafcf826 CLOUDSTACK-1201 - Fix update to cloud user's home dir on mgmt server. It was printing a meaningless failure if the cloud user's home dir didn't need to be updated. Signed-off-by: Marcus Sorensen 1362809648 -0700 Project: htt

git commit: refs/heads/master - Summary: KVM - use virtio socket to communicate config to system vms

2013-03-07 Thread mlsorensen
Updated Branches: refs/heads/master c9ee05517 -> 9ad54a082 Summary: KVM - use virtio socket to communicate config to system vms Detail: This gets rid of the patchdisk method of passing cmdline and authorized_keys to KVM system VMs. It instead passes them to a virtio socket, which the KVM guest

git commit: refs/heads/4.1 - Summary: Wait for VPC router nics to hotplug before assigning IPs

2013-03-05 Thread mlsorensen
Updated Branches: refs/heads/4.1 73d7b53f1 -> 33fd1a6fb Summary: Wait for VPC router nics to hotplug before assigning IPs Detail: CLOUDSTACK-1452, CLOUDSTACK-1523 - When rebooting VPC routers, ip addr assignment was inconsistent, sometimes the assignment would be attempted while router was sti

git commit: refs/heads/master - Summary: KVM - Add virtio-serial device to libvirt xml for system vms

2013-03-05 Thread mlsorensen
Updated Branches: refs/heads/master 33757377c -> d81f7156d Summary: KVM - Add virtio-serial device to libvirt xml for system vms Detail: This device can be used for remotely controlling the system vms through a local socket on the host. We will attempt to replace the KVM patchdisk with it. Tes

git commit: refs/heads/master - Summary: Wait for VPC router nics to hotplug before assigning IPs

2013-03-05 Thread mlsorensen
Updated Branches: refs/heads/master 9f180e485 -> 7dbea68b8 Summary: Wait for VPC router nics to hotplug before assigning IPs Detail: CLOUDSTACK-1452, CLOUDSTACK-1523 - When rebooting VPC routers, ip addr assignment was inconsistent, sometimes the assignment would be attempted while router was

git commit: refs/heads/master - Summary: Add EOF to agent.properties for proper parsing

2013-03-01 Thread mlsorensen
Updated Branches: refs/heads/master 31d6e5465 -> e08281838 Summary: Add EOF to agent.properties for proper parsing Detail: lack of newline at end of file was keeping cloudstack-setup-agent from properly editing/creating new config. BUG-ID: CLOUDSTACK-1487 Signed-off-by: Marcus Sorensen 13621

git commit: refs/heads/master - Summary: Update cloud user's home dir during RPM install for 4.1+

2013-03-01 Thread mlsorensen
Updated Branches: refs/heads/master d67d435e0 -> 6317f0bd3 Summary: Update cloud user's home dir during RPM install for 4.1+ Signed-off-by: Marcus Sorensen 1362185206 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/

git commit: refs/heads/master - Summary: Fix RPM installation error for cloudstack-awsapi

2013-02-27 Thread mlsorensen
Updated Branches: refs/heads/master 0b7f2eb17 -> 8ba91fcd7 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 1361982798 -0700 Project: http://git

git commit: refs/heads/4.1 - Summary: Fix RPM installation error for cloudstack-awsapi

2013-02-27 Thread mlsorensen
Updated Branches: refs/heads/4.1 78e8d1842 -> e2a16a12f 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 1361982798 -0700 Project: http://git-wi

git commit: refs/heads/master - Summary: Re-adjusting tomcat memory settings per Rohit's emails

2013-02-19 Thread mlsorensen
Updated Branches: refs/heads/master 5b94646d5 -> 11d5eadc7 Summary: Re-adjusting tomcat memory settings per Rohit's emails Detail: adjusting MaxPerm to 800, Perm to 512. Signed-off-by: Marcus Sorensen 1361312885 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/rep

git commit: refs/heads/4.1 - Summary: Re-adjusting tomcat memory settings per Rohit's emails

2013-02-19 Thread mlsorensen
Updated Branches: refs/heads/4.1 2bbbe0909 -> 27479d569 Summary: Re-adjusting tomcat memory settings per Rohit's emails Detail: adjusting MaxPerm to 800, Perm to 512. Signed-off-by: Marcus Sorensen 1361312885 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo C

git commit: refs/heads/master - Summary: Increase tomcat servers memory size per dev list discussion

2013-02-19 Thread mlsorensen
Updated Branches: refs/heads/master 05069bb4d -> 5b94646d5 Summary: Increase tomcat servers memory size per dev list discussion Detail: Per Kelven Yang when Javelin was merged into master/4.1, the memory settings for management server should be a heap of 2g and a max perm size of 512m, due to

git commit: refs/heads/4.1 - Summary: Increase tomcat servers memory size per dev list discussion

2013-02-19 Thread mlsorensen
Updated Branches: refs/heads/4.1 87bb4dbff -> 2bbbe0909 Summary: Increase tomcat servers memory size per dev list discussion Detail: Per Kelven Yang when Javelin was merged into master/4.1, the memory settings for management server should be a heap of 2g and a max perm size of 512m, due to inc

git commit: refs/heads/4.1 - Summary: centos63/package.sh, slightly better version parsing

2013-02-14 Thread mlsorensen
Updated Branches: refs/heads/4.1 5ec29e960 -> 06f13a269 Summary: centos63/package.sh, slightly better version parsing Description: current package.sh fails if user hasn't downloaded all maven poms prior to running package.sh. Now we match for something that vaguely resembles a cloudstack versi

git commit: refs/heads/master - Summary: centos63/package.sh, slightly better version parsing

2013-02-14 Thread mlsorensen
Updated Branches: refs/heads/master ca5c6d5d1 -> ddcad148e Summary: centos63/package.sh, slightly better version parsing Description: current package.sh fails if user hasn't downloaded all maven poms prior to running package.sh. Now we match for something that vaguely resembles a cloudstack ve

git commit: refs/heads/master - Summary: Adjust systemvm.iso path for KVM, due to packaging changes

2013-02-14 Thread mlsorensen
Updated Branches: refs/heads/master 4364cb978 -> 298c5ee06 Summary: Adjust systemvm.iso path for KVM, due to packaging changes Detail: Removing references to /usr/lib/cloud and /usr/lib64/cloud so that old systemvm.iso files aren't found by accident. systemvm.iso should exist in /usr/share/clo

git commit: refs/heads/4.1 - Summary: Adjust systemvm.iso path for KVM, due to packaging changes

2013-02-14 Thread mlsorensen
Updated Branches: refs/heads/4.1 0853aca36 -> 86bb0055c Summary: Adjust systemvm.iso path for KVM, due to packaging changes Detail: Removing references to /usr/lib/cloud and /usr/lib64/cloud so that old systemvm.iso files aren't found by accident. systemvm.iso should exist in /usr/share/clouds

git commit: refs/heads/master - Summary: KVM - Fix physical net parsing when traffic label points to tagged dev

2013-02-13 Thread mlsorensen
Updated Branches: refs/heads/master f542c320d -> 35cf56862 Summary: KVM - Fix physical net parsing when traffic label points to tagged dev Detail: If your traffic label points to a bridge that is on a tagged interface rather than a real physical interface, cloudstack may not parse the physical

git commit: refs/heads/4.1 - Summary: KVM - Fix physical net parsing when traffic label points to tagged dev

2013-02-13 Thread mlsorensen
Updated Branches: refs/heads/4.1 1e154ce5f -> 9b9f3e2e0 Summary: KVM - Fix physical net parsing when traffic label points to tagged dev Detail: If your traffic label points to a bridge that is on a tagged interface rather than a real physical interface, cloudstack may not parse the physical in

git commit: refs/heads/4.1 - Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack

2013-02-13 Thread mlsorensen
Updated Branches: refs/heads/4.1 cb2b0ef66 -> d4d73bfc3 Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack BUG-ID: CLOUDSTACK-1201 BUG-ID: CLOUDSTACK-1196 Signed-off-by: Marcus Sorensen 1360786749 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-clo

git commit: refs/heads/master - Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack

2013-02-13 Thread mlsorensen
Updated Branches: refs/heads/master 4e7da0001 -> 8652e5f87 Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack BUG-ID: CLOUDSTACK-1201 BUG-ID: CLOUDSTACK-1196 Signed-off-by: Marcus Sorensen 1360786749 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-

git commit: refs/heads/master - Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack

2013-02-13 Thread mlsorensen
Updated Branches: refs/heads/master 9a12756ae -> 2be44e916 Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack Signed-off-by: Marcus Sorensen 1360777422 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apac

git commit: refs/heads/4.1 - Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack

2013-02-13 Thread mlsorensen
Updated Branches: refs/heads/4.1 0f317567d -> c4d8f8a80 Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack Signed-off-by: Marcus Sorensen 1360777422 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.

git commit: refs/heads/master - Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3

2013-02-12 Thread mlsorensen
Updated Branches: refs/heads/master 15e466c56 -> ae2b673e0 Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3 BUG-ID: CLOUDSTACK-1234 Bugfix-for: 4.1, master Reported-by: Rayees Namathponnan Signed-off-by: Marcus Sorensen 1360736064 -0700 Project: http://git-wip-us.apache.

git commit: refs/heads/4.1 - Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3

2013-02-12 Thread mlsorensen
Updated Branches: refs/heads/4.1 5dbd33d8a -> 53ae738d5 Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3 BUG-ID: CLOUDSTACK-1234 Bugfix-for: 4.1, master Reported-by: Rayees Namathponnan Signed-off-by: Marcus Sorensen 1360736064 -0700 Project: http://git-wip-us.apache.org

[2/2] git commit: refs/heads/4.1 - Summary: Add default newline after summary in prepare-commit-msg

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/4.1 73bb1795c -> d3ffceb25 Summary: Add default newline after summary in prepare-commit-msg Signed-off-by: Marcus Sorensen 1360171397 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/

[1/2] git commit: refs/heads/4.1 - Summary: Make prepare-commit-msg hook more compatible with operating systems

2013-02-06 Thread mlsorensen
Summary: Make prepare-commit-msg hook more compatible with operating systems Detail: Was using sed -i, which breaks on Mac Signed-off-by: Marcus Sorensen 1360170672 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/i

git commit: refs/heads/master - Summary: Add default newline after summary in prepare-commit-msg

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/master ec6fdc747 -> 7330deeb2 Summary: Add default newline after summary in prepare-commit-msg Signed-off-by: Marcus Sorensen 1360171397 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/a

git commit: refs/heads/4.1 - Summary: Fix NPE when calling createFirewallRule

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/4.1 1ac95e15f -> 73bb1795c Summary: Fix NPE when calling createFirewallRule Detail: CreateFirewallRuleCmd.java was returning 'null' for getTrafficType(). Recently, getTrafficType started being used by createIngressFirewallRule. Changing getTrafficType() to return i

git commit: refs/heads/master - Summary: Fix NPE when calling createFirewallRule

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/master dc7578c72 -> ec6fdc747 Summary: Fix NPE when calling createFirewallRule Detail: CreateFirewallRuleCmd.java was returning 'null' for getTrafficType(). Recently, getTrafficType started being used by createIngressFirewallRule. Changing getTrafficType() to retur

git commit: refs/heads/master - Summary: Make prepare-commit-msg hook more compatible with operating systems

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/master b28f3addf -> dc7578c72 Summary: Make prepare-commit-msg hook more compatible with operating systems Detail: Was using sed -i, which breaks on Mac Signed-off-by: Marcus Sorensen 1360170672 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cl

git commit: refs/heads/4.1 - Summary: Add missing ResizeVolumeCommand in VmwareResource.java

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/4.1 4d9056c2f -> 87286d054 Summary: Add missing ResizeVolumeCommand in VmwareResource.java Submitted-by: hongtu_zang Signed-off-by: Marcus Sorensen Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/r

git commit: refs/heads/master - Summary: Add missing ResizeVolumeCommand in VmwareResource.java

2013-02-06 Thread mlsorensen
Updated Branches: refs/heads/master 6e4aeeadf -> c5185c09e Summary: Add missing ResizeVolumeCommand in VmwareResource.java Submitted-by: hongtu_zang Signed-off-by: Marcus Sorensen Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.or

git commit: refs/heads/4.1 - Summary: Disallow shrinking volume type QCOW2 to fail with better message

2013-02-05 Thread mlsorensen
Updated Branches: refs/heads/4.1 35f7ac307 -> 77d65b3e0 Summary: Disallow shrinking volume type QCOW2 to fail with better message Signed-off-by: Marcus Sorensen 1360093176 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/r

git commit: refs/heads/master - Summary: Disallow shrinking volume type QCOW2 to fail with better message

2013-02-05 Thread mlsorensen
Updated Branches: refs/heads/master 4f274d0b8 -> 3535f88d1 Summary: Disallow shrinking volume type QCOW2 to fail with better message Signed-off-by: Marcus Sorensen 1360093176 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.or

git commit: refs/heads/4.1 - Summary: resizeVolume needs to be available in UI

2013-02-05 Thread mlsorensen
Updated Branches: refs/heads/4.1 7ceea3aa3 -> 35f7ac307 Summary: resizeVolume needs to be available in UI Detail: Adds UI element for resizing a volume BUG-ID: CLOUDSTACK-644 Reported-by: hongtu_z...@tcloudcomputing.com Signed-off-by: Marcus Sorensen 1360091087 -0700 Project: http://git-wi

git commit: refs/heads/master - Summary: resizeVolume needs to be available in UI

2013-02-05 Thread mlsorensen
Updated Branches: refs/heads/master 750fb2c31 -> 4f274d0b8 Summary: resizeVolume needs to be available in UI Detail: Adds UI element for resizing a volume BUG-ID: CLOUDSTACK-644 Reported-by: hongtu_z...@tcloudcomputing.com Signed-off-by: Marcus Sorensen 1360091087 -0700 Project: http://git

git commit: refs/heads/4.1 - Summary: Fix improper variable assignment in resizevolume.sh (remove $)

2013-02-05 Thread mlsorensen
Updated Branches: refs/heads/4.1 90da9abac -> 7ceea3aa3 Summary: Fix improper variable assignment in resizevolume.sh (remove $) Signed-off-by: Marcus Sorensen 1360089640 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/rep

git commit: refs/heads/master - Summary: Fix improper variable assignment in resizevolume.sh (remove $)

2013-02-05 Thread mlsorensen
Updated Branches: refs/heads/master 7f885b65f -> 750fb2c31 Summary: Fix improper variable assignment in resizevolume.sh (remove $) Signed-off-by: Marcus Sorensen 1360089640 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/

git commit: refs/heads/add_remove_nics - Summary: Skip add/remove nic tests in basic zone, feature is for advanced

2013-01-30 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics 437d30a29 -> 3dc6e8ef7 Summary: Skip add/remove nic tests in basic zone, feature is for advanced Reported-by: Ryan Dietrich Signed-off-by: Marcus Sorensen 1359589195 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo

git commit: refs/heads/add_remove_nics - Summary: allow admin user to do whatever he wants

2013-01-30 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics e430b7aed -> 437d30a29 Summary: allow admin user to do whatever he wants Reported-by: Ryan Dietrich Signed-off-by: Marcus Sorensen 1359588792 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip

git commit: Summary: Add in testing definitions for add/remove nic in marvin base.py

2013-01-30 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics e8fcdcbfe -> e430b7aed Summary: Add in testing definitions for add/remove nic in marvin base.py Submitted-by: Ryan Dietrich Signed-off-by: Marcus Sorensen 1359583956 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo

[10/50] git commit: CLOUDSTACK-235 Docs patch for network rate

2013-01-30 Thread mlsorensen
CLOUDSTACK-235 Docs patch for network rate Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/92fd66c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/92fd66c9 Diff: http://gi

[1/50] git commit: CloudStack-965: When a detailview action is prohibited, the operation dialog box should not show up in the mean time

2013-01-30 Thread mlsorensen
CloudStack-965: When a detailview action is prohibited, the operation dialog box should not show up in the mean time Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/76b28805 Tree: http://git-wip

[4/50] git commit: mvn: fix cloudmonkey build

2013-01-30 Thread mlsorensen
mvn: fix cloudmonkey build removing cachegen.py that is no longer required for execution Signed-off-by: Prasanna Santhanam Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6d3de41d Tree: http:/

[6/50] git commit: Make maven use mkisofs or genisoimage depending on what is available

2013-01-30 Thread mlsorensen
Make maven use mkisofs or genisoimage depending on what is available Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7d40a7e5 Tree: http://git-wip-us.apache.org/repos

[2/50] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack

2013-01-30 Thread mlsorensen
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/1509a210 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[3/50] git commit: cli: generate verbs on the fly, fix autocompletion whitespace bug

2013-01-30 Thread mlsorensen
cli: generate verbs on the fly, fix autocompletion whitespace bug Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ddb794d9 Tree: http://git-wip-us.apache.org/repos/as

[5/50] git commit: cli: Fix cachegen aand cloudmonkey to generate api verbs, revert last commit

2013-01-30 Thread mlsorensen
cli: Fix cachegen aand cloudmonkey to generate api verbs, revert last commit Fixes cachegen and reverts "mvn: fix cloudmonkey build" This reverts commit 6d3de41d4262abeedab234a08e8fb5714b69a9bf. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us

[15/50] CLOUDSTACK-1076: Legal documentation improvements to separate source distributions from packaged distributions.

2013-01-30 Thread mlsorensen
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afd7de7e/NOTICE -- diff --git a/NOTICE b/NOTICE index e310584..5cdd9fc 100644 --- a/NOTICE +++ b/NOTICE @@ -76,620 +76,4 @@ Inspiration from jQuery

[17/50] git commit: CLOUDSTACK-1076: Legal documentation improvements to separate source distributions from packaged distributions.

2013-01-30 Thread mlsorensen
CLOUDSTACK-1076: Legal documentation improvements to separate source distributions from packaged distributions. * Remove all binary dependency license and notice info from the top level LICENSE and NOTICE files in our source tree * Create two copies of the Whisker descriptor.xml file (stored in to

[9/50] git commit: CLOUDSTACK-399

2013-01-30 Thread mlsorensen
CLOUDSTACK-399 Signed-off-by: Radhika PC Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b56f7b26 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b56f7b26 Diff: http://gi

[11/50] CLOUDSTACK-1076: Legal documentation improvements to separate source distributions from packaged distributions.

2013-01-30 Thread mlsorensen
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afd7de7e/tools/whisker/descriptor.xml -- diff --git a/tools/whisker/descriptor.xml b/tools/whisker/descriptor.xml index a94d60b..6c80310 100644 --- a/tools/whisker/de

[13/50] CLOUDSTACK-1076: Legal documentation improvements to separate source distributions from packaged distributions.

2013-01-30 Thread mlsorensen
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afd7de7e/tools/whisker/NOTICE -- diff --git a/tools/whisker/NOTICE b/tools/whisker/NOTICE new file mode 100644 index 000..fccdc3a --- /dev/null +++ b/tools/whiske

[7/50] git commit: The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key

2013-01-30 Thread mlsorensen
The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/453f7497 Tree: http://git-wip-us.apache.org/repo

[19/50] git commit: CLOUDSTACK-274: fix duplicate error code.

2013-01-30 Thread mlsorensen
CLOUDSTACK-274: fix duplicate error code. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4ad38f8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4ad38f8a Diff: http://git-

[26/50] git commit: cli: Fix common.py's cfg fields grouped under similarites like ui, core, user etc.

2013-01-30 Thread mlsorensen
cli: Fix common.py's cfg fields grouped under similarites like ui, core, user etc. Changes config path to ~/.cloudmonkey this will break cfg path but all configs are still backward compatible. We need folder to put a lot of stuff that is coming for ex. themes and plugins Signed-off-by: Rohit Ya

[8/50] git commit: make API changeServiceForVirtualMachine work by changing @entityType of parameter serviceOfferingId to ServiceOfferingResponse

2013-01-30 Thread mlsorensen
make API changeServiceForVirtualMachine work by changing @entityType of parameter serviceOfferingId to ServiceOfferingResponse Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e13d9327 Tree: http

[24/50] git commit: cli: Add pygments based lexical output processing

2013-01-30 Thread mlsorensen
cli: Add pygments based lexical output processing Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ad3692cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-clou

[22/50] git commit: DeployVMCmd: Remove @ACL on ipToNetwork map to avoid NPE

2013-01-30 Thread mlsorensen
DeployVMCmd: Remove @ACL on ipToNetwork map to avoid NPE Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/99a04a41 Tree: http://git-wip-us.apache.org/repos/asf/incubat

[18/50] git commit: Summary: Fix S3 from trying to upload directories found in template dirs

2013-01-30 Thread mlsorensen
Summary: Fix S3 from trying to upload directories found in template dirs Detail: The S3 upload code fails on directories in the templates dir, such as "KVMHA" that gets created for KVM. This skips directories in the templates dir. BUG-ID: CLOUDSTACK-1056 Bugfix-for: 4.1 (master) Signed-off-by: Ma

[20/50] git commit: CLOUDSTACK-249: Add hostId to failed VM deploy alerts

2013-01-30 Thread mlsorensen
CLOUDSTACK-249: Add hostId to failed VM deploy alerts Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/71835018 Tree: http://git-wip-us.apache.org/repos/asf/incubator-

[30/50] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack

2013-01-30 Thread mlsorensen
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/3b522494 Tree: http://git-wip-us.apache.org/repos/asf/incuba

[27/50] git commit: cli: Pygments based output in cloudmonkey and new cfg processing

2013-01-30 Thread mlsorensen
cli: Pygments based output in cloudmonkey and new cfg processing - Pygments based colored output for tabular and normal list outputs - Fix cfg processing as per new cfg paths and ds - Get rid of clint and old way of parsing and color printing Signed-off-by: Rohit Yadav Project: http://git-wip-

[28/50] git commit: Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic

2013-01-30 Thread mlsorensen
Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic Signed-off-by: Marcus Sorensen Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/482ce5fe Tree: http://git-wip-us.apa

[23/50] git commit: cli: Show filter only when a subject is specified in autocompletion

2013-01-30 Thread mlsorensen
cli: Show filter only when a subject is specified in autocompletion Signed-off-by: Rohit Yadav (cherry picked from commit 7ea83b82e63bc40c5fa38f7aae2032690aa7883c) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.a

[33/50] git commit: Missing quotes in libvirt configuration instructions. Thanks to Nux! for finding the issue

2013-01-30 Thread mlsorensen
Missing quotes in libvirt configuration instructions. Thanks to Nux! for finding the issue Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/74efaada Tree: http://git-wip-us.apache.org/repos/asf

[21/50] git commit: DeployVMCmd: Remove entityType for ipToNetworkList, MAP is string->string

2013-01-30 Thread mlsorensen
DeployVMCmd: Remove entityType for ipToNetworkList, MAP is string->string Remove entityType as it can confuse people, right now we process map to string data type maps This map should be handled in cmd class level by an api writer to getObject by uuid or by long int id as in getIpToNetworkMap() of

[29/50] git commit: CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use

2013-01-30 Thread mlsorensen
CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cd10b994 Tree: http://git-wip-us.a

[31/50] git commit: We need these system libs to be present

2013-01-30 Thread mlsorensen
We need these system libs to be present Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cc9110d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cc9110d7 Diff: http://git-w

[32/50] git commit: Package the usage server

2013-01-30 Thread mlsorensen
Package the usage server Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ca7b8b0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ca7b8b0a Diff: http://git-wip-us.apache.or

[25/50] git commit: cli: Get rid of clint, use Pygments

2013-01-30 Thread mlsorensen
cli: Get rid of clint, use Pygments Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0720d25e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/07

[39/50] CloudStack CLOUDSTACK-774 Supporting kickstart in CloudStack baremetal

2013-01-30 Thread mlsorensen
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1f7eaf3d/plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BaremetalPxeManagerImpl.java -- diff --git a/plugins/hypervisors/baremetal/src/com/clou

[35/50] git commit: Increase sleep time to allow token expire to account for windows environment clock issue.

2013-01-30 Thread mlsorensen
Increase sleep time to allow token expire to account for windows environment clock issue. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/85de14f6 Tree: http://git-wip-us.apache.org/repos/asf/incu

[37/50] git commit: CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - fix a bug that networkID was not passed to API call when selected networks don't include security group servi

2013-01-30 Thread mlsorensen
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - fix a bug that networkID was not passed to API call when selected networks don't include security group service. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org

[36/50] git commit: UI list view: Fix overflow

2013-01-30 Thread mlsorensen
UI list view: Fix overflow Removing 'ellipses' effect for long list view values. They are rendering in too many cases, making the data hard to read. Reverting back to using standard word wrap for long table cells. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit:

[43/50] git commit: fixing licensing headers

2013-01-30 Thread mlsorensen
fixing licensing headers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1b39b0e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1b39b0e9 Diff: http://git-wip-us.apache.or

[34/50] git commit: Fix unit test failure only on Windows environment.

2013-01-30 Thread mlsorensen
Fix unit test failure only on Windows environment. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1c20c80c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1c20c80c Diff: ht

[45/50] git commit: Updated the copyright year in the descriptor.xml files

2013-01-30 Thread mlsorensen
Updated the copyright year in the descriptor.xml files Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/68d13d7b Tree: http://git-wip-us.apache.org/repos/asf/incubat

[44/50] git commit: Corrected MPL 1.1 license name from 1.0 to 1.1 (this was a mistake I made when initially adding that license to the descriptor)

2013-01-30 Thread mlsorensen
Corrected MPL 1.1 license name from 1.0 to 1.1 (this was a mistake I made when initially adding that license to the descriptor) Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloud

[38/50] git commit: CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - step 5 - when total number of selected sg networks is greater than 0 and total number of selected networks is

2013-01-30 Thread mlsorensen
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - step 5 - when total number of selected sg networks is greater than 0 and total number of selected networks is greater than 1, pop up client-side validation error message "Can't create a vm with multiple networks one of which

[50/50] git commit: Merge branch 'master' into add_remove_nics

2013-01-30 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics 89d8a478e -> e8fcdcbfe Merge branch 'master' into add_remove_nics Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e8fcdcbf Tree: http://git-wip-us

[46/50] Updating the legal docs for packages, based on the latest whisker tool source.

2013-01-30 Thread mlsorensen
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3bd53b45/tools/whisker/NOTICE -- diff --git a/tools/whisker/NOTICE b/tools/whisker/NOTICE index fccdc3a..1867958 100644 --- a/tools/whisker/NOTICE +++ b/tools/whisker

[48/50] git commit: Updating the legal docs for packages, based on the latest whisker tool source.

2013-01-30 Thread mlsorensen
Updating the legal docs for packages, based on the latest whisker tool source. Signed-off-by: Chip Childers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3bd53b45 Tree: http://git-wip-us.apac

[49/50] git commit: CLOUDSTACK-1054: When calling listDomains through the API do not restrict ADMIN users

2013-01-30 Thread mlsorensen
CLOUDSTACK-1054: When calling listDomains through the API do not restrict ADMIN users When an admin calls this command without the ID parameter do not set the domain's ID to the ID where the admin is in, this prevents him from doing lookups. Project: http://git-wip-us.apache.org/repos/asf/incu

git commit: Summary: Don't allow a vm to join a network if another VM of same name exists

2013-01-29 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics aff919eab -> 89d8a478e Summary: Don't allow a vm to join a network if another VM of same name exists Submitted-by: Brian Angus Signed-off-by: Marcus Sorensen 1359507543 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/r

git commit: Summary: Add tests, streamline code by removing custom addUserVmToNetwork

2013-01-29 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics 77da8856f -> aff919eab Summary: Add tests, streamline code by removing custom addUserVmToNetwork Submitted-by: Brian Angus Submitted-by: Ryan Dietrich Signed-off-by: Marcus Sorensen 1359494800 -0700 Project: http://git-wip-us.apache.org/repos/a

git commit: Summary: Move location of nic commands in commands.properties.in

2013-01-29 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics 52c35a89a -> 77da8856f Summary: Move location of nic commands in commands.properties.in Signed-off-by: Marcus Sorensen 1359477027 -0700 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.or

git commit: Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic

2013-01-28 Thread mlsorensen
Updated Branches: refs/heads/master cb8705c75 -> 482ce5fe0 Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic Signed-off-by: Marcus Sorensen Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/i

git commit: Summary: Check network for same DNS name when adding VM to network

2013-01-28 Thread mlsorensen
Updated Branches: refs/heads/add_remove_nics ea7fbd6b4 -> 52c35a89a Summary: Check network for same DNS name when adding VM to network Detail: Can't add VM of same name to network where name already exists, will break DNS in virtual router. Submittted-by: Brian Angus Signed-off-by: Marcus So

git commit: Summary: Fix S3 from trying to upload directories found in template dirs

2013-01-28 Thread mlsorensen
Updated Branches: refs/heads/master afd7de7e3 -> fe9398dc7 Summary: Fix S3 from trying to upload directories found in template dirs Detail: The S3 upload code fails on directories in the templates dir, such as "KVMHA" that gets created for KVM. This skips directories in the templates dir. BUG

[4/50] git commit: CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag

2013-01-25 Thread mlsorensen
CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b867609d Tre

[5/50] git commit: CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag

2013-01-25 Thread mlsorensen
CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's functionality:Changing the label and adding the title tag Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fe994a6e Tre

[2/50] git commit: CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - remove obsolete variable(myNetworks), rename variable sharedNetworks to networkObjs.

2013-01-25 Thread mlsorensen
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - remove obsolete variable(myNetworks), rename variable sharedNetworks to networkObjs. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudsta

[16/50] git commit: CLOUDSTACK-355: create DB view for ZoneResponse to fix count for listZonesByCmd.

2013-01-25 Thread mlsorensen
CLOUDSTACK-355: create DB view for ZoneResponse to fix count for listZonesByCmd. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/26be5ce2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cl

  1   2   3   4   >