[GitHub] cloudmonger commented on issue #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
cloudmonger commented on issue #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#issuecomment-314924382 ### ACS CI BVT Run **Sumarry:** Build Number 958 Hypervisor xenserver NetworkType Advanced Passed=105 Failed=8 Skipped=12

[GitHub] GabrielBrascher opened a new pull request #2177: Enhance SSL protocol used by Console Proxy

2017-07-12 Thread git
GabrielBrascher opened a new pull request #2177: Enhance SSL protocol used by Console Proxy URL: https://github.com/apache/cloudstack/pull/2177 Current SSL protocol and ciphers used in SystemVMs are not the recommended. One can check It with tests such as the one from SSL Labs

[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.10'

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 8bb5585f0d1026f07012a51cea9c3af1118cddf8 Merge: 771576f c663a76 Author: Rohit Yadav

[cloudstack] branch master updated (771576f -> 8bb5585)

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 771576f Merge branch '4.10' add 9f9fdd4 Travis: use oraclejdk8 for 4.10+ add c663a76 Merge pull

[cloudstack] branch 4.10 updated (3589846 -> c663a76)

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a change to branch 4.10 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 3589846 Merge branch '4.9' into 4.10 add 9f9fdd4 Travis: use oraclejdk8 for 4.10+ new c663a76 Merge

[cloudstack] 01/01: Merge pull request #2176 from shapeblue/4.10-travis-jdk8fix

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch 4.10 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit c663a76dc7edc063dcdba2aa5855a0e35b4e88e5 Merge: 3589846 9f9fdd4 Author: Rohit Yadav

[GitHub] rhtyd commented on issue #2176: Travis: use oraclejdk8 for 4.10+

2017-07-12 Thread git
rhtyd commented on issue #2176: Travis: use oraclejdk8 for 4.10+ URL: https://github.com/apache/cloudstack/pull/2176#issuecomment-314801590 Merging this based on Travis test result to unblock other PRs from Travis failures.

[GitHub] rhtyd closed pull request #2176: Travis: use oraclejdk8 for 4.10+

2017-07-12 Thread git
rhtyd closed pull request #2176: Travis: use oraclejdk8 for 4.10+ URL: https://github.com/apache/cloudstack/pull/2176 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] rhtyd commented on issue #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
rhtyd commented on issue #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#issuecomment-314787369 Sorry !LGTM, @DaanHoogland please remove unnecessary classes from 410->411 upgrade path class. Remove unnecessary formatting, makes harder to review

[GitHub] rhtyd commented on issue #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
rhtyd commented on issue #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#issuecomment-314787369 Sorry !LGTM, @DaanHoogland please remove unnecessary classes from 410->411 upgrade path class. Remove unnecessary formatting, makes harder to review

[GitHub] rhtyd commented on a change in pull request #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
rhtyd commented on a change in pull request #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#discussion_r126969725 ## File path: engine/schema/src/com/cloud/upgrade/dao/Upgrade41000to41100.java ## @@ -0,0 +1,84 @@ +// Licensed to the

[GitHub] rhtyd opened a new pull request #2176: Travis: use oraclejdk8 for 4.10+

2017-07-12 Thread git
rhtyd opened a new pull request #2176: Travis: use oraclejdk8 for 4.10+ URL: https://github.com/apache/cloudstack/pull/2176 Issue: https://github.com/travis-ci/travis-ci/issues/8075 Pinging for review/merge - @karuturi @wido @DaanHoogland This can be accepted if Travis passes.

[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread git
rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images URL: https://github.com/apache/cloudstack/pull/2172#issuecomment-314785758 @karuturi I've logged a bug with Travis https://github.com/travis-ci/travis-ci/issues/8075 and opened a PR for fixing the issue for

[GitHub] cloudmonger commented on issue #2173: CLOUDSTACK-9992 : Failed to change cluster to managed state

2017-07-12 Thread git
cloudmonger commented on issue #2173: CLOUDSTACK-9992 : Failed to change cluster to managed state URL: https://github.com/apache/cloudstack/pull/2173#issuecomment-314761426 ### ACS CI BVT Run **Sumarry:** Build Number 956 Hypervisor xenserver NetworkType Advanced

[GitHub] wido commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-07-12 Thread git
wido commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-314748632 Seems good to me this one. If all tests pass and it's configurable for enable/disable.

[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread git
rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images URL: https://github.com/apache/cloudstack/pull/2172#issuecomment-314740661 @karuturi it seems to be a bug with Travis, while switching to openjdk8 stack javac versions return 1.9 however java version is 1.8.

[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread git
rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images URL: https://github.com/apache/cloudstack/pull/2172#issuecomment-314740015 Thanks @karuturi let me check the 4.10 and master builds, I've set jdk version to openjdk8 which should work but I'll re-check and fix

[GitHub] rhtyd commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider

2017-07-12 Thread git
rhtyd commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider URL: https://github.com/apache/cloudstack/pull/1960#issuecomment-314723551 As soon as the 4.10->4.11 db upgrade paths are fixed, I'll rebase and fix issues with the feature branch.

[GitHub] karuturi commented on issue #2172: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread git
karuturi commented on issue #2172: Travis: Fix usage of sudo enable Trusty images URL: https://github.com/apache/cloudstack/pull/2172#issuecomment-314703038 Hi @rhtyd I am seeing the below error on latest master build "Exception in thread "main"

[GitHub] DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#discussion_r126894928 ## File path: engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java ## @@ -104,210 +105,353 @@ public

[GitHub] DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#discussion_r126894928 ## File path: engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java ## @@ -104,210 +105,353 @@ public

[cloudstack] 01/01: Merge branch '4.10'

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 771576f117f4aad21b0abf5f5232b3a60b20e44b Merge: 4bc7c27 3589846 Author: Rohit Yadav

[cloudstack] branch master updated (4bc7c27 -> 771576f)

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 4bc7c27 Updating pom.xml version numbers for release 4.11.0.0-SNAPSHOT add 4f229d1 Updating pom.xml

[cloudstack] branch 4.10 updated (4f229d1 -> 3589846)

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a change to branch 4.10 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. from 4f229d1 Updating pom.xml version numbers for release 4.10.1.0-SNAPSHOT add 4b4c363 Travis: Fix usage of

[cloudstack] 01/01: Merge branch '4.9' into 4.10

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch 4.10 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 3589846a720ec3f72e12f133c85ead8285e1e704 Merge: 4f229d1 a97d250 Author: Rohit Yadav

[cloudstack] branch 4.9 updated: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch 4.9 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.9 by this push: new 4b4c363 Travis: Fix usage of sudo enable

[GitHub] asfgit closed pull request #2172: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread git
asfgit closed pull request #2172: Travis: Fix usage of sudo enable Trusty images URL: https://github.com/apache/cloudstack/pull/2172 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images

2017-07-12 Thread git
rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images URL: https://github.com/apache/cloudstack/pull/2172#issuecomment-314681559 We've two lgtms and Travis is passing I'll fwd merge this. This is an

[GitHub] rhtyd commented on a change in pull request #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
rhtyd commented on a change in pull request #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175#discussion_r126882899 ## File path: engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java ## @@ -104,210 +105,353 @@ public class

[GitHub] DaanHoogland opened a new pull request #2175: 4.10 to 4.11 upgrade path

2017-07-12 Thread git
DaanHoogland opened a new pull request #2175: 4.10 to 4.11 upgrade path URL: https://github.com/apache/cloudstack/pull/2175 This is an automated message from the Apache Git Service. To respond to the message, please log on

[cloudstack] branch master updated: Updating pom.xml version numbers for release 4.11.0.0-SNAPSHOT

2017-07-12 Thread rajani
This is an automated email from the ASF dual-hosted git repository. rajani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/master by this push: new 4bc7c27 Updating pom.xml version numbers