[GitHub] DaanHoogland opened a new pull request #2175: 4.10 to 4.11 upgrade path
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 GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on a change in pull request #2175: 4.10 to 4.11 upgrade path
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 DatabaseUpgradeChecker implements SystemIntegrityChecker { private static final Logger s_logger = Logger.getLogger(DatabaseUpgradeChecker.class); - -protected Map _upgradeMap = new HashMap<>(); - -@Inject -VersionDao _dao; - private final ImmutableList availableVersions; +protected Map _upgradeMap = new HashMap<>(); +@Inject VersionDao _dao; public DatabaseUpgradeChecker() { Review comment: @DaanHoogland it will be hard to review the changes as there as all the newlines and formating has changed. Kindly revert some of that, for example having the `@Annotations` above the variable declarations. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images
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 automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] asfgit closed pull request #2172: Travis: Fix usage of sudo enable Trusty images
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, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[cloudstack] branch 4.9 updated: Travis: Fix usage of sudo enable Trusty images
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 Trusty images new a97d250 Merge PR #2172 on origin/4.9 4b4c363 is described below commit 4b4c363ea9f5bbddfe7b16edd902ebf560e7de27 Author: Rohit Yadav AuthorDate: Tue Jul 11 15:46:52 2017 +0530 Travis: Fix usage of sudo enable Trusty images Adds group to travis yml file based on: https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2 Signed-off-by: Rohit Yadav --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8fbf0a..f975c55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,10 @@ # under the License. sudo: required dist: trusty +group: edge language: java jdk: -- oraclejdk7 +- openjdk7 python: - "2.7" cache: -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].
[cloudstack] 01/01: Merge branch '4.9' into 4.10
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 AuthorDate: Wed Jul 12 13:09:04 2017 +0530 Merge branch '4.9' into 4.10 Signed-off-by: Rohit Yadav .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --cc .travis.yml index 588ef8e,f975c55..630f387 --- a/.travis.yml +++ b/.travis.yml @@@ -16,9 -16,10 +16,10 @@@ # under the License. sudo: required dist: trusty + group: edge language: java jdk: - - oraclejdk8 -- openjdk7 ++- openjdk8 python: - "2.7" cache: -- To stop receiving notification emails like this one, please contact "commits@cloudstack.apache.org" .
[cloudstack] branch 4.10 updated (4f229d1 -> 3589846)
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 sudo enable Trusty images add a97d250 Merge PR #2172 on origin/4.9 new 3589846 Merge branch '4.9' into 4.10 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].
[cloudstack] branch master updated (4bc7c27 -> 771576f)
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 version numbers for release 4.10.1.0-SNAPSHOT add 4b4c363 Travis: Fix usage of sudo enable Trusty images add a97d250 Merge PR #2172 on origin/4.9 add 3589846 Merge branch '4.9' into 4.10 new 771576f Merge branch '4.10' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].
[cloudstack] 01/01: Merge branch '4.10'
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 AuthorDate: Wed Jul 12 13:11:14 2017 +0530 Merge branch '4.10' .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact "commits@cloudstack.apache.org" .
[GitHub] DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path
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 class DatabaseUpgradeChecker implements SystemIntegrityChecker { private static final Logger s_logger = Logger.getLogger(DatabaseUpgradeChecker.class); - -protected Map _upgradeMap = new HashMap<>(); - -@Inject -VersionDao _dao; - private final ImmutableList availableVersions; +protected Map _upgradeMap = new HashMap<>(); +@Inject VersionDao _dao; public DatabaseUpgradeChecker() { Review comment: split the reformat into a separate commit This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path
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 class DatabaseUpgradeChecker implements SystemIntegrityChecker { private static final Logger s_logger = Logger.getLogger(DatabaseUpgradeChecker.class); - -protected Map _upgradeMap = new HashMap<>(); - -@Inject -VersionDao _dao; - private final ImmutableList availableVersions; +protected Map _upgradeMap = new HashMap<>(); +@Inject VersionDao _dao; public DatabaseUpgradeChecker() { Review comment: split the reformat into a separate commit This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] karuturi commented on issue #2172: Travis: Fix usage of sudo enable Trusty images
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" java.lang.UnsupportedClassVersionError: XmlToHtmlConverter has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0" I think javac is 1.9 and java is 1.8 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] DaanHoogland commented on a change in pull request #2175: 4.10 to 4.11 upgrade path
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_r126909034 ## File path: engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java ## @@ -104,210 +105,353 @@ public class DatabaseUpgradeChecker implements SystemIntegrityChecker { private static final Logger s_logger = Logger.getLogger(DatabaseUpgradeChecker.class); - -protected Map _upgradeMap = new HashMap<>(); - -@Inject -VersionDao _dao; - private final ImmutableList availableVersions; +protected Map _upgradeMap = new HashMap<>(); +@Inject VersionDao _dao; public DatabaseUpgradeChecker() { Review comment: ping @rhtyd This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider
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. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images
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 appropriately. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images
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. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] wido commented on issue #1960: [4.11/Future] CLOUDSTACK-9782: Host HA and KVM HA provider
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. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] cloudmonger commented on issue #2173: CLOUDSTACK-9992 : Failed to change cluster to managed state
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 Passed=106 Failed=7 Skipped=12 _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0 **Failed tests:** * test_deploy_vm_iso.py * test_deploy_vm_from_iso Failing since 18 runs * test_volumes.py * test_06_download_detached_volume Failing since 2 runs * test_vm_life_cycle.py * test_10_attachAndDetach_iso Failing since 18 runs * test_routers_network_ops.py * test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 51 runs * test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 51 runs * test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 51 runs * test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 51 runs **Skipped tests:** test_vm_nic_adapter_vmxnet3 test_01_verify_libvirt test_02_verify_libvirt_after_restart test_03_verify_libvirt_attach_disk test_04_verify_guest_lspci test_05_change_vm_ostype_restart test_06_verify_guest_lspci_again test_static_role_account_acls test_11_ss_nfs_version_on_ssvm test_nested_virtualization_vmware test_3d_gpu_support test_deploy_vgpu_enabled_vm **Passed test suits:** test_deploy_vm_with_userdata.py test_affinity_groups_projects.py test_portable_publicip.py test_vm_snapshots.py test_over_provisioning.py test_global_settings.py test_scale_vm.py test_service_offerings.py test_routers_iptables_default_policy.py test_loadbalance.py test_routers.py test_reset_vm_on_reboot.py test_deploy_vms_with_varied_deploymentplanners.py test_network.py test_router_dns.py test_non_contigiousvlan.py test_login.py test_list_ids_parameter.py test_public_ip_range.py test_multipleips_per_nic.py test_metrics_api.py test_regions.py test_affinity_groups.py test_network_acl.py test_pvlan.py test_nic.py test_deploy_vm_root_resize.py test_resource_detail.py test_secondary_storage.py test_disk_offerings.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2172: Travis: Fix usage of sudo enable Trusty images
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 4.10+ to use oraclejdk8 but new trusy images. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd opened a new pull request #2176: Travis: use oraclejdk8 for 4.10+
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. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on a change in pull request #2175: 4.10 to 4.11 upgrade path
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 Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +package com.cloud.upgrade.dao; + +import com.cloud.utils.exception.CloudRuntimeException; +import com.cloud.utils.script.Script; +import org.apache.log4j.Logger; + +import java.io.File; +import java.sql.Connection; + +public class Upgrade41000to41100 implements DbUpgrade { +final static Logger LOG = Logger.getLogger(Upgrade41000to41100.class); + +public static class MemoryValues { Review comment: @DaanHoogland why do we have this class here? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2175: 4.10 to 4.11 upgrade path
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 backward compatibility issues. We need to test for a fresh installation which path runs first 4.1->4.2 or 4.10/4.11 since I suspect there could be a slight db upgrade issue when 4.1 and 4.10 version strings are compared (it might be possible that we don't have that issue anymore). This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2175: 4.10 to 4.11 upgrade path
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 backward compatibility issues. We need to test for a fresh installation which path runs first 4.1->4.2 or 4.10/4.11 since I suspect there could be a slight db upgrade issue when 4.1 and 4.10 version strings are compared (it might be possible that we don't have that issue anymore). Finally squash your changes and with good git commit summary and formatting. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd closed pull request #2176: Travis: use oraclejdk8 for 4.10+
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 and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] rhtyd commented on issue #2176: Travis: use oraclejdk8 for 4.10+
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. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[cloudstack] 01/01: Merge pull request #2176 from shapeblue/4.10-travis-jdk8fix
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 AuthorDate: Wed Jul 12 20:44:41 2017 +0530 Merge pull request #2176 from shapeblue/4.10-travis-jdk8fix Travis: use oraclejdk8 for 4.10+ .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact "commits@cloudstack.apache.org" .
[cloudstack] branch 4.10 updated (3589846 -> c663a76)
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 pull request #2176 from shapeblue/4.10-travis-jdk8fix The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].
[cloudstack] branch master updated (771576f -> 8bb5585)
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 request #2176 from shapeblue/4.10-travis-jdk8fix new 8bb5585 Merge remote-tracking branch 'origin/4.10' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].
[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.10'
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 AuthorDate: Wed Jul 12 20:45:24 2017 +0530 Merge remote-tracking branch 'origin/4.10' .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact "commits@cloudstack.apache.org" .
[GitHub] GabrielBrascher opened a new pull request #2177: Enhance SSL protocol used by Console Proxy
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 (https://www.ssllabs.com/ssltest/). The grade was capped to C because of SSL ciphers and protocol. The grade was capped to B because it was allowed to use Diffie-Hellman keys with size lesser than 2048 bits. This commit changes the grade from C to -A. The following image shows the test result before any changes.  After including the changes from this commit the test result was -A.  This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] cloudmonger commented on issue #2175: 4.10 to 4.11 upgrade path
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 _Link to logs Folder (search by build_no):_ https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0 **Failed tests:** * test_non_contigiousvlan.py * test_extendPhysicalNetworkVlan Failed * test_deploy_vm_iso.py * test_deploy_vm_from_iso Failing since 19 runs * test_volumes.py * test_06_download_detached_volume Failing since 3 runs * test_vm_life_cycle.py * test_10_attachAndDetach_iso Failing since 19 runs * test_routers_network_ops.py * test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 52 runs * test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 52 runs * test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 52 runs * test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 52 runs **Skipped tests:** test_vm_nic_adapter_vmxnet3 test_01_verify_libvirt test_02_verify_libvirt_after_restart test_03_verify_libvirt_attach_disk test_04_verify_guest_lspci test_05_change_vm_ostype_restart test_06_verify_guest_lspci_again test_static_role_account_acls test_11_ss_nfs_version_on_ssvm test_nested_virtualization_vmware test_3d_gpu_support test_deploy_vgpu_enabled_vm **Passed test suits:** test_deploy_vm_with_userdata.py test_affinity_groups_projects.py test_portable_publicip.py test_vm_snapshots.py test_over_provisioning.py test_global_settings.py test_scale_vm.py test_service_offerings.py test_routers_iptables_default_policy.py test_loadbalance.py test_routers.py test_reset_vm_on_reboot.py test_deploy_vms_with_varied_deploymentplanners.py test_network.py test_router_dns.py test_login.py test_list_ids_parameter.py test_public_ip_range.py test_multipleips_per_nic.py test_metrics_api.py test_regions.py test_affinity_groups.py test_network_acl.py test_pvlan.py test_nic.py test_deploy_vm_root_resize.py test_resource_detail.py test_secondary_storage.py test_disk_offerings.py This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] shivajeesharma commented on issue #2160: Revert 2084
shivajeesharma commented on issue #2160: Revert 2084 URL: https://github.com/apache/cloudstack/pull/2160#issuecomment-314984726 Pull from apache master on 13 July 2017 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] shivajeesharma commented on issue #2160: Revert 2084
shivajeesharma commented on issue #2160: Revert 2084 URL: https://github.com/apache/cloudstack/pull/2160#issuecomment-314984726 Pull from apache master on 13 July 2017 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] ming416 opened a new pull request #2178: auto resolve nat loopback
ming416 opened a new pull request #2178: auto resolve nat loopback URL: https://github.com/apache/cloudstack/pull/2178 auto resolve nat loopback, 1. add srxCommand :CHECK_PRIVATE_IF_EXISTS. for detect trust zone contain DestinationNatRule ,ruleName +"p" is exist. 2. add DestinationNatRule (ruleName +"p") to trust zone when ADD DestinationNatRule to untrust 3.delete DestinationNatRule (ruleName +"p") from trust zone when DELETE DestinationNatRule from untrust This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services