[3/9] git commit: updated refs/heads/master to 143265c

2016-05-12 Thread swill
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07564469/server/src/com/cloud/api/query/dao/HostJoinDaoImpl.java -- diff --git a/server/src/com/cloud/api/query/dao/HostJoinDaoImpl.java b/server/src/com/cloud/api/query/dao/H

[4/9] git commit: updated refs/heads/master to 143265c

2016-05-12 Thread swill
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/07564469/api/src/org/apache/cloudstack/outofbandmanagement/OutOfBandManagementService.java -- diff --git a/api/src/org/apache/cloudstack/outofbandmanagement/OutOfBandManagemen

[9/9] git commit: updated refs/heads/master to 143265c

2016-05-12 Thread swill
. FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Out-of-band+Management+for+CloudStack /cc @jburwell @swill @abhinandanprateek @murali-reddy @borisstoyanov * pr/1502: maven: ignore utils/testsmallfileinactive for rat checking CLOUDSTACK-9378: Fix for #1497 HypervisorUtilsTest

[09/18] git commit: updated refs/heads/master to 103d62e

2016-05-12 Thread swill
CLOUDSTACK-9287 - Refactor the interface state configuration - This also refactors the CsAddress in order to offer better readability in a couple of methods. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c41edc

[1/2] git commit: updated refs/heads/master to 688522e

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master c79affaef -> 688522ecd CLOUDSTACK-9265 cleanup around httpclient versions Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cb85b7e8 Tree: http://git-wip-us

[1/2] git commit: updated refs/heads/master to c79affa

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 7e41747c3 -> c79affaef CLOUDSTACK-9373: Removing a few instance methods where there are class methods that are overshadowing them Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/re

[2/2] git commit: updated refs/heads/master to 688522e

2016-05-12 Thread swill
Merge pull request #1385 from DaanHoogland/CLOUDSTACK-9265 CLOUDSTACK-9265 cleanup around httpclient versionssome cleanup done - replaced HttpStatus from org.apache.commons.httpclient with that from org.apache.http - removed unthrown HttpException - left auto reformat in place * pr/1385: CLOUD

[3/7] git commit: updated refs/heads/master to 7e41747

2016-05-12 Thread swill
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dad9e5d8/test/integration/plugins/solidfire/TestSnapshots.py -- diff --git a/test/integration/plugins/solidfire/TestSnapshots.py b/test/integration/plugins/solidfire/TestSnaps

[2/7] git commit: updated refs/heads/master to 7e41747

2016-05-12 Thread swill
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dad9e5d8/test/integration/plugins/solidfire/TestVMSnapshots.py -- diff --git a/test/integration/plugins/solidfire/TestVMSnapshots.py b/test/integration/plugins/solidfire/TestV

[7/7] git commit: updated refs/heads/master to 7e41747

2016-05-12 Thread swill
Merge pull request #816 from mike-tutkowski/addremovehosts2 Notify listeners when a host has been added to a cluster, is about to be removed from a cluster, or has been removed from a cluster This PR addresses the following JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-8813 The

[2/2] git commit: updated refs/heads/master to c79affa

2016-05-12 Thread swill
Merge pull request #1528 from mike-tutkowski/marvin_methods CLOUDSTACK-9373: Class methods over-shawdowing instance methodsWe have some methods in base.py that are named the same. Per my findings below, Python methods in a class should not be named the same even if one is a class method and the

[2/2] git commit: updated refs/heads/master to f88cb88

2016-05-12 Thread swill
Merge pull request #1538 from shapeblue/nio-test-timeoutfix Disable NioTestHistorically NioTest has caused issue in CI environment and several developer machines due to network requirements which could be disabled by firewall or security enforcers such as selinux. This disables the test once ag

