[GitHub] [cloudstack] anuragaw edited a comment on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
anuragaw edited a comment on issue #3575: [WIP DO NOT MERGE] Health check 
feature for virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552726134
 
 
   ping @rhtyd , @nvazquez , @DaanHoogland, @Spaceman1984, @shwstppr - ping for 
review. 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for 
virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552726134
 
 
   ping @rhtyd , @nvazquez , @shwstppr - ping for review. 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
blueorangutan commented on issue #3575: [WIP DO NOT MERGE] Health check feature 
for virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552725329
 
 
   @anuragaw a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been 
kicked to run smoke tests


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for 
virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552725108
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] GabrielBrascher commented on a change in pull request #3659: Fix typo: the past tense of shutdown is shutdown, not shutdowned

2019-11-11 Thread GitBox
GabrielBrascher commented on a change in pull request #3659: Fix typo: the past 
tense of shutdown is shutdown, not shutdowned
URL: https://github.com/apache/cloudstack/pull/3659#discussion_r344995918
 
 

 ##
 File path: api/src/main/java/com/cloud/vm/VirtualMachine.java
 ##
 @@ -52,7 +52,7 @@
 Migrating(true, "VM is being migrated.  host id holds to from host"),
 Error(false, "VM is in error"),
 Unknown(false, "VM state is unknown."),
-Shutdowned(false, "VM is shutdowned from inside");
+Shutdown(false, "VM is shutdown from inside");
 
 Review comment:
   @rhtyd added a database upgrade schema from 4.13.0.0 to 4.13.1.0 upgrading 
VMs from state `Shutdowned` to `Shutdown`.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] GabrielBrascher closed pull request #3600: Allow deploy Admin/System VMs in disabled zones/pods/clusters

2019-11-11 Thread GitBox
GabrielBrascher closed pull request #3600: Allow deploy Admin/System VMs in 
disabled zones/pods/clusters
URL: https://github.com/apache/cloudstack/pull/3600
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] GabrielBrascher opened a new pull request #3600: Allow deploy Admin/System VMs in disabled zones/pods/clusters

2019-11-11 Thread GitBox
GabrielBrascher opened a new pull request #3600: Allow deploy Admin/System VMs 
in disabled zones/pods/clusters
URL: https://github.com/apache/cloudstack/pull/3600
 
 
   ## Description
   
   This proposal allows System VMs to be deployed on disabled 
zones/pods/clusters. It also gives the opportunity of allowing Admin VMs to be 
deployed on disabled resources.
   
   The default configuration is set to false for deploying Admin VMs on 
disabled resources and true for deploying system VMs on disabled resources. 
Both, `allow.system.vm.disabled.resource` and 
`allow.admin.vm.disabled.resources`, are configurable and do not require 
management server restart when updated.
   
   The main goal of this implementation is to give flexibility and total 
control for system admins to decide either if they want or not to deploy System 
and/or Admin VMs in disabled resources. This implementation was encouraged 
after an issue related with a disabled Pod; it was not possible to reset 
networks in the Zone due to the fact that the VRs running on the disabled Pods 
would fail to be re-deployed.
   
   ## Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] andrijapanicsb commented on issue #3605: fix issue #3590 'Revert Ceph/RBD Snapshot'

2019-11-11 Thread GitBox
andrijapanicsb commented on issue #3605: fix issue #3590 'Revert Ceph/RBD 
Snapshot'
URL: https://github.com/apache/cloudstack/pull/3605#issuecomment-552579568
 
 
   LGTM
   
   tested manually restoring root and data volume snapshots - works fine!
   thx @GabrielBrascher 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd merged pull request #3668: storage: don't select an SSVM that is removed

2019-11-11 Thread GitBox
rhtyd merged pull request #3668: storage: don't select an SSVM that is removed
URL: https://github.com/apache/cloudstack/pull/3668
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 master updated (a9b4da6 -> 7f5096a)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from a9b4da6  server: reduce verbosity of Async Job Manager log messages 
(#3616)
 add 7f5096a  storage: don't select an SSVM that is removed (#3668)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/cloudstack/storage/endpoint/DefaultEndPointSelector.java  | 1 +
 1 file changed, 1 insertion(+)



[GitHub] [cloudstack] rhtyd commented on issue #3668: storage: don't select an SSVM that is removed

2019-11-11 Thread GitBox
rhtyd commented on issue #3668: storage: don't select an SSVM that is removed
URL: https://github.com/apache/cloudstack/pull/3668#issuecomment-552576127
 
 
   Thanks @GabrielBrascher @nvazquez 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better tracking host maintanence success and failure

2019-11-11 Thread GitBox
anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better 
tracking host maintanence success and failure
URL: https://github.com/apache/cloudstack/pull/3425#discussion_r344855990
 
 

 ##
 File path: test/integration/smoke/test_host_maintenance.py
 ##
 @@ -196,28 +245,26 @@ def 
test_01_cancel_host_maintenace_with_no_migration_jobs(self):
 raise unittest.SkipTest("Cancel host maintenance when VMs are 
migrating should be tested for 2 or more hosts");
 return
 
-vm_migrating=False
+migrations_finished = True
 
 try:
 
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[0].id, 
listHost[1].id, self.checkNoVmMigratingOnHost)
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[1].id, 
listHost[0].id, self.checkNoVmMigratingOnHost)
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[0].id, listHost[1].id)
+
+if migrations_finished:
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[1].id, listHost[0].id)

 except Exception as e:
 self.logger.debug("Exception {}".format(e))
 self.fail("Cancel host maintenance failed {}".format(e[0]))
 
 
-if (vm_migrating == True):
-raise unittest.SkipTest("VMs are migrating and the test will not 
be able to check the conditions the test is intended for");
+if (migrations_finished == False):
 
 Review comment:
   same as above. Let me see if I can make the code cleaner though it may be 
hard to do as most of it has been written while ago.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better tracking host maintanence success and failure

2019-11-11 Thread GitBox
anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better 
tracking host maintanence success and failure
URL: https://github.com/apache/cloudstack/pull/3425#discussion_r344855701
 
 

 ##
 File path: test/integration/smoke/test_host_maintenance.py
 ##
 @@ -254,25 +301,101 @@ def 
test_02_cancel_host_maintenace_with_migration_jobs(self):
 self.logger.debug("Creating vms = {}".format(no_vm_req))
 self.vmlist = self.createVMs(listHost[0].id, no_vm_req)
 
-vm_migrating=False
+migrations_finished = True
 
 try:
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[0].id, 
listHost[1].id, self.checkVmMigratingOnHost)
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[1].id, 
listHost[0].id, self.checkVmMigratingOnHost)
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[0].id, listHost[1].id)
+
+if migrations_finished:
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[1].id, listHost[0].id)

 except Exception as e:
 self.logger.debug("Exception {}".format(e))
 self.fail("Cancel host maintenance failed {}".format(e[0]))
-
 
-if (vm_migrating == False):
-raise unittest.SkipTest("No VM is migrating and the test will not 
be able to check the conditions the test is intended for");
-
-
+
+if (migrations_finished == False):
 
 Review comment:
   self.hostPrepareAndCancelMaintenance internally does the checking for us. 
This structure was already laid down.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better tracking host maintanence success and failure

2019-11-11 Thread GitBox
anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better 
tracking host maintanence success and failure
URL: https://github.com/apache/cloudstack/pull/3425#discussion_r344855406
 
 

 ##
 File path: test/integration/smoke/test_host_maintenance.py
 ##
 @@ -254,25 +301,101 @@ def 
test_02_cancel_host_maintenace_with_migration_jobs(self):
 self.logger.debug("Creating vms = {}".format(no_vm_req))
 self.vmlist = self.createVMs(listHost[0].id, no_vm_req)
 
-vm_migrating=False
+migrations_finished = True
 
 try:
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[0].id, 
listHost[1].id, self.checkVmMigratingOnHost)
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[1].id, 
listHost[0].id, self.checkVmMigratingOnHost)
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[0].id, listHost[1].id)
+
+if migrations_finished:
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[1].id, listHost[0].id)

 except Exception as e:
 self.logger.debug("Exception {}".format(e))
 self.fail("Cancel host maintenance failed {}".format(e[0]))
-
 