[1/2] git commit: updated refs/heads/master to f88cb88

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 688522ecd -> f88cb8809 utils: Disable NioTest Disable the NioTest, it is far to dependent on the network configuration of the machine running the test. Cherry-picked change from a historic commit where this test was disabled. (cherry

[2/2] git commit: updated refs/heads/4.7 to 170765e

2016-05-12 Thread swill
Merge pull request #1456 from greenqloud/pr-4.7-baremetal_metadata_parameter_bugfix writeIfNotHere requires an array of strings, not a string * pr/1456: writeIfNotHere requires an array of strings, not a string Signed-off-by: Will Stevens Project: http://git-wip-us.apache.org/repos/asf/clo

[1/2] git commit: updated refs/heads/4.7 to 170765e

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.7 3fab75772 -> 170765e90 writeIfNotHere requires an array of strings, not a string Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fde0b6aa Tree: http://git-w

[3/3] git commit: updated refs/heads/4.8 to a1e181c

2016-05-12 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: writeIfNotHere requires an array of strings, not a string Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a1e181cd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tre

[1/3] git commit: updated refs/heads/4.8 to a1e181c

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.8 dbbc37ecc -> a1e181cd7 writeIfNotHere requires an array of strings, not a string Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fde0b6aa Tree: http://git-w

[2/3] git commit: updated refs/heads/4.8 to a1e181c

2016-05-12 Thread swill
Merge pull request #1456 from greenqloud/pr-4.7-baremetal_metadata_parameter_bugfix writeIfNotHere requires an array of strings, not a string * pr/1456: writeIfNotHere requires an array of strings, not a string Signed-off-by: Will Stevens Project: http://git-wip-us.apache.org/repos/asf/clo

[4/4] git commit: updated refs/heads/master to 3f97908

2016-05-12 Thread swill
Merge release branch 4.8 to master * 4.8: writeIfNotHere requires an array of strings, not a string Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f979084 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/

[2/4] git commit: updated refs/heads/master to 3f97908

2016-05-12 Thread swill
Merge pull request #1456 from greenqloud/pr-4.7-baremetal_metadata_parameter_bugfix writeIfNotHere requires an array of strings, not a string * pr/1456: writeIfNotHere requires an array of strings, not a string Signed-off-by: Will Stevens Project: http://git-wip-us.apache.org/repos/asf/clo

[1/4] git commit: updated refs/heads/master to 3f97908

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master f88cb8809 -> 3f9790841 writeIfNotHere requires an array of strings, not a string Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fde0b6aa Tree: http://gi

[3/4] git commit: updated refs/heads/master to 3f97908

2016-05-12 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: writeIfNotHere requires an array of strings, not a string Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a1e181cd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tre

[2/2] git commit: updated refs/heads/master to 20cf8b2

2016-05-12 Thread swill
Merge pull request #1453 from GabrielBrascher/brascher-removeUnusedClasses2 Remove classes with no referencesI used UCDetector (http://www.ucdetector.org/) as a plugin for Eclipse. With this tool, I discovered a lot of code without any reference (variables, methods and classes). Following the

[1/2] git commit: updated refs/heads/master to 20cf8b2

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 3f9790841 -> 20cf8b23c Removed classes with no reference - org.apache.cloudstack.framework.jobs.JobCancellationException (removed variable JobCancellationException in com.cloud.utils.SerialVersionUID) - org.apache.cloudstack.ldap.NoSuc

[2/4] git commit: updated refs/heads/master to 8c3722d

2016-05-12 Thread swill
Fixed issues from CLOUDSTACK-8800 that were introduced in PR 780 It was worked around some possible runtime exceptions introduced by the changes that were added by the PR 780. Basically, the points in which a null pointer exception could happen, we added safety checks to avoid them. It was create

[3/4] git commit: updated refs/heads/master to 8c3722d

2016-05-12 Thread swill
Removed unnecessary check when creating the “userVmResponse” object. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/417d9a5d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/417d9a5d Diff: http://gi

[1/4] git commit: updated refs/heads/master to 8c3722d

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 20cf8b23c -> 8c3722d95 CLOUDSTACK-8800 : Improved the listVirtualMachines API call to include memory utilization information for a VM for xenserver,kvm and for vmware. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo C

[4/4] git commit: updated refs/heads/master to 8c3722d

2016-05-12 Thread swill
Merge pull request #1444 from rafaelweingartner/workAroundPR780 CLOUDSTACK-8800 : Improved the listVirtualMachines API call to include memory utilization information for a VMThis PR introduces the changes proposed in PR #780 with some work to make the code null safe. During this PR, I have also

[2/2] git commit: updated refs/heads/master to 9320f85

2016-05-12 Thread swill
Merge pull request #1460 from shapeblue/jsb/jenv-pyenv CLOUDSTACK-9334: Support jenv and pyenv to manage Java and Python versions * Adds .java-version to specify Java 1.7 as the JDK version to use for CloudStack development. jenv does not support comments in this file. Therefore, no li

[1/2] git commit: updated refs/heads/master to 9320f85

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 8c3722d95 -> 9320f858f CLOUDSTACK-9334: Support jenv and pyenv to manage Java and Python versions * Adds .java-version to specify Java 1.7 as the JDK version to use for CloudStack development. * Adds .python-vresion to specify

[2/2] git commit: updated refs/heads/4.7 to bbb2dd0

2016-05-12 Thread swill
Merge pull request #1536 from ntavares/useextdns_rvmvip47 Honour GS use_ext_dns and redundant VR VIPThis patch addresses two issues: On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at

[1/2] git commit: updated refs/heads/4.7 to bbb2dd0

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.7 170765e90 -> bbb2dd034 This patch addresses two issues: On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at least while the DH

[2/3] git commit: updated refs/heads/4.8 to 3bbeb6a

2016-05-12 Thread swill
Merge pull request #1536 from ntavares/useextdns_rvmvip47 Honour GS use_ext_dns and redundant VR VIPThis patch addresses two issues: On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at

[3/3] git commit: updated refs/heads/4.8 to 3bbeb6a

2016-05-12 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: This patch addresses two issues: Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3bbeb6af Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3bbeb6af Diff: http://g

[1/3] git commit: updated refs/heads/4.8 to 3bbeb6a

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.8 a1e181cd7 -> 3bbeb6af9 This patch addresses two issues: On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at least while the DH

[4/4] git commit: updated refs/heads/master to 2b4b8aa

2016-05-12 Thread swill
Merge release branch 4.8 to master * 4.8: This patch addresses two issues: Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2b4b8aa4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2b4b8aa4 Diff: http:

[2/4] git commit: updated refs/heads/master to 2b4b8aa

2016-05-12 Thread swill
Merge pull request #1536 from ntavares/useextdns_rvmvip47 Honour GS use_ext_dns and redundant VR VIPThis patch addresses two issues: On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at

[1/4] git commit: updated refs/heads/master to 2b4b8aa

2016-05-12 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 9320f858f -> 2b4b8aa40 This patch addresses two issues: On redundant VR setups, the primary resolver being handed out to instances is the guest_ip (primary IP for the VR). This might lead to problems upon failover, at least while the

[3/4] git commit: updated refs/heads/master to 2b4b8aa

2016-05-12 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: This patch addresses two issues: Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3bbeb6af Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3bbeb6af Diff: http://g

[3/4] git commit: updated refs/heads/master to 821b2da

2016-05-13 Thread swill
test: fix cleanup sequence for test_acl_listvolume test Changes the cleanup sequence as the cleanup code causes exceptions in several Travis runs such as: https://travis-ci.org/apache/cloudstack/jobs/129925224 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstac

[2/4] git commit: updated refs/heads/master to 821b2da

2016-05-13 Thread swill
CLOUDSTACK-9299: Fix test failures on CI - Fixes oobm integration test to skip if known ipmitool bug is hit - Fixes ProcessTest unit test case to use sleep - Removes redundant unit test that covers code in ProcessTest Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/c

[1/4] git commit: updated refs/heads/master to 821b2da

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 2b4b8aa40 -> 821b2da12 CLOUDSTACK-9348: Make NioConnectio loop less aggressive - Reverts ea2286 that introduced a wakeup on each connection loop run. - In SSL handshake code removes delegated tasks to be run in separate threads. Signe

[4/4] git commit: updated refs/heads/master to 821b2da

2016-05-13 Thread swill
Merge pull request #1543 from shapeblue/nio-fix-aggressive-cpu-use Fix Nio/CPU issue and CI failures- Reverts ea2286 that introduced a wakeup on each connection loop run. - In SSL handshake code removes delegated tasks to be run in separate threads. /cc @kiwiflyer @swill @jburwell and others

[4/4] git commit: updated refs/heads/master to 3343f12

2016-05-13 Thread swill
Merge pull request #1376 from milamberspace/L10N-update-Master-20160127 L10n update master 20160127cc @remibergsma @bhaisaab @DaanHoogland * pr/1376: Update L10N resource files with 4.9 strings from Transifex (20160511) Force "translator" mode with the transifex client. Update Transifex client

[1/4] git commit: updated refs/heads/master to 3343f12

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 821b2da12 -> 3343f1229 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9b939890/client/WEB-INF/classes/resources/messages_fr_FR.properties -- diff --git a/client

[2/4] git commit: updated refs/heads/master to 3343f12

2016-05-13 Thread swill
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9b939890/client/WEB-INF/classes/resources/messages_es.properties -- diff --git a/client/WEB-INF/classes/resources/messages_es.properties b/client/WEB-INF/classes/resources/mes

[3/4] git commit: updated refs/heads/master to 3343f12

2016-05-13 Thread swill
Update L10N resource files with 4.9 strings from Transifex (20160511) Force "translator" mode with the transifex client. Update Transifex client config file (regenerated by Tx client) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cl

[2/2] git commit: updated refs/heads/master to c82d502

2016-05-13 Thread swill
Merge pull request #1280 from anshul1886/CLOUDSTACK-9199 CLOUDSTACK-9199: Fixed deployVirtualMachine API does not throw an error when cpunumber is specified for static compute offeringhttps://issues.apache.org/jira/browse/CLOUDSTACK-9199 To test: - Deploy VM by providing cpuNumber,

[1/2] git commit: updated refs/heads/master to c82d502

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 3343f1229 -> c82d50270 CLOUDSTACK-9199: Fixed deployVirtualMachine API does not throw an error when cpunumber is specified for static compute offering Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git

[2/3] git commit: updated refs/heads/master to 7be8585

2016-05-13 Thread swill
Remove empty spaces causing the build to fail Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/108b3517 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/108b3517 Diff: http://git-wip-us.apache.org/repos/asf

[1/3] git commit: updated refs/heads/master to 7be8585

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master c82d50270 -> 7be858578 CPU socket count reporting correction CPU socket count reporting correction >From >https://github.com/MissionCriticalCloud/cosmic-plugin-hypervisor-kvm/pull/16 Project: http://git-wip-us.apache.org/repos/asf/cl

[3/3] git commit: updated refs/heads/master to 7be8585

2016-05-13 Thread swill
Merge pull request #1520 from NuxRo/kvm-numa-cpu-reporting CPU socket count reporting correctionCPU socket count reporting correction >From >https://github.com/MissionCriticalCloud/cosmic-plugin-hypervisor-kvm/pull/16 * pr/1520: Remove empty spaces causing the build to fail CPU socket count

[1/2] git commit: updated refs/heads/master to f2f895a

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 7be858578 -> f2f895a5c Remove extraneous log directory and add catalina.out log rotation Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/11e3582f Tree: h

[1/3] git commit: updated refs/heads/master to 06c6b36

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master f2f895a5c -> 06c6b367e dao: Hit the cache for entity flagged as removed too since they are put in cache afterwards. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudst

[3/3] git commit: updated refs/heads/master to 06c6b36

2016-05-13 Thread swill
Merge pull request #1532 from exoscale/fix/db-cache-miss DAO: Hit the cache for entity flagged as removed tooI came along this part of the code and I don't see any reason why the cache should not be used when fetching with the "removed" ones. It will help decrease the number of DB queries. *It

[2/2] git commit: updated refs/heads/master to f2f895a

2016-05-13 Thread swill
Merge pull request #1537 from PaulAngus/master Remove extraneous log directory and add catalina.out log rotationrebased and squashed replacement for PR: https://github.com/apache/cloudstack/pull/1087 Remove extraneous log directory (/var/log/cloudstack-management) and adds catalina.out log rotat

[2/3] git commit: updated refs/heads/master to 06c6b36

2016-05-13 Thread swill
DAO: Rewrite change for method findByIdIncludingRemoved(ID id) Also change the sibling method findById(final ID id) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/39aa0e4f Tree: http://git-wip-us.apache.org/repos/a

[2/2] git commit: updated refs/heads/4.7 to 7a0b37a

2016-05-13 Thread swill
Merge pull request #1495 from greenqloud/pr-install-perl-modules-on-agent Add perl-modules as install dependency for cloudstack-agentRequired to run perl scripts that configure networking for VMs. * pr/1495: Add perl-modules as install dependency for cloudstack-agent Signed-off-by: Will Steve

[1/3] git commit: updated refs/heads/4.8 to a0aa060

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.8 3bbeb6af9 -> a0aa0604e Add perl-modules as install dependency for cloudstack-agent Required to run perl scripts that configure networking for VMs. That script fails silently if this is not installed. Project: http://git-wip-us.apache.or

[1/2] git commit: updated refs/heads/4.7 to 7a0b37a

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.7 bbb2dd034 -> 7a0b37a29 Add perl-modules as install dependency for cloudstack-agent Required to run perl scripts that configure networking for VMs. That script fails silently if this is not installed. Project: http://git-wip-us.apache.or

[2/3] git commit: updated refs/heads/4.8 to a0aa060

2016-05-13 Thread swill
Merge pull request #1495 from greenqloud/pr-install-perl-modules-on-agent Add perl-modules as install dependency for cloudstack-agentRequired to run perl scripts that configure networking for VMs. * pr/1495: Add perl-modules as install dependency for cloudstack-agent Signed-off-by: Will Steve

[3/3] git commit: updated refs/heads/4.8 to a0aa060

2016-05-13 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: Add perl-modules as install dependency for cloudstack-agent Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a0aa0604 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/t

[3/4] git commit: updated refs/heads/master to e3b38bb

2016-05-13 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: Add perl-modules as install dependency for cloudstack-agent Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a0aa0604 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/t

[1/4] git commit: updated refs/heads/master to e3b38bb

2016-05-13 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master 06c6b367e -> e3b38bbd4 Add perl-modules as install dependency for cloudstack-agent Required to run perl scripts that configure networking for VMs. That script fails silently if this is not installed. Project: http://git-wip-us.apache

[4/4] git commit: updated refs/heads/master to e3b38bb

2016-05-13 Thread swill
Merge release branch 4.8 to master * 4.8: Add perl-modules as install dependency for cloudstack-agent Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e3b38bbd Tree: http://git-wip-us.apache.org/repos/asf/cloudstac

[2/4] git commit: updated refs/heads/master to e3b38bb

2016-05-13 Thread swill
Merge pull request #1495 from greenqloud/pr-install-perl-modules-on-agent Add perl-modules as install dependency for cloudstack-agentRequired to run perl scripts that configure networking for VMs. * pr/1495: Add perl-modules as install dependency for cloudstack-agent Signed-off-by: Will Steve

[3/4] git commit: updated refs/heads/master to b4ad38d

2016-05-16 Thread swill
Revert "Merge pull request #1534 from shapeblue/niotest-fix" This reverts commit 9f970f28b18534dffe33196ead60ea861f501fa9, reversing changes made to 6d0c92be7257afcf5f1a9f4453e3470e0083125d. This was reverted because it seemed to be related to an issue when doing a DeployDC, causing an `addHost`

[1/4] git commit: updated refs/heads/master to b4ad38d

2016-05-16 Thread swill
Repository: cloudstack Updated Branches: refs/heads/master e3b38bbd4 -> b4ad38d68 Revert "CLOUDSTACK-9348: Make NioConnectio loop less aggressive" This reverts commit 540d9572fd491db3ce182d26636fc74ada4e171c. This was reverted because it seemed to be related to an issue when doing a DeployDC,

[4/4] git commit: updated refs/heads/master to b4ad38d

2016-05-16 Thread swill
Revert "Merge pull request #1493 from shapeblue/nio-fix" This reverts commit 7ce0e10fbcd949375e43535aae168421ecdaa562, reversing changes made to 29ba71f2db3a3b7dcdad3a7c1f83725cffd56261. This was reverted because it seemed to be related to an issue when doing a DeployDC, causing an `addHost` erro

[2/4] git commit: updated refs/heads/master to b4ad38d

2016-05-16 Thread swill
Revert "Merge pull request #1538 from shapeblue/nio-test-timeoutfix" This reverts commit f88cb880974fa56866492c437af291e40bd1a4f6, reversing changes made to 688522ecd41d5e2bf09467aa236deb50f7826982. This was reverted because it seemed to be related to an issue when doing a DeployDC, causing an `a

[1/2] git commit: updated refs/heads/4.7 to 06e52e4

2016-05-18 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.7 ebc70a51e -> 06e52e4f3 Fix Sync of template.properties in Swift Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f5ac8ddd Tree: http://git-wip-us.apache.org/

[8/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Resolve conflict as forceencap is already in master Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ebb7cb69 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ebb7cb69 Diff: http://git-wip-us.apache.org/re

[3/3] git commit: updated refs/heads/4.7 to ebc70a5

2016-05-18 Thread swill
Merge pull request #1486 from remibergsma/reimplement-vrrp-setting-47 Reimplement router.redundant.vrrp.interval settingGlobal setting `router.redundant.vrrp.interval` is not used any more and it is now set to a hardcoded 1. This results in a failover from master->backup when the backup doesn't

[5/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Do not load previous firewall rules as we replace everyhing anyway Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18d5cd28 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18d5cd28 Diff: http://git-wip-u

[2/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Restore iptables at once using iptables-restore instead of calling iptables numerous times Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b857f79f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b857f7

[05/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Do not load previous firewall rules as we replace everyhing anyway Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18d5cd28 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18d5cd28 Diff: http://git-wip-u

[12/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Merge pull request #1482 from remibergsma/iptables-fix Restore iptables at once using iptables-restore instead of calling iptables numerous timesThis makes handling the firewall rules about 50-60 times faster because it is generated in memory and then loaded once. It's work by @borisroman see P

[15/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Merge release branch 4.7 to 4.8 * 4.7: Fix Sync of template.properties in Swift Configure rVPC for router.redundant.vrrp.interval advert_int setting Have rVPCs use the router.redundant.vrrp.interval setting Resolve conflict as forceencap is already in master Split the cidr lists so we wo

[11/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Fix Sync of template.properties in Swift Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f5ac8ddd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f5ac8ddd Diff: http://git-wip-us.apache.org/repos/asf/clo

[10/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Configure rVPC for router.redundant.vrrp.interval advert_int setting Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9c0eee43 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9c0eee43 Diff: http://git-wip

[04/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Wait for dnsmasq to finish restart Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eb9706b6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/eb9706b6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstac

[6/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Check the existence of 'forceencap' parameter before use Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/709be45c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/709be45c Diff: http://git-wip-us.apache.o

[06/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Check the existence of 'forceencap' parameter before use Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/709be45c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/709be45c Diff: http://git-wip-us.apache.o

[14/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Merge pull request #1331 from syed/swift-restart-fix Fix Sync of template.properties in SwiftWhen using Swift as a secondary storage, we create a template.properties file which stores the metadata about the template. Currently the data which is present in the file is incorrect which leads to te

[02/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Restore iptables at once using iptables-restore instead of calling iptables numerous times Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b857f79f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b857f7

[07/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Split the cidr lists so we won't hit the iptables-resture limits Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/30741a33 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/30741a33 Diff: http://git-wip-us.

[09/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Have rVPCs use the router.redundant.vrrp.interval setting It defaults to 1, which is hardcoded in the template: ./cosmic/cosmic-core/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ As non-VPC redundant routers use this setting, I think it makes sense to use it for rVPCs

[08/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Resolve conflict as forceencap is already in master Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ebb7cb69 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ebb7cb69 Diff: http://git-wip-us.apache.org/re

[03/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Add iptables copnversion script. Source: https://raw.githubusercontent.com/sl0/conv/master/iptables_converter.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0f750425 Tree: http://git-wip-us.apache.org/repos/asf/

[9/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Merge pull request #1482 from remibergsma/iptables-fix Restore iptables at once using iptables-restore instead of calling iptables numerous timesThis makes handling the firewall rules about 50-60 times faster because it is generated in memory and then loaded once. It's work by @borisroman see P

[1/3] git commit: updated refs/heads/4.7 to ebc70a5

2016-05-18 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.7 9a20ab8bc -> ebc70a51e Have rVPCs use the router.redundant.vrrp.interval setting It defaults to 1, which is hardcoded in the template: ./cosmic/cosmic-core/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ As non-V

[13/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Merge pull request #1486 from remibergsma/reimplement-vrrp-setting-47 Reimplement router.redundant.vrrp.interval settingGlobal setting `router.redundant.vrrp.interval` is not used any more and it is now set to a hardcoded 1. This results in a failover from master->backup when the backup doesn't

[01/15] git commit: updated refs/heads/4.8 to 8f330b0

2016-05-18 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.8 a0aa0604e -> 8f330b0b9 Remove duplicate spaces, and thus duplicate rules. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/69e93489 Tree: http://git-wip-us.a

[1/2] git commit: updated refs/heads/4.8 to e43a4eb

2016-05-18 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.8 8f330b0b9 -> e43a4ebf3 Skip VXLANs when rewriting the bridge name for migrations Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e9bf7512 Tree: http://git-w

[2/2] git commit: updated refs/heads/4.8 to e43a4eb

2016-05-18 Thread swill
Merge pull request #1513 from insom/CLOUDSTACK-9362-2 CLOUDSTACK-9362: Skip VXLANs when rewriting the bridge name for migrations (4.8-2)From the [JIRA issue](https://issues.apache.org/jira/browse/CLOUDSTACK-9362): > https://github.com/apache/cloudstack/commit/bb8f7c652e42caacff5adce1ce603426036

[1/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Repository: cloudstack Updated Branches: refs/heads/4.7 7a0b37a29 -> 9a20ab8bc Remove duplicate spaces, and thus duplicate rules. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/69e93489 Tree: http://git-wip-us.a

[3/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Add iptables copnversion script. Source: https://raw.githubusercontent.com/sl0/conv/master/iptables_converter.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0f750425 Tree: http://git-wip-us.apache.org/repos/asf/

[2/2] git commit: updated refs/heads/4.7 to 06e52e4

2016-05-18 Thread swill
Merge pull request #1331 from syed/swift-restart-fix Fix Sync of template.properties in SwiftWhen using Swift as a secondary storage, we create a template.properties file which stores the metadata about the template. Currently the data which is present in the file is incorrect which leads to te

[4/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Wait for dnsmasq to finish restart Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eb9706b6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/eb9706b6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstac

[7/9] git commit: updated refs/heads/4.7 to 9a20ab8

2016-05-18 Thread swill
Split the cidr lists so we won't hit the iptables-resture limits Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/30741a33 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/30741a33 Diff: http://git-wip-us.

<    2   3   4   5   6   7   8   >