-if (vm_migrating == False):
-raise unittest.SkipTest("No VM is migrating and the test will not 
be able to check the conditions the test is intended for");
-
-
+
+if (migrations_finished == False):
+raise unittest.SkipTest("VMs are still migrating and the test will 
not be able to check the conditions the test is intended for");
+
+return
+
+@attr(
+tags=[
+"advanced",
+"advancedns",
+"smoke",
+"basic",
+"eip",
+"sg"],
+required_hardware="true")
+def test_03_cancel_host_maintenace_with_migration_jobs_ports_blocked(self):
+
+listHost = Host.list(
+self.apiclient,
+type='Routing',
+zoneid=self.zone.id,
+podid=self.pod.id,
+)
+for host in listHost:
+self.logger.debug('2 Hypervisor = {}'.format(host.id))
+
+if (len(listHost) != 2):
+raise unittest.SkipTest("Cancel host maintenance when VMs are 
migrating can only be tested with 2 hosts");
+return
+
+target_host_id = listHost[0].id
+other_host_id = listHost[1].id
+
+no_of_vms = self.noOfVMsOnHost(target_host_id)
+
+# Need only 2 VMs for this case.
+if no_of_vms < 2:
+self.logger.debug("Create VMs as there are not enough vms to check 
host maintenance")
+no_vm_req = 2 - no_of_vms
+if (no_vm_req > 0):
+self.logger.debug("Creating vms = {}".format(no_vm_req))
+self.vmlist = self.createVMs(listHost[0].id, no_vm_req)
+
+migrations_finished = True
+
+ssh_client = self.get_ssh_client(listHost[1].ipaddress)
+ssh_client.execute("iptables -I OUTPUT -j REJECT -m state --state NEW 
-m tcp -p tcp --dport 49152:49215 -m comment --comment 'test block migrations'")
+ssh_client.execute("iptables -I OUTPUT -j REJECT -m state --state NEW 
-m tcp -p tcp --dport 16509 -m comment --comment 'test block migrations'")
+
+cmd = prepareHostForMaintenance.prepareHostForMaintenanceCmd()
+cmd.id = target_host_id
+self.logger.debug('Sending Host with id {} to 
prepareHostForMaintenance'.format(target_host_id))
+response = self.apiclient.prepareHostForMaintenance(cmd)
+
+self.logger.debug('Attempting to put host with id {} in 
Maintenance'.format(target_host_id))
+
+error_in_maintenance_reached = 
self.wait_until_host_is_in_state(target_host_id, "ErrorInMaintenance")
+
+self.logger.debug('Canceling Host with id {} from 
maintain'.format(target_host_id))
+cmd = cancelHostMaintenance.cancelHostMaintenanceCmd()
+cmd.id = target_host_id
+self.apiclient.cancelHostMaintenance(cmd)
+
+self.logger.debug('Host with id {} has been sent to 
cancelHostMaintenance'.format(target_host_id))
+
+ssh_client.execute("iptables -I OUTPUT -j ACCEPT -m state --state NEW 
-m tcp -p tcp --dport 49152:49215 -m comment --comment 'open port for 
migrations'")
+ssh_client.execute("iptables -I OUTPUT -j ACCEPT -m state --state NEW 
-m tcp -p tcp --dport 16509 -m comment --comment 'open port for migrations'")
+
 
 Review comment:
   We are asserting error_in_maintenance_reached at the end of function. I have 
done that at the end so that failures don't block removal of iptable rules for 
clean up. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL 

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better tracking host maintanence success and failure

2019-11-11 Thread GitBox
anuragaw commented on a change in pull request #3425: [WIP DO NOT MERGE] Better 
tracking host maintanence success and failure
URL: https://github.com/apache/cloudstack/pull/3425#discussion_r344854188
 
 

 ##
 File path: test/integration/smoke/test_host_maintenance.py
 ##
 @@ -254,25 +301,101 @@ def 
test_02_cancel_host_maintenace_with_migration_jobs(self):
 self.logger.debug("Creating vms = {}".format(no_vm_req))
 self.vmlist = self.createVMs(listHost[0].id, no_vm_req)
 
-vm_migrating=False
+migrations_finished = True
 
 try:
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[0].id, 
listHost[1].id, self.checkVmMigratingOnHost)
-   
-   vm_migrating = self.hostPrepareAndCancelMaintenance(listHost[1].id, 
listHost[0].id, self.checkVmMigratingOnHost)
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[0].id, listHost[1].id)
+
+if migrations_finished:
+migrations_finished = 
self.hostPrepareAndCancelMaintenance(listHost[1].id, listHost[0].id)

 except Exception as e:
 self.logger.debug("Exception {}".format(e))
 self.fail("Cancel host maintenance failed {}".format(e[0]))
-
 
-if (vm_migrating == False):
-raise unittest.SkipTest("No VM is migrating and the test will not 
be able to check the conditions the test is intended for");
-
-
+
+if (migrations_finished == False):
+raise unittest.SkipTest("VMs are still migrating and the test will 
not be able to check the conditions the test is intended for");
+
+return
+
+@attr(
+tags=[
+"advanced",
+"advancedns",
+"smoke",
+"basic",
+"eip",
+"sg"],
+required_hardware="true")
+def test_03_cancel_host_maintenace_with_migration_jobs_ports_blocked(self):
+
+listHost = Host.list(
+self.apiclient,
+type='Routing',
+zoneid=self.zone.id,
+podid=self.pod.id,
+)
+for host in listHost:
+self.logger.debug('2 Hypervisor = {}'.format(host.id))
+
+if (len(listHost) != 2):
+raise unittest.SkipTest("Cancel host maintenance when VMs are 
migrating can only be tested with 2 hosts");
 
 Review comment:
   Good point. We need at least two hosts not exactly two hosts. Fixing.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
blueorangutan commented on issue #3575: [WIP DO NOT MERGE] Health check feature 
for virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552564189
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-347


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
blueorangutan commented on issue #3575: [WIP DO NOT MERGE] Health check feature 
for virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552557011
 
 
   @anuragaw a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for 
virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552556593
 
 
   Rebased and cleaned up UI, refactored into separate scripts and tested in 
and out thoroughly to fix some cases around internal lb vm related scripts.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for virtual router

2019-11-11 Thread GitBox
anuragaw commented on issue #3575: [WIP DO NOT MERGE] Health check feature for 
virtual router
URL: https://github.com/apache/cloudstack/pull/3575#issuecomment-552556699
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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.13 updated: systemvm: for ip route show command don't use the throw command (#3612)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new ae61bfe  systemvm: for ip route show command don't use the throw 
command (#3612)
ae61bfe is described below

commit ae61bfee761178809536e3f837aaec550ff67716
Author: Rohit Yadav 
AuthorDate: Mon Nov 11 23:47:21 2019 +0530

systemvm: for ip route show command don't use the throw command (#3612)

While searching for existing route, don't use the throw keyword when
using the cmd with `ip route show`.

Signed-off-by: Rohit Yadav 
---
 systemvm/debian/opt/cloud/bin/cs/CsRoute.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systemvm/debian/opt/cloud/bin/cs/CsRoute.py 
b/systemvm/debian/opt/cloud/bin/cs/CsRoute.py
index ce87bb0..a77a625 100755
--- a/systemvm/debian/opt/cloud/bin/cs/CsRoute.py
+++ b/systemvm/debian/opt/cloud/bin/cs/CsRoute.py
@@ -79,7 +79,7 @@ class CsRoute:
 found = False
 search = cmd
 if "throw" in search:
-search = "type " + search
+search = search.replace("throw", "")
 for i in CsHelper.execute("ip route show " + search):
 found = True
 if not found and method == "add":



[GitHub] [cloudstack] rhtyd merged pull request #3612: systemvm: for ip route show command don't use the throw command

2019-11-11 Thread GitBox
rhtyd merged pull request #3612: systemvm: for ip route show command don't use 
the throw command
URL: https://github.com/apache/cloudstack/pull/3612
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] andrijapanicsb removed a comment on issue #3612: systemvm: for ip route show command don't use the throw command

2019-11-11 Thread GitBox
andrijapanicsb removed a comment on issue #3612: systemvm: for ip route show 
command don't use the throw command
URL: https://github.com/apache/cloudstack/pull/3612#issuecomment-552542709
 
 
   LGTM
   
   Tested manually, and the specific error is not there.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] andrijapanicsb commented on issue #3612: systemvm: for ip route show command don't use the throw command

2019-11-11 Thread GitBox
andrijapanicsb commented on issue #3612: systemvm: for ip route show command 
don't use the throw command
URL: https://github.com/apache/cloudstack/pull/3612#issuecomment-552542709
 
 
   LGTM
   
   Tested manually, and the specific error is not there.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3350: Get Diagnostics: Download logs and diagnostics data from SSVM, CPVM, Router

2019-11-11 Thread GitBox
blueorangutan commented on issue #3350: Get Diagnostics: Download logs and 
diagnostics data from SSVM, CPVM, Router
URL: https://github.com/apache/cloudstack/pull/3350#issuecomment-552530738
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-345


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3536: Extract systemvm.iso using bsdtar

2019-11-11 Thread GitBox
blueorangutan commented on issue #3536: Extract systemvm.iso using bsdtar
URL: https://github.com/apache/cloudstack/pull/3536#issuecomment-552530741
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-346


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3635: server: acquire IPv4 address when add secondary IP to nic if IP is not specified

2019-11-11 Thread GitBox
blueorangutan commented on issue #3635: server: acquire IPv4 address when add 
secondary IP to nic if IP is not specified
URL: https://github.com/apache/cloudstack/pull/3635#issuecomment-552525452
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-344


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] commented on issue #3674: build(deps): bump amqp-client from 5.1.1 to 5.4.0

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3674: build(deps): bump amqp-client from 
5.1.1 to 5.4.0
URL: https://github.com/apache/cloudstack/pull/3674#issuecomment-552522426
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3672: build(deps): bump xstream from 1.4.10 to 1.4.10-java7

2019-11-11 Thread GitBox
rhtyd commented on issue #3672: build(deps): bump xstream from 1.4.10 to 
1.4.10-java7
URL: https://github.com/apache/cloudstack/pull/3672#issuecomment-552522356
 
 
   To be handled in https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3671: build(deps): bump commons-compress from 1.15 to 1.19

2019-11-11 Thread GitBox
rhtyd commented on issue #3671: build(deps): bump commons-compress from 1.15 to 
1.19
URL: https://github.com/apache/cloudstack/pull/3671#issuecomment-552522333
 
 
   To be handled in https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] commented on issue #3671: build(deps): bump commons-compress from 1.15 to 1.19

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3671: build(deps): bump commons-compress 
from 1.15 to 1.19
URL: https://github.com/apache/cloudstack/pull/3671#issuecomment-552522343
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3674: build(deps): bump amqp-client from 5.1.1 to 5.4.0

2019-11-11 Thread GitBox
rhtyd commented on issue #3674: build(deps): bump amqp-client from 5.1.1 to 
5.4.0
URL: https://github.com/apache/cloudstack/pull/3674#issuecomment-552522413
 
 
   To be handled in https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3673: build(deps): bump tomcat-embed-core from 8.0.30 to 8.5.40

2019-11-11 Thread GitBox
rhtyd commented on issue #3673: build(deps): bump tomcat-embed-core from 8.0.30 
to 8.5.40
URL: https://github.com/apache/cloudstack/pull/3673#issuecomment-552522388
 
 
   To be handled in https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3673: build(deps): bump tomcat-embed-core from 8.0.30 to 8.5.40

2019-11-11 Thread GitBox
rhtyd closed pull request #3673: build(deps): bump tomcat-embed-core from 
8.0.30 to 8.5.40
URL: https://github.com/apache/cloudstack/pull/3673
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3675: build(deps): bump checkstyle from 8.7 to 8.18

2019-11-11 Thread GitBox
rhtyd closed pull request #3675: build(deps): bump checkstyle from 8.7 to 8.18
URL: https://github.com/apache/cloudstack/pull/3675
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3676: build(deps): bump cs.jetty.version from 9.4.8.v20171121 to 9.4.22.v20191022

2019-11-11 Thread GitBox
rhtyd closed pull request #3676: build(deps): bump cs.jetty.version from 
9.4.8.v20171121 to 9.4.22.v20191022
URL: https://github.com/apache/cloudstack/pull/3676
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3636: kvm: fix issue that network rules for secondary IPs are not applied

2019-11-11 Thread GitBox
blueorangutan commented on issue #3636: kvm: fix issue that network rules for 
secondary IPs are not applied
URL: https://github.com/apache/cloudstack/pull/3636#issuecomment-552522185
 
 
   Packaging result: ✔centos6 ✔centos7 ✔debian. JID-343


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] commented on issue #3673: build(deps): bump tomcat-embed-core from 8.0.30 to 8.5.40

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3673: build(deps): bump tomcat-embed-core 
from 8.0.30 to 8.5.40
URL: https://github.com/apache/cloudstack/pull/3673#issuecomment-552522407
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] commented on issue #3676: build(deps): bump cs.jetty.version from 9.4.8.v20171121 to 9.4.22.v20191022

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3676: build(deps): bump cs.jetty.version 
from 9.4.8.v20171121 to 9.4.22.v20191022
URL: https://github.com/apache/cloudstack/pull/3676#issuecomment-552522491
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] commented on issue #3672: build(deps): bump xstream from 1.4.10 to 1.4.10-java7

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3672: build(deps): bump xstream from 1.4.10 
to 1.4.10-java7
URL: https://github.com/apache/cloudstack/pull/3672#issuecomment-552522370
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3674: build(deps): bump amqp-client from 5.1.1 to 5.4.0

2019-11-11 Thread GitBox
rhtyd closed pull request #3674: build(deps): bump amqp-client from 5.1.1 to 
5.4.0
URL: https://github.com/apache/cloudstack/pull/3674
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3671: build(deps): bump commons-compress from 1.15 to 1.19

2019-11-11 Thread GitBox
rhtyd closed pull request #3671: build(deps): bump commons-compress from 1.15 
to 1.19
URL: https://github.com/apache/cloudstack/pull/3671
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3672: build(deps): bump xstream from 1.4.10 to 1.4.10-java7

2019-11-11 Thread GitBox
rhtyd closed pull request #3672: build(deps): bump xstream from 1.4.10 to 
1.4.10-java7
URL: https://github.com/apache/cloudstack/pull/3672
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] commented on issue #3675: build(deps): bump checkstyle from 8.7 to 8.18

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3675: build(deps): bump checkstyle from 8.7 
to 8.18
URL: https://github.com/apache/cloudstack/pull/3675#issuecomment-552522448
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3676: build(deps): bump cs.jetty.version from 9.4.8.v20171121 to 9.4.22.v20191022

2019-11-11 Thread GitBox
rhtyd commented on issue #3676: build(deps): bump cs.jetty.version from 
9.4.8.v20171121 to 9.4.22.v20191022
URL: https://github.com/apache/cloudstack/pull/3676#issuecomment-552522469
 
 
   To be handled in https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3675: build(deps): bump checkstyle from 8.7 to 8.18

2019-11-11 Thread GitBox
rhtyd commented on issue #3675: build(deps): bump checkstyle from 8.7 to 8.18
URL: https://github.com/apache/cloudstack/pull/3675#issuecomment-552522430
 
 
   To be handled in https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd merged pull request #3616: Reduce verbosity of Async Job Manager log messages

2019-11-11 Thread GitBox
rhtyd merged pull request #3616: Reduce verbosity of Async Job Manager log 
messages
URL: https://github.com/apache/cloudstack/pull/3616
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 master updated (524b995 -> a9b4da6)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 524b995  IoT/ARM64 support: allow cloudstack-agent on Raspberry Pi 4 
(armv8) to use kvm acceleration (#3644)
 add a9b4da6  server: reduce verbosity of Async Job Manager log messages 
(#3616)

No new revisions were added by this update.

Summary of changes:
 .../apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[GitHub] [cloudstack] rhtyd commented on issue #3616: Reduce verbosity of Async Job Manager log messages

2019-11-11 Thread GitBox
rhtyd commented on issue #3616: Reduce verbosity of Async Job Manager log 
messages
URL: https://github.com/apache/cloudstack/pull/3616#issuecomment-552521856
 
 
   Logging change, explicit full regression test not needed. Test against 
simulator/Travis is OK.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3605: fix issue #3590 'Revert Ceph/RBD Snapshot'

2019-11-11 Thread GitBox
rhtyd commented on issue #3605: fix issue #3590 'Revert Ceph/RBD Snapshot'
URL: https://github.com/apache/cloudstack/pull/3605#issuecomment-552520872
 
 
   @andrijapanicsb you can test by using rpms on internal staging server and 
install/force-install only the cloudstack-agent rpm where the change is, 
against a 4.14-SNAPSHOT/master based env.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3612: systemvm: for ip route show command don't use the throw command

2019-11-11 Thread GitBox
rhtyd commented on issue #3612: systemvm: for ip route show command don't use 
the throw command
URL: https://github.com/apache/cloudstack/pull/3612#issuecomment-552520988
 
 
   @andrijapanicsb can you review this? Thanks.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3536: Extract systemvm.iso using bsdtar

2019-11-11 Thread GitBox
blueorangutan commented on issue #3536: Extract systemvm.iso using bsdtar
URL: https://github.com/apache/cloudstack/pull/3536#issuecomment-552520472
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3536: Extract systemvm.iso using bsdtar

2019-11-11 Thread GitBox
rhtyd commented on issue #3536: Extract systemvm.iso using bsdtar
URL: https://github.com/apache/cloudstack/pull/3536#issuecomment-552520279
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3371: Fix virtual template size for managed storage / refactor cloud-install-sys-tmplt

2019-11-11 Thread GitBox
rhtyd commented on issue #3371: Fix virtual template size for managed storage / 
refactor cloud-install-sys-tmplt
URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-552519830
 
 
   @blueorangutan test centos7 vmware-65


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3350: Get Diagnostics: Download logs and diagnostics data from SSVM, CPVM, Router

2019-11-11 Thread GitBox
blueorangutan commented on issue #3350: Get Diagnostics: Download logs and 
diagnostics data from SSVM, CPVM, Router
URL: https://github.com/apache/cloudstack/pull/3350#issuecomment-552520100
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3371: Fix virtual template size for managed storage / refactor cloud-install-sys-tmplt

2019-11-11 Thread GitBox
blueorangutan commented on issue #3371: Fix virtual template size for managed 
storage / refactor cloud-install-sys-tmplt
URL: https://github.com/apache/cloudstack/pull/3371#issuecomment-552520082
 
 
   @rhtyd unsupported parameters provided. Supported mgmt server os are: 
`centos6, centos7, ubuntu`. Supported hypervisors are: `kvm-centos6, 
kvm-centos7, kvm-ubuntu, xenserver-71, xenserver-65sp1, xenserver-62sp1, 
vmware-65u2, vmware-60u2, vmware-55u3, vmware-51u1, vmware-50u1`


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3350: Get Diagnostics: Download logs and diagnostics data from SSVM, CPVM, Router

2019-11-11 Thread GitBox
rhtyd commented on issue #3350: Get Diagnostics: Download logs and diagnostics 
data from SSVM, CPVM, Router
URL: https://github.com/apache/cloudstack/pull/3350#issuecomment-552519719
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan removed a comment on issue #3350: Get Diagnostics: Download logs and diagnostics data from SSVM, CPVM, Router

2019-11-11 Thread GitBox
blueorangutan removed a comment on issue #3350: Get Diagnostics: Download logs 
and diagnostics data from SSVM, CPVM, Router
URL: https://github.com/apache/cloudstack/pull/3350#issuecomment-536890805
 
 
   Trillian test result (tid-397)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 16618 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3350-t397-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermittent failure detected: 
/marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 57 look OK, 20 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | 
test_reset_vm_on_reboot.py
   test_01_so_removal_resource_update | `Error` | 1.42 | 
test_resource_accounting.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | 
test_router_dhcphosts.py
   ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | 
test_service_offerings.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 2.32 | 
test_service_offerings.py
   ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | 
test_router_dns.py
   test_01_sys_vm_start | `Failure` | 0.12 | test_secondary_storage.py
   ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | 
test_router_dnsservice.py
   test_02_routervm_iptables_policies | `Error` | 1.32 | 
test_routers_iptables_default_policy.py
   test_01_single_VPC_iptables_policies | `Error` | 5.44 | 
test_routers_iptables_default_policy.py
   test_01_isolate_network_FW_PF_default_routes_egress_true | `Error` | 1.48 | 
test_routers_network_ops.py
   test_02_isolate_network_FW_PF_default_routes_egress_false | `Error` | 1.47 | 
test_routers_network_ops.py
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Error` | 4.89 | 
test_routers_network_ops.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Error` | 6.00 | 
test_routers_network_ops.py
   test_03_RVR_Network_check_router_state | `Error` | 6.00 | 
test_routers_network_ops.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | 
test_snapshots.py
   ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | 
test_routers.py
   test_01_list_sec_storage_vm | `Failure` | 0.04 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.04 | test_ssvm.py
   test_05_stop_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_06_stop_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_07_reboot_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_08_reboot_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_09_destroy_ssvm | `Failure` | 0.04 | test_ssvm.py
   test_10_destroy_cpvm | `Failure` | 0.04 | test_ssvm.py
   test_02_create_template_with_checksum_sha1 | `Error` | 65.50 | 
test_templates.py
   test_03_create_template_with_checksum_sha256 | `Error` | 65.48 | 
test_templates.py
   test_04_create_template_with_checksum_md5 | `Error` | 65.50 | 
test_templates.py
   test_05_create_template_with_no_checksum | `Error` | 65.52 | 
test_templates.py
   test_02_deploy_vm_from_direct_download_template | `Error` | 1.33 | 
test_templates.py
   test_03_deploy_vm_wron

[GitHub] [cloudstack] rhtyd commented on issue #3444: Enhance gulp autoprefixer task

2019-11-11 Thread GitBox
rhtyd commented on issue #3444: Enhance gulp autoprefixer task
URL: https://github.com/apache/cloudstack/pull/3444#issuecomment-552519127
 
 
   @webermaximilian92 @svenvogel  - do you think we can close this now that we 
have Primate?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3434: Build css from scss sources in client ui build

2019-11-11 Thread GitBox
rhtyd commented on issue #3434: Build css from scss sources in client ui build
URL: https://github.com/apache/cloudstack/pull/3434#issuecomment-552519058
 
 
   @pbankonier @svenvogel  - do you think we can close this now that we have 
Primate?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 master updated (b0e3fbe -> 524b995)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from b0e3fbe  Merge remote-tracking branch 'origin/4.13'
 add 524b995  IoT/ARM64 support: allow cloudstack-agent on Raspberry Pi 4 
(armv8) to use kvm acceleration (#3644)

No new revisions were added by this update.

Summary of changes:
 agent/conf/agent.properties|  6 
 .../kvm/resource/LibvirtCapXMLParser.java  |  3 +-
 .../kvm/resource/LibvirtComputingResource.java | 35 +++---
 .../hypervisor/kvm/resource/LibvirtVMDef.java  | 42 +-
 .../kvm/resource/LibvirtComputingResourceTest.java |  3 ++
 .../kvm/discoverer/LibvirtServerDiscoverer.java|  2 +-
 6 files changed, 84 insertions(+), 7 deletions(-)



[GitHub] [cloudstack] rhtyd merged pull request #3644: IoT/ARM64 support: allow cloudstack-agent on Raspberry Pi 4 (armv8) to use kvm acceleration

2019-11-11 Thread GitBox
rhtyd merged pull request #3644: IoT/ARM64 support: allow cloudstack-agent on 
Raspberry Pi 4 (armv8) to use kvm acceleration
URL: https://github.com/apache/cloudstack/pull/3644
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 dependabot/maven/cs.jetty.version-9.4.22.v20191022 created (now a0fcad4)

2019-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/cs.jetty.version-9.4.22.v20191022
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at a0fcad4  build(deps): bump cs.jetty.version

No new revisions were added by this update.



[cloudstack] branch dependabot/maven/com.rabbitmq-amqp-client-5.4.0 created (now 49b4b07)

2019-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.rabbitmq-amqp-client-5.4.0
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 49b4b07  build(deps): bump amqp-client from 5.1.1 to 5.4.0

No new revisions were added by this update.



[GitHub] [cloudstack] dependabot[bot] opened a new pull request #3676: build(deps): bump cs.jetty.version from 9.4.8.v20171121 to 9.4.22.v20191022

2019-11-11 Thread GitBox
dependabot[bot] opened a new pull request #3676: build(deps): bump 
cs.jetty.version from 9.4.8.v20171121 to 9.4.22.v20191022
URL: https://github.com/apache/cloudstack/pull/3676
 
 
   Bumps `cs.jetty.version` from 9.4.8.v20171121 to 9.4.22.v20191022.
   
   Updates `jetty-jmx` from 9.4.8.v20171121 to 9.4.22.v20191022
   
   Commits
   
   - 
[`b1e6b55`](https://github.com/eclipse/jetty.project/commit/b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b)
 Updating to version 9.4.22.v20191022
   - 
[`a9e543c`](https://github.com/eclipse/jetty.project/commit/a9e543c1c023cc67b9614ab952c65421c4c3eb20)
 Issue 
[#4227](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4227)
 - do not use encodeRedirectURL for openid redirects 
([#4233](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4233))
   - 
[`add8ffc`](https://github.com/eclipse/jetty.project/commit/add8ffca5b8e7ebcb8135b573f42ec52e217)
 Merge pull request 
[#4218](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4218)
 from eclipse/jetty-9.4.x-4217-tls_flush_buffer_overf...
   - 
[`a547a77`](https://github.com/eclipse/jetty.project/commit/a547a77d74261dde171cef0301c678aa80c04097)
 Merge pull request 
[#4230](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4230)
 from gouessej/jetty-9.4.x
   - 
[`a0c9a14`](https://github.com/eclipse/jetty.project/commit/a0c9a14a6251550ffe3e14f15514235b35a3a61c)
 Issue 
[#4160](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4160),
 fixes some spelling mistakes
   - 
[`862ac40`](https://github.com/eclipse/jetty.project/commit/862ac407f1ada7bb7687e48ec14098b73a5a1447)
 Code cleanup.
   - 
[`dc59add`](https://github.com/eclipse/jetty.project/commit/dc59addb6fdcd65e10f1c91a0d868363c80e052a)
 Code cleanup.
   - 
[`95b205a`](https://github.com/eclipse/jetty.project/commit/95b205aa34c97c55c2e96637b54ef35451fbb779)
 Class InetPattern is package private, so made nnewInetRange(String)
   - 
[`92bfcb6`](https://github.com/eclipse/jetty.project/commit/92bfcb6c7399e39cfcc271957c9f1e719401d4d4)
 Class Managed is package private, so made addBean(Object, Managed)
   - 
[`66dd5ad`](https://github.com/eclipse/jetty.project/commit/66dd5ad78892ca39c6d01fa341237132be79f477)
 use last jacoco plugin 0.8.5
   - Additional commits viewable in [compare 
view](https://github.com/eclipse/jetty.project/compare/jetty-9.4.8.v20171121...jetty-9.4.22.v20191022)
   
   
   
   Updates `jetty-server` from 9.4.8.v20171121 to 9.4.22.v20191022
   
   Commits
   
   - 
[`b1e6b55`](https://github.com/eclipse/jetty.project/commit/b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b)
 Updating to version 9.4.22.v20191022
   - 
[`a9e543c`](https://github.com/eclipse/jetty.project/commit/a9e543c1c023cc67b9614ab952c65421c4c3eb20)
 Issue 
[#4227](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4227)
 - do not use encodeRedirectURL for openid redirects 
([#4233](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4233))
   - 
[`add8ffc`](https://github.com/eclipse/jetty.project/commit/add8ffca5b8e7ebcb8135b573f42ec52e217)
 Merge pull request 
[#4218](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4218)
 from eclipse/jetty-9.4.x-4217-tls_flush_buffer_overf...
   - 
[`a547a77`](https://github.com/eclipse/jetty.project/commit/a547a77d74261dde171cef0301c678aa80c04097)
 Merge pull request 
[#4230](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4230)
 from gouessej/jetty-9.4.x
   - 
[`a0c9a14`](https://github.com/eclipse/jetty.project/commit/a0c9a14a6251550ffe3e14f15514235b35a3a61c)
 Issue 
[#4160](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4160),
 fixes some spelling mistakes
   - 
[`862ac40`](https://github.com/eclipse/jetty.project/commit/862ac407f1ada7bb7687e48ec14098b73a5a1447)
 Code cleanup.
   - 
[`dc59add`](https://github.com/eclipse/jetty.project/commit/dc59addb6fdcd65e10f1c91a0d868363c80e052a)
 Code cleanup.
   - 
[`95b205a`](https://github.com/eclipse/jetty.project/commit/95b205aa34c97c55c2e96637b54ef35451fbb779)
 Class InetPattern is package private, so made nnewInetRange(String)
   - 
[`92bfcb6`](https://github.com/eclipse/jetty.project/commit/92bfcb6c7399e39cfcc271957c9f1e719401d4d4)
 Class Managed is package private, so made addBean(Object, Managed)
   - 
[`66dd5ad`](https://github.com/eclipse/jetty.project/commit/66dd5ad78892ca39c6d01fa341237132be79f477)
 use last jacoco plugin 0.8.5
   - Additional commits viewable in [compare 
view](https://github.com/eclipse/jetty.project/compare/jetty-9.4.8.v20171121...jetty-9.4.22.v20191022)
   
   
   
   Updates `jetty-servlets` from 9.4.8.v20171121 to 9.4.22.v20191022
   
   Commits
   
   - 
[`b1e6b55`](https://github.com/eclipse/jetty.project/commit/b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b)
 Updating to version 9.4.22.v20191022
   - 
[`a9e543c`](https://github.com/eclipse/jetty.project/commit/a9e543c1c023cc67b9614ab952c65421c4c3eb20)
 I

[cloudstack] branch dependabot/maven/com.puppycrawl.tools-checkstyle-8.18 created (now 71cba5a)

2019-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 71cba5a  build(deps): bump checkstyle from 8.7 to 8.18

No new revisions were added by this update.



[cloudstack] branch dependabot/maven/org.apache.tomcat.embed-tomcat-embed-core-8.5.40 created (now 6a0ebe1)

2019-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.tomcat.embed-tomcat-embed-core-8.5.40
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 6a0ebe1  build(deps): bump tomcat-embed-core from 8.0.30 to 8.5.40

No new revisions were added by this update.



[GitHub] [cloudstack] rhtyd commented on issue #3644: IoT/ARM64 support: allow cloudstack-agent on Raspberry Pi 4 (armv8) to use kvm acceleration

2019-11-11 Thread GitBox
rhtyd commented on issue #3644: IoT/ARM64 support: allow cloudstack-agent on 
Raspberry Pi 4 (armv8) to use kvm acceleration
URL: https://github.com/apache/cloudstack/pull/3644#issuecomment-552515004
 
 
   Thanks @DaanHoogland @GabrielBrascher Travis is green and trillian smoke 
tests is all pass, I'll merge this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 dependabot/maven/com.thoughtworks.xstream-xstream-1.4.10-java7 created (now 0fec227)

2019-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.thoughtworks.xstream-xstream-1.4.10-java7
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 0fec227  build(deps): bump xstream from 1.4.10 to 1.4.10-java7

No new revisions were added by this update.



[GitHub] [cloudstack] dependabot[bot] opened a new pull request #3672: build(deps): bump xstream from 1.4.10 to 1.4.10-java7

2019-11-11 Thread GitBox
dependabot[bot] opened a new pull request #3672: build(deps): bump xstream from 
1.4.10 to 1.4.10-java7
URL: https://github.com/apache/cloudstack/pull/3672
 
 
   Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.10 to 
1.4.10-java7.
   
   Commits
   
   - See full diff in [compare 
view](https://github.com/x-stream/xstream/commits)
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.4.10&new-version=1.4.10-java7)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot ignore this [patch|minor|major] version` will close this PR 
and stop Dependabot creating any more for this minor/major version (unless you 
reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cloudstack/network/alerts).
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] opened a new pull request #3673: build(deps): bump tomcat-embed-core from 8.0.30 to 8.5.40

2019-11-11 Thread GitBox
dependabot[bot] opened a new pull request #3673: build(deps): bump 
tomcat-embed-core from 8.0.30 to 8.5.40
URL: https://github.com/apache/cloudstack/pull/3673
 
 
   Bumps tomcat-embed-core from 8.0.30 to 8.5.40.
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tomcat.embed:tomcat-embed-core&package-manager=maven&previous-version=8.0.30&new-version=8.5.40)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot ignore this [patch|minor|major] version` will close this PR 
and stop Dependabot creating any more for this minor/major version (unless you 
reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cloudstack/network/alerts).
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] dependabot[bot] opened a new pull request #3675: build(deps): bump checkstyle from 8.7 to 8.18

2019-11-11 Thread GitBox
dependabot[bot] opened a new pull request #3675: build(deps): bump checkstyle 
from 8.7 to 8.18
URL: https://github.com/apache/cloudstack/pull/3675
 
 
   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.7 to 
8.18.
   
   Release notes
   
   *Sourced from [checkstyle's 
releases](https://github.com/checkstyle/checkstyle/releases).*
   
   > ## checkstyle-8.18
   > https://checkstyle.org/releasenotes.html#Release_8.18
   > 
   > ## checkstyle-8.17
   > https://checkstyle.org/releasenotes.html#Release_8.17
   > 
   > ## checkstyle-8.16
   > https://checkstyle.org/releasenotes.html#Release_8.16
   > 
   > ## checkstyle-8.15
   > https://checkstyle.org/releasenotes.html#Release_8.15
   > 
   > ## checkstyle-8.14
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.14
   > 
   > ## checkstyle-8.13
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.13
   > 
   > ## checkstyle-8.12
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.12
   > 
   > ## checkstyle-8.11
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.11
   > 
   > ## checkstyle-8.10.1
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.10.1
   > 
   > ## checkstyle-8.10
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.10
   > 
   > ## checkstyle-8.9
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.9
   > 
   > ## checkstyle-8.8
   > http://checkstyle.sourceforge.net/releasenotes.html#Release_8.8
   > 
   > Maven artifacts:
   > http://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/8.8/
   
   
   Commits
   
   - 
[`252d29b`](https://github.com/checkstyle/checkstyle/commit/252d29bdb6eb1984e115dc3f77114ec2ec7d10e7)
 [maven-release-plugin] prepare release checkstyle-8.18
   - 
[`385b64a`](https://github.com/checkstyle/checkstyle/commit/385b64a6590616131869a03278a671fc7b86d1c8)
 minor: fix typo in comment
   - 
[`e77ec1c`](https://github.com/checkstyle/checkstyle/commit/e77ec1cf3e453ba90bbc5573f69355d24d360f28)
 doc: add releasenotes 8.18
   - 
[`180b4fe`](https://github.com/checkstyle/checkstyle/commit/180b4fe37a2249d4489d584505f2b7b3ab162ec6)
 Issue 
[#6474](https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/6474):
 disable external dtd load by default
   - 
[`59413ca`](https://github.com/checkstyle/checkstyle/commit/59413cadd7518f1e4f15bb1a70b89cadb6343e7d)
 minor: changed powermock tests to normal tests for TranslationCheck
   - 
[`906adae`](https://github.com/checkstyle/checkstyle/commit/906adae57d549bef09d8839f19376053b041f7e7)
 Issue 
[#4814](https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/4814):
 added try/catch to setting up TreeWalker children
   - 
[`4b8e508`](https://github.com/checkstyle/checkstyle/commit/4b8e5086a4994f18dff9e0cad874f922f1febd39)
 minor: changed powermock tests to normal tests
   - 
[`86dcb80`](https://github.com/checkstyle/checkstyle/commit/86dcb80041a872232b108a51cb502da082f3c640)
 Issue 
[#6439](https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/6439):
 move powermock tests away from the normal tests
   - 
[`96385e2`](https://github.com/checkstyle/checkstyle/commit/96385e2871cd1fc2b7b8af1b9f2d3482ec8c7791)
 Issue 
[#6440](https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/6440):
 AnnotationLocation: named parameters must be considered parameters
   - 
[`404143c`](https://github.com/checkstyle/checkstyle/commit/404143cc4907513e87a5977883336814a202c15f)
 Issue 
[#6301](https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/6301):
 ArrayTypeStyle support for method definitions
   - Additional commits viewable in [compare 
view](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.7...checkstyle-8.18)
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=8.7&new-version=8.18)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot ignore this [patch|minor|major] version` will 

[GitHub] [cloudstack] dependabot[bot] opened a new pull request #3671: build(deps): bump commons-compress from 1.15 to 1.19

2019-11-11 Thread GitBox
dependabot[bot] opened a new pull request #3671: build(deps): bump 
commons-compress from 1.15 to 1.19
URL: https://github.com/apache/cloudstack/pull/3671
 
 
   Bumps commons-compress from 1.15 to 1.19.
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.15&new-version=1.19)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot ignore this [patch|minor|major] version` will close this PR 
and stop Dependabot creating any more for this minor/major version (unless you 
reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cloudstack/network/alerts).
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 dependabot/maven/org.apache.commons-commons-compress-1.19 created (now 478dc23)

2019-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-compress-1.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 478dc23  build(deps): bump commons-compress from 1.15 to 1.19

No new revisions were added by this update.



[GitHub] [cloudstack] dependabot[bot] opened a new pull request #3674: build(deps): bump amqp-client from 5.1.1 to 5.4.0

2019-11-11 Thread GitBox
dependabot[bot] opened a new pull request #3674: build(deps): bump amqp-client 
from 5.1.1 to 5.4.0
URL: https://github.com/apache/cloudstack/pull/3674
 
 
   Bumps [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 
5.1.1 to 5.4.0.
   
   Release notes
   
   *Sourced from [amqp-client's 
releases](https://github.com/rabbitmq/rabbitmq-java-client/releases).*
   
   > ## 5.4.0
   > This is a maintenance release with new features and bug fixes. All users 
of the 5.x.x series are encouraged to use this version.
   > 
   > Note that as of this release, default DNS resolution on the server 
hostname is disabled when using TLS 
([#400](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/400)).
 This avoids interfering with hostname verification 
([#394](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/394)).
 DNS resolution can be easily re-enabled by passing in a 
`DnsRecordIpAddressResolver` instance to one the 
`ConnectionFactory#newConnection` methods.
   > 
   > Thanks to [@​vikinghawk](https://github.com/vikinghawk) for his 
contribution on this release.
   > 
   > # Changes between 5.3.0 and 5.4.0
   > 
   > ## Make it easier to enable hostname verification when TLS is enabled
   > 
   > GitHub issue: 
[#394](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/394)
 
   > 
   > ## Disable DNS resolution when using TLS
   > 
   > GitHub issue: 
[#400](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/400)
 
   > 
   > ## Add filter to skip some entities on topology recovery
   > 
   > GitHub issue: 
[#383](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/383)
 
   > 
   > ## Add optional retry logic to topology recovery
   > 
   > GitHub issue: 
[#387](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/387)
   > 
   > ## Address parser is incapable of handling IPv6 address literals
   > 
   > GitHub issue: 
[#385](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/385)
   > 
   > ## Add option for connection recovery triggering
   > 
   > GitHub issue: 
[#379](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/379)
 
   > 
   > ## Continuations (requests) are not discarded on timeouts
   > 
   > GitHub issue: 
[#375](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/375)
 
   > 
   > ## Backport publishing metrics
   > 
   > GitHub issue: 
[#374](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/374)
 
   > 
   > ## Add equals and hashCode to generated classes
   > 
   > GitHub issue: 
[#377](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/377)
 
   > 
   > ## Improve JSON RPC support by using Jackson
   > 
   > GitHub issue: 
[#378](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/378)
 
   > 
   > ## Add dedicated executor to close connections in NIO mode
   > ... (truncated)
   
   
   Commits
   
   - 
[`7f527b5`](https://github.com/rabbitmq/rabbitmq-java-client/commit/7f527b51a12f7905215a6be008ba9baca660ede2)
 [maven-release-plugin] prepare release v5.4.0
   - 
[`b18bcab`](https://github.com/rabbitmq/rabbitmq-java-client/commit/b18bcab2b743d002465e2fa709a3787ac8dce767)
 Update snapshot version in release file
   - 
[`b8f0440`](https://github.com/rabbitmq/rabbitmq-java-client/commit/b8f04408e71f4a9007f254719ef984170175ffa8)
 Set release version to 5.4.0
   - 
[`714c878`](https://github.com/rabbitmq/rabbitmq-java-client/commit/714c8781872cc3f3cc271e826d059542e9fce7b9)
 Set release version to 5.4.0.RC4
   - 
[`6e51a37`](https://github.com/rabbitmq/rabbitmq-java-client/commit/6e51a3775a0dc404f8808bea4ecabdd58b76e4f9)
 [maven-release-plugin] prepare for next development iteration
   - 
[`de58023`](https://github.com/rabbitmq/rabbitmq-java-client/commit/de58023986e4b0cd3d66159b5f6835b7f518d6f6)
 [maven-release-plugin] prepare release v5.4.0.RC3
   - 
[`b24a9be`](https://github.com/rabbitmq/rabbitmq-java-client/commit/b24a9be4bbaf7a66fe3f46ea04d6b08bcf649a2c)
 Merge pull request 
[#403](https://github-redirect.dependabot.com/rabbitmq/rabbitmq-java-client/issues/403)
 from vikinghawk/5.x.x-stable
   - 
[`b88f7f5`](https://github.com/rabbitmq/rabbitmq-java-client/commit/b88f7f587b5e15a7d20a8bf0d695440b1bcfae80)
 was logging the wrong exception
   - 
[`9b5adbe`](https://github.com/rabbitmq/rabbitmq-java-client/commit/9b5adbe3c2ae68e99defb3fc50199a5ce8bc474b)
 tweaks to recovery retry helper
   - 
[`8b8c58a`](https://github.com/rabbitmq/rabbitmq-java-client/commit/8b8c58ae1bdb88027f6bdf37757fdadeeb245b24)
 Set release version to 5.4.0.RC3
   - Additional commits viewable in [compare 
view](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.1.1...v5.4.0)
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[cloudstack] branch master updated (4d7e95e -> b0e3fbe)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 4d7e95e  kvm: Use 'ip' instead of 'brctl' (#3623)
 add 41275ab  ui: Small additional NuageVsp cleanups (#3146) (#3620)
 add 95fbe7c  datamotion: snapshot failure diagnostics unhidden (#3666)
 add b0e3fbe  Merge remote-tracking branch 'origin/4.13'

No new revisions were added by this update.

Summary of changes:
 .../cloudstack/storage/motion/AncientDataMotionStrategy.java | 2 +-
 test/integration/component/test_configdrive.py   | 4 
 tools/apidoc/gen_toc.py  | 3 ---
 ui/l10n/ar.js| 4 
 ui/l10n/ca.js| 4 
 ui/l10n/de_DE.js | 4 
 ui/l10n/es.js| 4 
 ui/l10n/fr_FR.js | 4 
 ui/l10n/hu.js| 4 
 ui/l10n/it_IT.js | 4 
 ui/l10n/ja_JP.js | 4 
 ui/l10n/ko_KR.js | 4 
 ui/l10n/nb_NO.js | 4 
 ui/l10n/nl_NL.js | 4 
 ui/l10n/pl.js| 4 
 ui/l10n/pt_BR.js | 4 
 ui/l10n/ru_RU.js | 4 
 ui/l10n/zh_CN.js | 4 
 ui/scripts/configuration.js  | 9 +
 ui/scripts/ui-custom/zoneWizard.js   | 3 ---
 20 files changed, 2 insertions(+), 79 deletions(-)



[GitHub] [cloudstack] dependabot[bot] commented on issue #3660: build(deps): bump netty-all from 4.0.33.Final to 4.1.42.Final in /services/secondary-storage/server

2019-11-11 Thread GitBox
dependabot[bot] commented on issue #3660: build(deps): bump netty-all from 
4.0.33.Final to 4.1.42.Final in /services/secondary-storage/server
URL: https://github.com/apache/cloudstack/pull/3660#issuecomment-552514188
 
 
   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3660: build(deps): bump netty-all from 4.0.33.Final to 4.1.42.Final in /services/secondary-storage/server

2019-11-11 Thread GitBox
rhtyd closed pull request #3660: build(deps): bump netty-all from 4.0.33.Final 
to 4.1.42.Final in /services/secondary-storage/server
URL: https://github.com/apache/cloudstack/pull/3660
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3660: build(deps): bump netty-all from 4.0.33.Final to 4.1.42.Final in /services/secondary-storage/server

2019-11-11 Thread GitBox
rhtyd commented on issue #3660: build(deps): bump netty-all from 4.0.33.Final 
to 4.1.42.Final in /services/secondary-storage/server
URL: https://github.com/apache/cloudstack/pull/3660#issuecomment-552514169
 
 
   Proposed PR uses incompatible version, will be checked and fixed under 
https://github.com/apache/cloudstack/pull/3601


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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.13 updated: datamotion: snapshot failure diagnostics unhidden (#3666)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 95fbe7c  datamotion: snapshot failure diagnostics unhidden (#3666)
95fbe7c is described below

commit 95fbe7c55b44907599402173d8e839dc3c95353d
Author: dahn 
AuthorDate: Mon Nov 11 17:25:37 2019 +0100

datamotion: snapshot failure diagnostics unhidden (#3666)

Diagnostics are hard when a snapshot fails if a null pointer occurs. This 
is because no stack trace or location of the error is logged. I.E.
2019-10-21 12:55:00,056 DEBUG [o.a.c.s.m.AncientDataMotionStrategy] 
(Work-Job-Executor-131:ctx-80420156 job-10033827/job-10033828 ctx-4864e2f5) 
(logid:21454564) copy snasphot failed: java.lang.NullPointerException
---
 .../org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
 
b/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
index 39851b4..bc49a53 100644
--- 
a/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
+++ 
b/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
@@ -564,7 +564,7 @@ public class AncientDataMotionStrategy implements 
DataMotionStrategy {
 }
 return answer;
 } catch (Exception e) {
-s_logger.debug("copy snasphot failed: " + e.toString());
+s_logger.debug("copy snasphot failed: ", e);
 if (cacheData != null) {
 cacheMgr.deleteCacheObject(cacheData);
 }



[GitHub] [cloudstack] rhtyd merged pull request #3666: snapshot failure diagnostics unhidden

2019-11-11 Thread GitBox
rhtyd merged pull request #3666: snapshot failure diagnostics unhidden
URL: https://github.com/apache/cloudstack/pull/3666
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3635: server: acquire IPv4 address when add secondary IP to nic if IP is not specified

2019-11-11 Thread GitBox
blueorangutan commented on issue #3635: server: acquire IPv4 address when add 
secondary IP to nic if IP is not specified
URL: https://github.com/apache/cloudstack/pull/3635#issuecomment-552512270
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3636: kvm: fix issue that network rules for secondary IPs are not applied

2019-11-11 Thread GitBox
rhtyd commented on issue #3636: kvm: fix issue that network rules for secondary 
IPs are not applied
URL: https://github.com/apache/cloudstack/pull/3636#issuecomment-552512166
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] blueorangutan commented on issue #3636: kvm: fix issue that network rules for secondary IPs are not applied

2019-11-11 Thread GitBox
blueorangutan commented on issue #3636: kvm: fix issue that network rules for 
secondary IPs are not applied
URL: https://github.com/apache/cloudstack/pull/3636#issuecomment-552512256
 
 
   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted 
as I make progress.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3635: server: acquire IPv4 address when add secondary IP to nic if IP is not specified

2019-11-11 Thread GitBox
rhtyd commented on issue #3635: server: acquire IPv4 address when add secondary 
IP to nic if IP is not specified
URL: https://github.com/apache/cloudstack/pull/3635#issuecomment-552512118
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd commented on issue #3622: RIP Nuage Cloudstack Plugin (#3146)

2019-11-11 Thread GitBox
rhtyd commented on issue #3622: RIP Nuage Cloudstack Plugin (#3146)
URL: https://github.com/apache/cloudstack/pull/3622#issuecomment-552511678
 
 
   4.11 cannot accept any significant changes that are generally avoided 
towards a minor release. I'll close this as with 
https://github.com/apache/cloudstack/pull/3620 we'll have cleanup properly done 
in 4.13, 4.14+


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 master updated (afab9fb -> 4d7e95e)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from afab9fb  client: jetty session timeout set after server is started 
(#3658)
 add 4d7e95e  kvm: Use 'ip' instead of 'brctl' (#3623)

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/hypervisor/kvm/resource/BridgeVifDriver.java  | 4 ++--
 .../java/com/cloud/hypervisor/kvm/resource/IvsVifDriver.java | 2 +-
 scripts/vm/network/vnet/modifyvlan.sh| 9 -
 3 files changed, 7 insertions(+), 8 deletions(-)



[GitHub] [cloudstack] rhtyd merged pull request #3623: kvm: Use 'ip' instead of 'brctl'

2019-11-11 Thread GitBox
rhtyd merged pull request #3623: kvm: Use 'ip' instead of 'brctl'
URL: https://github.com/apache/cloudstack/pull/3623
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3622: RIP Nuage Cloudstack Plugin (#3146)

2019-11-11 Thread GitBox
rhtyd closed pull request #3622: RIP Nuage Cloudstack Plugin (#3146)
URL: https://github.com/apache/cloudstack/pull/3622
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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.13 updated (3114907 -> 41275ab)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 3114907  security_group: Add `head -1` to `get_bridge_physdev` (#3648)
 add 41275ab  ui: Small additional NuageVsp cleanups (#3146) (#3620)

No new revisions were added by this update.

Summary of changes:
 test/integration/component/test_configdrive.py | 4 
 tools/apidoc/gen_toc.py| 3 ---
 ui/l10n/ar.js  | 4 
 ui/l10n/ca.js  | 4 
 ui/l10n/de_DE.js   | 4 
 ui/l10n/es.js  | 4 
 ui/l10n/fr_FR.js   | 4 
 ui/l10n/hu.js  | 4 
 ui/l10n/it_IT.js   | 4 
 ui/l10n/ja_JP.js   | 4 
 ui/l10n/ko_KR.js   | 4 
 ui/l10n/nb_NO.js   | 4 
 ui/l10n/nl_NL.js   | 4 
 ui/l10n/pl.js  | 4 
 ui/l10n/pt_BR.js   | 4 
 ui/l10n/ru_RU.js   | 4 
 ui/l10n/zh_CN.js   | 4 
 ui/scripts/configuration.js| 9 +
 ui/scripts/ui-custom/zoneWizard.js | 3 ---
 19 files changed, 1 insertion(+), 78 deletions(-)



[GitHub] [cloudstack] rhtyd commented on issue #3621: RIP Nuage Cloudstack Plugin (#3146)

2019-11-11 Thread GitBox
rhtyd commented on issue #3621: RIP Nuage Cloudstack Plugin (#3146)
URL: https://github.com/apache/cloudstack/pull/3621#issuecomment-552511528
 
 
   4.12 is no longer maintained, nor any significant changes are generally 
avoided towards a minor release. I'll close this as with 
https://github.com/apache/cloudstack/pull/3620 we'll have cleanup properly done 
in 4.13, 4.14+


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd closed pull request #3621: RIP Nuage Cloudstack Plugin (#3146)

2019-11-11 Thread GitBox
rhtyd closed pull request #3621: RIP Nuage Cloudstack Plugin (#3146)
URL: https://github.com/apache/cloudstack/pull/3621
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] rhtyd merged pull request #3620: Small additional NuageVsp cleanups (#3146)

2019-11-11 Thread GitBox
rhtyd merged pull request #3620: Small additional NuageVsp cleanups (#3146)
URL: https://github.com/apache/cloudstack/pull/3620
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong interface

2019-11-11 Thread GitBox
DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong 
interface
URL: https://github.com/apache/cloudstack/issues/3179#issuecomment-552468180
 
 
   @weizhouapache Thanks! Looks very promising. I will compile/test and come 
back to report if that fixes it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] weizhouapache commented on issue #3179: Redundant VRouter guest network on wrong interface

2019-11-11 Thread GitBox
weizhouapache commented on issue #3179: Redundant VRouter guest network on 
wrong interface
URL: https://github.com/apache/cloudstack/issues/3179#issuecomment-552463825
 
 
   @DennisKonrad we have a fix for another issue with VPC, maybe it solves this 
bug.
   
   ```
   diff --git 
a/server/src/main/java/com/cloud/network/router/CommandSetupHelper.java 
b/server/src/main/java/com/cloud/network/router/CommandSetupHelper.java
   index f9ffeb9..e2da241 100644
   --- a/server/src/main/java/com/cloud/network/router/CommandSetupHelper.java
   +++ b/server/src/main/java/com/cloud/network/router/CommandSetupHelper.java
   @@ -866,7 +866,12 @@ public class CommandSetupHelper {
}
}
   
   -final IpAssocCommand cmd = new IpAssocCommand(ipsToSend);
   +final IpAssocCommand cmd;
   +if (router.getVpcId() != null) {
   +cmd = new IpAssocVpcCommand(ipsToSend);
   +} else {
   +cmd = new IpAssocCommand(ipsToSend);
   +}
cmd.setAccessDetail(NetworkElementCommand.ROUTER_IP, 
_routerControlHelper.getRouterControlIp(router.getId()));
cmd.setAccessDetail(NetworkElementCommand.ROUTER_GUEST_IP, 
_routerControlHelper.getRouterIpInNetwork(associatedWithNetworkId, 
router.getId()));
cmd.setAccessDetail(NetworkElementCommand.ROUTER_NAME, 
router.getInstanceName());
   ```
   
   can you try with it ?
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DennisKonrad edited a comment on issue #3179: Redundant VRouter guest network on wrong interface

2019-11-11 Thread GitBox
DennisKonrad edited a comment on issue #3179: Redundant VRouter guest network 
on wrong interface
URL: https://github.com/apache/cloudstack/issues/3179#issuecomment-552457610
 
 
   @weizhouapache The management logs are mostly uninteresting. But they also 
show that both VPC-router go into BACKUP state:
   
   
![image](https://user-images.githubusercontent.com/33484272/68592698-f5dfa600-0493-11ea-86e3-319135eb5237.png)
   
![image](https://user-images.githubusercontent.com/33484272/68593581-13ae0a80-0496-11ea-89f9-6569a7bbeef7.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong interface

2019-11-11 Thread GitBox
DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong 
interface
URL: https://github.com/apache/cloudstack/issues/3179#issuecomment-552460679
 
 
   Also we checked and found out, that the redundant VPC ist not using the 
https://github.com/apache/cloudstack/blob/9e6ee7c63e8b3073f9855511fe7cb004414b2dd4/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java#L1756
   
   We think that this is very likely the root of this issue.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [cloudstack] DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong interface

2019-11-11 Thread GitBox
DennisKonrad commented on issue #3179: Redundant VRouter guest network on wrong 
interface
URL: https://github.com/apache/cloudstack/issues/3179#issuecomment-552457610
 
 
   @weizhouapache The management logs are mostly uninteresting. But they also 
show that both VPC-router go into BACKUP state:
   
   
![image](https://user-images.githubusercontent.com/33484272/68592698-f5dfa600-0493-11ea-86e3-319135eb5237.png)
   
![image](https://user-images.githubusercontent.com/33484272/68592737-0db72a00-0494-11ea-81ac-d756cbbdf6cc.png)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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-primate] branch master updated: vue: allow both http and https configuration (#2)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
 new 4cfa1c9  vue: allow both http and https configuration (#2)
4cfa1c9 is described below

commit 4cfa1c989b2b0e4e5fd59dfac6d003b3aa821c1d
Author: Gregor Riepl 
AuthorDate: Fri Sep 20 08:41:04 2019 +0200

vue: allow both http and https configuration (#2)

This closes #2

Signed-off-by: Rohit Yadav 
---
 .env.local.https.example |  7 +++
 README.md|  2 ++
 vue.config.js| 11 ++-
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/.env.local.https.example b/.env.local.https.example
new file mode 100644
index 000..f0ab16d
--- /dev/null
+++ b/.env.local.https.example
@@ -0,0 +1,7 @@
+CS_URL=http://localhost:8080
+PUBLIC_HOST=primate.example.com
+HTTPS_CERT=/etc/ssl/certs/primate.example.com.pem
+HTTPS_KEY=/etc/ssl/private/primate.example.com.key
+HTTPS_CA=/etc/ssl/certs/ca.pem
+HTTPS_DHPARAM=/etc/ssl/keys/dh2048.pem
+ALLOWED_HOSTS=["primate.example.com","cloud.example.com"]
diff --git a/README.md b/README.md
index 3432ac0..0cabdb1 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@ Override the default `CS_URL` to a running CloudStack 
management server:
 cp .env.local.example .env.local
 Change the `CS_URL` in the `.env.local` file
 
+To configure https, you may use `.env.local.https.example`.
+
 Build and run:
 
 npm start
diff --git a/vue.config.js b/vue.config.js
index c02cac9..ef4c105 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -17,6 +17,7 @@
 
 const path = require('path')
 const webpack = require('webpack')
+const fs = require('fs')
 
 function resolve (dir) {
   return path.join(__dirname, dir)
@@ -114,7 +115,15 @@ module.exports = {
 ws: false,
 changeOrigin: true
   }
-}
+},
+https: process.env.HTTPS_KEY ? {
+  key: process.env.HTTPS_KEY ? fs.readFileSync(process.env.HTTPS_KEY) : 
undefined,
+  cert: process.env.HTTPS_CERT ? fs.readFileSync(process.env.HTTPS_CERT) : 
undefined,
+  ca: process.env.HTTPS_CA ? fs.readFileSync(process.env.HTTPS_CA) : 
undefined,
+  dhparam: process.env.HTTPS_DHPARAM ? 
fs.readFileSync(process.env.HTTPS_DHPARAM) : undefined
+} : false,
+public: process.env.PUBLIC_HOST || undefined,
+allowedHosts: process.env.ALLOWED_HOSTS ? 
JSON.parse(process.env.ALLOWED_HOSTS) : undefined
   },
 
   lintOnSave: undefined,



[cloudstack-primate] branch master updated (d76e458 -> 18d1192)

2019-11-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


from d76e458  settings: simplify instance/template settings tab component
 add 18d1192  autogen: Fix sort functionality to the standard list views 
(#10)

No new revisions were added by this update.

Summary of changes:
 src/utils/sort.js | 102 ++
 src/views/AutogenView.vue |   3 +-
 2 files changed, 104 insertions(+), 1 deletion(-)
 create mode 100644 src/utils/sort.js