[GitHub] cloudstack-docs pull request: Inclusion of Nuage-VSP plugin

2016-01-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack-docs/pull/14


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack-docs pull request: Inclusion of Nuage-VSP plugin

2016-01-05 Thread runseb
Github user runseb commented on the pull request:

https://github.com/apache/cloudstack-docs/pull/14#issuecomment-168932762
  
LGTM +1 merging


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: build-master-slowbuild #2910

2016-01-05 Thread jenkins
See 

--
[...truncated 6042 lines...]
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:143)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:234)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:201)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:167)
at 
net.sourceforge.cobertura.reporting.xml.XMLReport.(XMLReport.java:67)
at 
net.sourceforge.cobertura.reporting.Main.parseArguments(Main.java:106)
at net.sourceforge.cobertura.reporting.Main.main(Main.java:169)

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Quota 4.8.0-SNAPSHOT
[INFO] 
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, 
no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be 
resolved: Failed to read artifact descriptor for 
org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-quota 
---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-quota ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-quota ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-quota ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-framework-quota ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to 

[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ 
cloud-framework-quota ---
[INFO] Fork Value is true
 [java] Warnings generated: 2
[INFO] Done FindBugs Analysis
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Boxing/unboxing to parse a primitive 
org.apache.cloudstack.quota.QuotaStatementImpl.configure(String, Map) 
[org.apache.cloudstack.quota.QuotaStatementImpl] At 
QuotaStatementImpl.java:[line 88]
[INFO] Redundant nullcheck of 
org.apache.cloudstack.quota.vo.ServiceOfferingVO.details, which is known to be 
non-null in org.apache.cloudstack.quota.vo.ServiceOfferingVO.getDetail(String) 
[org.apache.cloudstack.quota.vo.ServiceOfferingVO] Redundant null check at 
ServiceOfferingVO.java:[line 315]
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn 
findbugs:gui"



[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-quota ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-framework-quota ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-framework-quota ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.apache.clou

[GitHub] cloudstack pull request: Test to create vpn customer gateway with ...

2016-01-05 Thread sanju1010
GitHub user sanju1010 opened a pull request:

https://github.com/apache/cloudstack/pull/1308

Test to create vpn customer gateway with hostname

While adding vpn customer gateway for site to site vpn connection, cs 
should also accept host name apart from gateway ip address. It should not be 
restricted to just ip address.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sanju1010/cloudstack vpncgw

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1308.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1308


commit 4b28f5f9e4ed34aae35c47c656078759d2d41188
Author: sanjeevn 
Date:   2016-01-04T12:44:24Z

Test to verify CS-45057
Bug-Id: CS-45057
Reviewed-by: Self




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Test to create vpn customer gateway with ...

2016-01-05 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/1308#issuecomment-168938202
  
Test to create vpn customer gateway with hostname ... === TestName: 
test_22_vpn_customer_gw_with_hostname | Status : SUCCESS ===
ok

--
Ran 1 test in 6.321s

OK



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack-docs pull request: Inclusion of Nuage-VSP plugin

2016-01-05 Thread KrisSterckx
Github user KrisSterckx commented on the pull request:

https://github.com/apache/cloudstack-docs/pull/14#issuecomment-168938400
  
Thanks @nlivens and @runseb !   
Additional question i have : How does this end up now at 
http://docs.cloudstack.apache.org/en/latest/ ?

thanks! 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Strongswan vpn feature

2016-01-05 Thread terbolous
Github user terbolous commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/872#discussion_r48824088
  
--- Diff: systemvm/patches/debian/config/opt/cloud/bin/configure.py ---
@@ -479,13 +479,13 @@ def process(self):
 
 def deletevpn(self, ip):
 logging.info("Removing VPN configuration for %s", ip)
-CsHelper.execute("ipsec auto --down vpn-%s" % ip)
-CsHelper.execute("ipsec auto --delete vpn-%s" % ip)
+CsHelper.execute("ipsec down vpn-%s" % ip)
+CsHelper.execute("ipsec down vpn-%s" % ip)
--- End diff --

Thanks for the explanation @jayapalu 

I have tested this manually on a 4.5.2 installation by backporting the 
scripts directly inside a VR and can say that it fundamentally works. Not sure 
if I have time to spin up a new setup before freeze though.

All in all it LGTM, but I would want someone with a more extensive test 
than myself to vouch as well


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack-docs pull request: Inclusion of Nuage-VSP plugin

2016-01-05 Thread terbolous
Github user terbolous commented on the pull request:

https://github.com/apache/cloudstack-docs/pull/14#issuecomment-168939634
  
It is there 
(http://docs.cloudstack.apache.org/en/latest/networking/nuage-plugin.html) but 
should be linked to from the index and networking pages.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout

2016-01-05 Thread Andrei Mikhailovsky
Hi Remi,

I've not tried the patch. I've missed it. Do I need to rebuild the ACS to apply 
the patch or would making changes to the two files suffice?

Thanks

Andrei
- Original Message -
> From: "Remi Bergsma" 
> To: "dev" 
> Sent: Tuesday, 5 January, 2016 05:49:05
> Subject: Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout

> Hi Andrei,
> 
> Did you try it in combination with the patch I created (PR1291)? You need both
> changes.
> 
> Regards, Remi
> 
> Sent from my iPhone
> 
>> On 04 Jan 2016, at 22:17, Andrei Mikhailovsky  wrote:
>> 
>> Hi Remi,
>> 
>> Thanks for your reply. However, your suggestion of increasing the
>> router.aggregation.command.each.timeout didn't help. I've tried setting the
>> value to 120 at no avail. Still fails with the same error.
>> 
>> Andrei
>> 
>> - Original Message -
>>> From: "Remi Bergsma" 
>>> To: "dev" 
>>> Sent: Monday, 4 January, 2016 10:44:43
>>> Subject: Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout
>> 
>>> Hi Andrei,
>>> 
>>> Missed that mail, sorry. I created a PR that allows for longer timeouts [1].
>>> 
>>> Also, you can bump the router.aggregation.command.each.timeout global 
>>> setting to
>>> say 15-30 so it will allow to boot.
>>> 
>>> Next, we need to find why it takes so long in the first place. In our
>>> environment it at least starts now.
>>> 
>>> Regards,
>>> Remi
>>> 
>>> [1] https://github.com/apache/cloudstack/pull/1291
>>> 
>>> 
>>> 
>>> 
>>> 
 On 04/01/16 11:41, "Andrei Mikhailovsky"  wrote:
 
 Hello guys,
 
 Tried the user's mailing list without any luck. Perhaps the dev guys know 
 if
 this issue is being looked at for the next release?
 
 I've just upgraded to 4.6.2 and have similar issues with three virtual 
 routers
 out of 22 in total. They are all failing exactly the same way as described
 here.
 
 Has anyone found a permanent workaround for this issue?
 
 Thanks
 
 Andrei
 
 - Original Message -
> From: "Stephan Seitz" 
> To: "users" 
> Sent: Monday, 30 November, 2015 19:53:57
> Subject: Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout
 
> Does anybody else experiemce problems due to (very) slow deployment of
> VRs?
> 
> 
> Am Dienstag, den 24.11.2015, 16:31 +0100 schrieb Stephan Seitz:
>> Update / FYI:
>> After faking the particular VRu in sql, I tried to restart that
>> network,
>> and it always fails. To me it looks like the update_config.py - which
>> takes almost all cpu ressources - runs way longer any watchdog will
>> accept.
>> 
>> I'm able to mitigate that by very nasty workarounds:
>> a) start the router
>> b) wait until its provisioned
>> c) restart cloudstack-management
>> d)  update vm_instance
>> set state='Running',
>> power_state='PowerOn' where name = 'r-XXX-VM';
>> e) once: update domain_router
>> set template_version="Cloudstack Release 4.6.0 Wed Nov 4 08:22:47 UTC
>> 2015",
>> scripts_version="546c9e7ac38e0aa16ecc498899dac8e2"
>> where id=XXX;
>> f) wait until update_config.py finishes (for me thats about 15
>> minutes)
>> 
>> Since I expect the need for VR restarts in the future, this behaviour
>> is
>> somehow unsatisfying. It needs a lot of errorprone intervention.
>> 
>> I'm quite unsure if it's introduced with the update or the particular
>> VR
>> just has simply not been restarted after getting configured with lots
>> of
>> ips and rules.
>> 
>> 
>> Am Dienstag, den 24.11.2015, 12:29 +0100 schrieb Stephan Seitz:
>>> Hi List!
>>> 
>>> After upgrading from 4.5.2 to 4.6.0 I faced a problem with one
>>> virtualrouter. This particular VR has about 10 IPs w/ LB and FW
>>> rules
>>> defined. During the upgrade process, and after about 4-5 minutes a
>>> watchdog kicks in and kills the respective VR due to no response.
>>> 
>>> So far I didn't find any timeout value in the global settings.
>>> Temporarily setting network.router.EnableServiceMonitoring to false
>>> doesn't change the behaviour.
>>> 
>>> Any help, how to mitigate that nasty timeout would be really
>>> appreciated :)
>>> 
>>> cheers,
>>> 
>>> Stephan
>>> 
>>> From within the VR, the logs show
>>> 
>>> 2015-11-24 11:24:33,807  CsFile.py search:123 Searching for
>>> dhcp-range=interface:eth0,set:interface and replacing with
>>> dhcp-range=interface:eth0,set:interface-eth0,10.10.22.1,static
>>> 2015-11-24 11:24:33,808  merge.py load:56 Creating data bag type
>>> guestnetwork
>>> 2015-11-24 11:24:33,808  CsFile.py search:123 Searching for
>>> dhcp-option=tag:interface-eth0,15 and replacing with
>>> dhcp-option=tag:interface-eth0,15,heinlein.cloudservice
>>> 2015-11-24 11:24:33,808  CsFile.py search:123 Searching for
>>> dhcp-option=t

[GitHub] cloudstack pull request: CLOUDSTACK-9128: Testcase to verify physi...

2016-01-05 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/1199#issuecomment-168940359
  
LGTM !!

Test Results:
===
Check Snapshots size in database ... === TestName: 
test_02_snapshot_size_check | Status : SUCCESS === 
ok  
-- 
Ran 1 tests in 385.302s  
OK 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack-docs pull request: Add Nuage plugin to the list

2016-01-05 Thread terbolous
GitHub user terbolous opened a pull request:

https://github.com/apache/cloudstack-docs/pull/15

Add Nuage plugin to the list



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/terbolous/cloudstack-docs master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack-docs/pull/15.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #15


commit d07c92e9a0f04b78fa9e2a408bd790c963afca6e
Author: Erik Weber 
Date:   2016-01-05T09:15:27Z

Add Nuage plugin to the list




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Strongswan vpn feature

2016-01-05 Thread jayapalu
Github user jayapalu commented on the pull request:

https://github.com/apache/cloudstack/pull/872#issuecomment-168948254
  
@terbolous Thanks for testing it.
@resmo Did you find time to test this feature ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


BVT Report for the week of 1/5

2016-01-05 Thread Raja Pullela
Happy New Year to all!

Please see the BVT report
KVM Basic  - 97.1%
XS Basic - 94.0%
KVM Adv - 85.8% - action item on me to add configurations for the new tests to 
run
XS Adv - 79.1% - action item on me to add configurations for the new tests to 
run

Failed Tests - same tests from last BVT report.  Hope to fix the configurations 
for the new Tests  around next week or so.

Also, looking to export the test data including logs to a website which is 
accessible to everyone.  Hope to accomplish it this month?

Please let me know if you have any questions,
Raja



[GitHub] cloudstack pull request: CLOUDSTACK-9208: Assertion Error in VM_PO...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1307#issuecomment-168964453
  
+0 code LGTM but the fact that this check is needed is a smell. It points 
to a possible bug in the statemachine driving the handling of power reports.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: Test to create vpn customer gateway with ...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1308#discussion_r48831039
  
--- Diff: test/integration/component/test_vpc.py ---
@@ -2490,3 +2498,23 @@ def test_21_deploy_vm_with_gateway_ip(self):
 "Failed to create VM with first ip address in the CIDR as the 
vm ip"
 )
 return
+
+@attr(tags=["advanced", "intervlan"], required_hardware="false")
+def test_22_vpn_customer_gw_with_hostname(self):
+"""
+Test to create vpn customer gateway with hostname
+instead of gateway ip address
+"""
+try:
+vpnGw = VpnCustomerGateway.create(
+self.apiclient,
+self.services["vpn_customer_gw"],
+name="test_vpn_customer_gw",
+gateway="GwWithHostName",
+cidrlist="10.1.0.0/16"
+)
+self.cleanup.append(vpnGw)
+except Exception as e:
+self.fail("Creating vpn customer gateway with hostname\
+  Failed with error :%s" % e)
+return
--- End diff --

@sanju1010 shouldn't some assertion that the adding succeeded be added 
here? If some programmer decides to silently ignore an error somewhere this 
test becomes useless.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: BVT Report for the week of 1/5

2016-01-05 Thread Daan Hoogland
Raja, thanks. I hve one question: can you produce historic data? preferable
graphical so I can kid myself I understand it ;)

On Tue, Jan 5, 2016 at 11:13 AM, Raja Pullela 
wrote:

> Happy New Year to all!
>
> Please see the BVT report
> KVM Basic  - 97.1%
> XS Basic - 94.0%
> KVM Adv - 85.8% - action item on me to add configurations for the new
> tests to run
> XS Adv - 79.1% - action item on me to add configurations for the new tests
> to run
>
> Failed Tests - same tests from last BVT report.  Hope to fix the
> configurations for the new Tests  around next week or so.
>
> Also, looking to export the test data including logs to a website which is
> accessible to everyone.  Hope to accomplish it this month?
>
> Please let me know if you have any questions,
> Raja
>
>


-- 
Daan


[GitHub] cloudstack-docs pull request: Inclusion of Nuage-VSP plugin

2016-01-05 Thread KrisSterckx
Github user KrisSterckx commented on the pull request:

https://github.com/apache/cloudstack-docs/pull/14#issuecomment-168966438
  
@terbolous OK thanks - is that something you will take up ? Thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: BVT Report for the week of 1/5

2016-01-05 Thread sebgoa

On Jan 5, 2016, at 11:13 AM, Raja Pullela  wrote:

> Happy New Year to all!
> 
> Please see the BVT report
> KVM Basic  - 97.1%
> XS Basic - 94.0%
> KVM Adv - 85.8% - action item on me to add configurations for the new tests 
> to run
> XS Adv - 79.1% - action item on me to add configurations for the new tests to 
> run
> 
> Failed Tests - same tests from last BVT report.  Hope to fix the 
> configurations for the new Tests  around next week or so.
> 
> Also, looking to export the test data including logs to a website which is 
> accessible to everyone.  Hope to accomplish it this month?

google doc spreadsheet ?

> 
> Please let me know if you have any questions,
> Raja
> 



[GitHub] cloudstack-docs pull request: Add Nuage plugin to the list

2016-01-05 Thread runseb
Github user runseb commented on the pull request:

https://github.com/apache/cloudstack-docs/pull/15#issuecomment-168970370
  
+1 feel free to merge


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack-docs pull request: Inclusion of Nuage-VSP plugin

2016-01-05 Thread terbolous
Github user terbolous commented on the pull request:

https://github.com/apache/cloudstack-docs/pull/14#issuecomment-168970701
  
already made a PR for it :) #15 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [GitHub] cloudstack pull request: CLOUDSTACK-9041: Modifying template creat...

2016-01-05 Thread Sanjeev N
This PR is related to changes in base.py So ran one test which invokes the
changes to make sure the changes works fine.

Check Snapshots size in database ... === TestName:
test_02_snapshot_size_check | Status : SUCCESS ===
ok

--
Ran 1 tests in 385.302s

OK

On Mon, Dec 28, 2015 at 6:08 PM, sanju1010  wrote:

> Github user sanju1010 commented on the pull request:
>
> https://github.com/apache/cloudstack/pull/1041#issuecomment-167562620
>
> I will post test results. LGTM !!
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>


Re: [GitHub] cloudstack pull request: Test to create vpn customer gateway with ...

2016-01-05 Thread Sanjeev N
Makes sense. I will add code to list vpn customer gateways and will check
if the response contains the customer gateway or not.

On Tue, Jan 5, 2016 at 3:55 PM, DaanHoogland  wrote:

> Github user DaanHoogland commented on a diff in the pull request:
>
> https://github.com/apache/cloudstack/pull/1308#discussion_r48831039
>
> --- Diff: test/integration/component/test_vpc.py ---
> @@ -2490,3 +2498,23 @@ def test_21_deploy_vm_with_gateway_ip(self):
>  "Failed to create VM with first ip address in the CIDR as
> the vm ip"
>  )
>  return
> +
> +@attr(tags=["advanced", "intervlan"], required_hardware="false")
> +def test_22_vpn_customer_gw_with_hostname(self):
> +"""
> +Test to create vpn customer gateway with hostname
> +instead of gateway ip address
> +"""
> +try:
> +vpnGw = VpnCustomerGateway.create(
> +self.apiclient,
> +self.services["vpn_customer_gw"],
> +name="test_vpn_customer_gw",
> +gateway="GwWithHostName",
> +cidrlist="10.1.0.0/16"
> +)
> +self.cleanup.append(vpnGw)
> +except Exception as e:
> +self.fail("Creating vpn customer gateway with hostname\
> +  Failed with error :%s" % e)
> +return
> --- End diff --
>
> @sanju1010 shouldn't some assertion that the adding succeeded be added
> here? If some programmer decides to silently ignore an error somewhere this
> test becomes useless.
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>


Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout

2016-01-05 Thread Remi Bergsma
Hi Andrei,

You indeed need to build CloudStack for this to work.

You can create packages with ./packaging/package.sh script in the source tree. 
The PR is against 4.7 and when you create RPMs those will be 4.7.1-SHAPSHOT. I 
do run this in production and it resolved the issue. Let me know if it works 
for you too.

Regards,
Remi




On 05/01/16 10:07, "Andrei Mikhailovsky"  wrote:

>Hi Remi,
>
>I've not tried the patch. I've missed it. Do I need to rebuild the ACS to 
>apply the patch or would making changes to the two files suffice?
>
>Thanks
>
>Andrei
>- Original Message -
>> From: "Remi Bergsma" 
>> To: "dev" 
>> Sent: Tuesday, 5 January, 2016 05:49:05
>> Subject: Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout
>
>> Hi Andrei,
>> 
>> Did you try it in combination with the patch I created (PR1291)? You need 
>> both
>> changes.
>> 
>> Regards, Remi
>> 
>> Sent from my iPhone
>> 
>>> On 04 Jan 2016, at 22:17, Andrei Mikhailovsky  wrote:
>>> 
>>> Hi Remi,
>>> 
>>> Thanks for your reply. However, your suggestion of increasing the
>>> router.aggregation.command.each.timeout didn't help. I've tried setting the
>>> value to 120 at no avail. Still fails with the same error.
>>> 
>>> Andrei
>>> 
>>> - Original Message -
 From: "Remi Bergsma" 
 To: "dev" 
 Sent: Monday, 4 January, 2016 10:44:43
 Subject: Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout
>>> 
 Hi Andrei,
 
 Missed that mail, sorry. I created a PR that allows for longer timeouts 
 [1].
 
 Also, you can bump the router.aggregation.command.each.timeout global 
 setting to
 say 15-30 so it will allow to boot.
 
 Next, we need to find why it takes so long in the first place. In our
 environment it at least starts now.
 
 Regards,
 Remi
 
 [1] https://github.com/apache/cloudstack/pull/1291
 
 
 
 
 
> On 04/01/16 11:41, "Andrei Mikhailovsky"  wrote:
> 
> Hello guys,
> 
> Tried the user's mailing list without any luck. Perhaps the dev guys know 
> if
> this issue is being looked at for the next release?
> 
> I've just upgraded to 4.6.2 and have similar issues with three virtual 
> routers
> out of 22 in total. They are all failing exactly the same way as described
> here.
> 
> Has anyone found a permanent workaround for this issue?
> 
> Thanks
> 
> Andrei
> 
> - Original Message -
>> From: "Stephan Seitz" 
>> To: "users" 
>> Sent: Monday, 30 November, 2015 19:53:57
>> Subject: Re: upgrading 4.5.2 -> 4.6.0 virtualrouter upgrade timeout
> 
>> Does anybody else experiemce problems due to (very) slow deployment of
>> VRs?
>> 
>> 
>> Am Dienstag, den 24.11.2015, 16:31 +0100 schrieb Stephan Seitz:
>>> Update / FYI:
>>> After faking the particular VRu in sql, I tried to restart that
>>> network,
>>> and it always fails. To me it looks like the update_config.py - which
>>> takes almost all cpu ressources - runs way longer any watchdog will
>>> accept.
>>> 
>>> I'm able to mitigate that by very nasty workarounds:
>>> a) start the router
>>> b) wait until its provisioned
>>> c) restart cloudstack-management
>>> d)  update vm_instance
>>> set state='Running',
>>> power_state='PowerOn' where name = 'r-XXX-VM';
>>> e) once: update domain_router
>>> set template_version="Cloudstack Release 4.6.0 Wed Nov 4 08:22:47 UTC
>>> 2015",
>>> scripts_version="546c9e7ac38e0aa16ecc498899dac8e2"
>>> where id=XXX;
>>> f) wait until update_config.py finishes (for me thats about 15
>>> minutes)
>>> 
>>> Since I expect the need for VR restarts in the future, this behaviour
>>> is
>>> somehow unsatisfying. It needs a lot of errorprone intervention.
>>> 
>>> I'm quite unsure if it's introduced with the update or the particular
>>> VR
>>> just has simply not been restarted after getting configured with lots
>>> of
>>> ips and rules.
>>> 
>>> 
>>> Am Dienstag, den 24.11.2015, 12:29 +0100 schrieb Stephan Seitz:
 Hi List!
 
 After upgrading from 4.5.2 to 4.6.0 I faced a problem with one
 virtualrouter. This particular VR has about 10 IPs w/ LB and FW
 rules
 defined. During the upgrade process, and after about 4-5 minutes a
 watchdog kicks in and kills the respective VR due to no response.
 
 So far I didn't find any timeout value in the global settings.
 Temporarily setting network.router.EnableServiceMonitoring to false
 doesn't change the behaviour.
 
 Any help, how to mitigate that nasty timeout would be really
 appreciated :)
 
 cheers,
 
 Stephan
 
 From within the VR, the logs show
 
 2015-11-24 11:24:33,807  CsFile.

Build failed in Jenkins: build-master-slowbuild #2911

2016-01-05 Thread jenkins
See 

--
[...truncated 6042 lines...]
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:143)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:234)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:201)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:167)
at 
net.sourceforge.cobertura.reporting.xml.XMLReport.(XMLReport.java:67)
at 
net.sourceforge.cobertura.reporting.Main.parseArguments(Main.java:106)
at net.sourceforge.cobertura.reporting.Main.main(Main.java:169)

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Quota 4.8.0-SNAPSHOT
[INFO] 
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, 
no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be 
resolved: Failed to read artifact descriptor for 
org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-quota 
---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-quota ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-quota ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-quota ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-framework-quota ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to 

[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ 
cloud-framework-quota ---
[INFO] Fork Value is true
 [java] Warnings generated: 2
[INFO] Done FindBugs Analysis
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Boxing/unboxing to parse a primitive 
org.apache.cloudstack.quota.QuotaStatementImpl.configure(String, Map) 
[org.apache.cloudstack.quota.QuotaStatementImpl] At 
QuotaStatementImpl.java:[line 88]
[INFO] Redundant nullcheck of 
org.apache.cloudstack.quota.vo.ServiceOfferingVO.details, which is known to be 
non-null in org.apache.cloudstack.quota.vo.ServiceOfferingVO.getDetail(String) 
[org.apache.cloudstack.quota.vo.ServiceOfferingVO] Redundant null check at 
ServiceOfferingVO.java:[line 315]
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn 
findbugs:gui"



[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-quota ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-framework-quota ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-framework-quota ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.apache.clou

[GitHub] cloudstack pull request: CLOUDSTACK-9208: Assertion Error in VM_PO...

2016-01-05 Thread kansal
Github user kansal commented on the pull request:

https://github.com/apache/cloudstack/pull/1307#issuecomment-168977391
  
@DaanHoogland With the current code, even if the VM is in poweroff(or power 
report missing) state and stopped state in DB, and receives a stop command, it 
gets this error. (Atleast, This was the case I encountered in my local setup). 

One argument could be why are we sending(or trying to send) the stop 
command even if the VM is in the the poweroff state (on host) and stopped state 
(in DB). 

We can remove sending of command in the poweroff state but only once we 
have verified that host id is set to null only in stopped case in DB i.e. "host 
id is NULL" and "vm in stopped state" are analogous. 

I can check the code and update you. Are there any scenarios that you are 
aware of?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [PROPOSE] Dynamic inter VPC routing

2016-01-05 Thread Jayapal Reddy Uradi
Hi Abhi,

Few images are not loading in the FS. Can you please correct it.

Thanks,
Jayapal

On 04-Jan-2016, at 7:40 pm, Abhinandan Prateek 
mailto:abhinandan.prat...@shapeblue.com>> 
wrote:

Hi All,

Currently the inter VPC traffic has to go thru the public gateway. This 
means the traffic has to be nat-ed across public internet via core-routers, 
which is inefficient in itself. A more efficient approach will be to route the 
traffic locally.

  The proposal is to enable quagga- ospf on VPC routers so that the traffic 
between VPC’s is routed efficiently.

The design doc is here: 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamically+routed+VPC

The jira ticket is here: https://issues.apache.org/jira/browse/CLOUDSTACK-9163

Regards,
-abhi


Abhinandan Prateek
Software Architect  ,   ShapeBlue


d:   | s: +44 203 603 0540  |  
m:  +91 970 11 99011

e:  abhinandan.prat...@shapeblue.com | t: 
 |  w:  
www.shapeblue.com

a:  53 Chandos Place, Covent Garden London WC2N 4HS UK





Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services 
India LLP is a company incorporated in India and is operated under license from 
Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in 
Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd 
is a company registered by The Republic of South Africa and is traded under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error.




Find out more about ShapeBlue and our range of CloudStack related services:
IaaS Cloud Design & Build | 
CSForge – rapid IaaS deployment framework
CloudStack Consulting | 
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support | CloudStack 
Bootcamp Training Courses



[GitHub] cloudstack pull request: CLOUDSTACK-9208: Assertion Error in VM_PO...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1307#issuecomment-168983922
  
@kansal I remember a discussion in a prior PR but not the number. The 
scenario would be something like hypervisor has been disconnected or rebooted 
and cloudstack didn't try to restart the VM somewhere else.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: 4.7 quota test

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1306#issuecomment-168987361
  
More tests is always better! LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1297#issuecomment-168987824
  
One comment I have on the code. Otherwise it looks good.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

2016-01-05 Thread wido
Github user wido commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1297#discussion_r48840288
  
--- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java ---
@@ -2288,6 +2290,7 @@ public UserVm updateVirtualMachine(UpdateVMCmd cmd) 
throws ResourceUnavailableEx
 String hostName = cmd.getHostName();
 Map details = cmd.getDetails();
 Account caller = CallContext.current().getCallingAccount();
+List securityGroupIdList = getSecurityGroupIdList(cmd);
--- End diff --

Shouldn't there be a check for NULL here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9202 Bump ssh timeout for VR c...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1291#issuecomment-168988130
  
LGTM based on the code. Didn't perform a test on it. Trivial fix for some 
integers.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: SecurityGroupRulesCmd code cleanup

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1287#issuecomment-168988361
  
Is there a way to test this quickly or do you have any results?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8302: Removing snapshots on RB...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1230#issuecomment-168988457
  
Any other LGTMs?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1297#discussion_r48840815
  
--- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java ---
@@ -2288,6 +2290,7 @@ public UserVm updateVirtualMachine(UpdateVMCmd cmd) 
throws ResourceUnavailableEx
 String hostName = cmd.getHostName();
 Map details = cmd.getDetails();
 Account caller = CallContext.current().getCallingAccount();
+List securityGroupIdList = getSecurityGroupIdList(cmd);
--- End diff --

The updateVirtualMachine below can handle the null value (see line 2463)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9203 Implement security group ...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1297#issuecomment-168991998
  
Checked all the commits, re-read the code and LGTM. Based on the tests 
already performed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: SecurityGroupRulesCmd code cleanup

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1287#issuecomment-168992910
  
@wido I have not changed logic so am trusting the unit tests and wrote an 
extra. A run of integration tests might be required by some ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: QuotaStatementTest: fix the method invoca...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1303#issuecomment-169002502
  
jenkins passed this one, please point to 4.6 if it contains the problem as 
well ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: QuotaStatementTest: fix the method invoca...

2016-01-05 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/1303#issuecomment-169008756
  
@DaanHoogland Quota is not in 4.6 afaik.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: 4.7 quota test

2016-01-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/1306


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: 4.7 quota test

2016-01-05 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/1306#issuecomment-169015725
  
This seems to fix the broken unit test. LGTM.

```
[INFO] 

[INFO] BUILD SUCCESS
[INFO] 

[INFO] Total time: 11:35.450s
[INFO] Finished at: Tue Jan 05 14:15:27 GMT 2016
[INFO] Final Memory: 102M/471M
[INFO] 

```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: QuotaStatementTest: fix the method invoca...

2016-01-05 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/1303#issuecomment-169016186
  
@agneya2001 Please close this PR as #1306 is already merged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: build-master-slowbuild #2912

2016-01-05 Thread jenkins
See 

--
[...truncated 6042 lines...]
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getAccumlatedCCNForSingleFile(ComplexityCalculator.java:143)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForSourceFileNameInternal(ComplexityCalculator.java:234)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForPackageInternal(ComplexityCalculator.java:201)
at 
net.sourceforge.cobertura.reporting.ComplexityCalculator.getCCNForProject(ComplexityCalculator.java:167)
at 
net.sourceforge.cobertura.reporting.xml.XMLReport.(XMLReport.java:67)
at 
net.sourceforge.cobertura.reporting.Main.parseArguments(Main.java:106)
at net.sourceforge.cobertura.reporting.Main.main(Main.java:169)

[INFO] Cobertura Report generation was successful.
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Quota 4.8.0-SNAPSHOT
[INFO] 
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, 
no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be 
resolved: Failed to read artifact descriptor for 
org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-quota 
---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-quota ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-quota ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-quota ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-framework-quota ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to 

[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ 
cloud-framework-quota ---
[INFO] Fork Value is true
 [java] Warnings generated: 2
[INFO] Done FindBugs Analysis
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-framework-quota ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Boxing/unboxing to parse a primitive 
org.apache.cloudstack.quota.QuotaStatementImpl.configure(String, Map) 
[org.apache.cloudstack.quota.QuotaStatementImpl] At 
QuotaStatementImpl.java:[line 88]
[INFO] Redundant nullcheck of 
org.apache.cloudstack.quota.vo.ServiceOfferingVO.details, which is known to be 
non-null in org.apache.cloudstack.quota.vo.ServiceOfferingVO.getDetail(String) 
[org.apache.cloudstack.quota.vo.ServiceOfferingVO] Redundant null check at 
ServiceOfferingVO.java:[line 315]
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn 
findbugs:gui"



[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-quota ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-framework-quota ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-framework-quota ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.apache.clou

[GitHub] cloudstack pull request: QuotaStatementTest: fix the method invoca...

2016-01-05 Thread agneya2001
Github user agneya2001 closed the pull request at:

https://github.com/apache/cloudstack/pull/1303


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [PROPOSE] Dynamic inter VPC routing

2016-01-05 Thread Abhinandan Prateek
Jayapal,

  Can you check if you can see the images !

Cheers !




On 05/01/16, 5:15 PM, "Jayapal Reddy Uradi"  
wrote:

>Hi Abhi,
>
>Few images are not loading in the FS. Can you please correct it.
>
>Thanks,
>Jayapal
>
>On 04-Jan-2016, at 7:40 pm, Abhinandan Prateek 
>mailto:abhinandan.prat...@shapeblue.com>> 
>wrote:
>
>Hi All,
>
>Currently the inter VPC traffic has to go thru the public gateway. This 
> means the traffic has to be nat-ed across public internet via core-routers, 
> which is inefficient in itself. A more efficient approach will be to route 
> the traffic locally.
>
>  The proposal is to enable quagga- ospf on VPC routers so that the traffic 
> between VPC’s is routed efficiently.
>
>The design doc is here: 
>https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamically+routed+VPC
>
>The jira ticket is here: https://issues.apache.org/jira/browse/CLOUDSTACK-9163
>
>Regards,
>-abhi
>
>
>Abhinandan Prateek
>Software Architect  ,   ShapeBlue
>
>
>d:   | s: +44 203 603 0540  | 
> m:  +91 970 11 99011
>
>e:  abhinandan.prat...@shapeblue.com | t: 
> |  w:  
>www.shapeblue.com
>
>a:  53 Chandos Place, Covent Garden London WC2N 4HS UK
>
>
>
>
>
>Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue 
>Services India LLP is a company incorporated in India and is operated under 
>license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
>incorporated in Brasil and is operated under license from Shape Blue Ltd. 
>ShapeBlue SA Pty Ltd is a company registered by The Republic of South Africa 
>and is traded under license from Shape Blue Ltd. ShapeBlue is a registered 
>trademark.
>This email and any attachments to it may be confidential and are intended 
>solely for the use of the individual to whom it is addressed. Any views or 
>opinions expressed are solely those of the author and do not necessarily 
>represent those of Shape Blue Ltd or related companies. If you are not the 
>intended recipient of this email, you must neither take any action based upon 
>its contents, nor copy or show it to anyone. Please contact the sender if you 
>believe you have received this email in error.
>
>
>
>
>Find out more about ShapeBlue and our range of CloudStack related services:
>IaaS Cloud Design & Build 
>| CSForge – rapid IaaS deployment framework
>CloudStack Consulting | 
>CloudStack Software 
>Engineering
>CloudStack Infrastructure 
>Support | CloudStack 
>Bootcamp Training Courses
>
Find out more about ShapeBlue and our range of CloudStack related services:
IaaS Cloud Design & Build | 
CSForge – rapid IaaS deployment framework
CloudStack Consulting | 
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support | CloudStack 
Bootcamp Training Courses


Re: [PROPOSE] Dynamic inter VPC routing

2016-01-05 Thread Erik Weber
On Mon, Jan 4, 2016 at 3:10 PM, Abhinandan Prateek <
abhinandan.prat...@shapeblue.com> wrote:

> Hi All,
>
> Currently the inter VPC traffic has to go thru the public gateway.
> This means the traffic has to be nat-ed across public internet via
> core-routers, which is inefficient in itself. A more efficient approach
> will be to route the traffic locally.
>
>   The proposal is to enable quagga- ospf on VPC routers so that the
> traffic between VPC’s is routed efficiently.
>
> The design doc is here:
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamically+routed+VPC
>
>

Regarding Super-CIDRs it states that a Super-CIDR will be divided into /24
and /27s, but it is unclear to me if this is hard coded or just an example.

What if a user wants to use /26 as their Tier-network within a /16
Super-CIDR?


-- 
Erik


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread wido
GitHub user wido opened a pull request:

https://github.com/apache/cloudstack/pull/1309

CLOUDSTACK-9210: Pass secondary IPs to default_network_rules() function

This is a mandatory argument but it was NOT passed which caused the
re-programming of security groups to fail.

Simple fix to just add the argument since the variable is available
there.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wido/cloudstack CLOUDSTACK-9210

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1309.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1309


commit 239148c31bd2cb0dce19aaef63391073564d3530
Author: Wido den Hollander 
Date:   2016-01-05T17:06:34Z

CLOUDSTACK-9210: Pass secondary IPs to default_network_rules() function

This is a mandatory argument but it was NOT passed which caused the
re-programming of security groups to fail.

Simple fix to just add the argument since the variable is available
there.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169063660
  
@DaanHoogland @remibergsma @resmo Could you take a look?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169066689
  
simple fix but a test on the contents in the called method makes sense as 
well. Not sure how to test.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169067941
  
@DaanHoogland We do not have any unit testing in place for Python. If you 
look just 10 lines up you see the method being called exactly that way.

Without this line the script simply errors out with a Python stacktrace.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169069686
  
Forgot to add, pylint still works fine. It scores 3.54/10. Not great, but a 
lint check still succeeds.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: build-master-slowbuild #2913

2016-01-05 Thread jenkins
See 

Changes:

[Rohit Yadav] QuotaStatementTest: fix the method invocation verification

--
[...truncated 28723 lines...]
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.872s]
[INFO] Apache CloudStack . SUCCESS [2.138s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.787s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [19.112s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:24.724s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.102s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [54.779s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.051s]
[INFO] Apache CloudStack API . SUCCESS [1:49.636s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.063s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [30.148s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.087s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [27.760s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [26.547s]
[INFO] Apache CloudStack Core  SUCCESS [1:20.786s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.959s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [36.328s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.575s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:07.463s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.094s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [25.526s]
[INFO] Apache CloudStack Server .. SUCCESS [4:17.608s]
[INFO] Apache CloudStack Framework - Quota ... SUCCESS [37.606s]
[INFO] Apache CloudStack Usage Server  SUCCESS [44.504s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:21.624s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.067s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.498s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [54.229s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [47.951s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [30.011s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [26.468s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [32.280s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [26.231s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [35.179s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.731s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [8.117s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.964s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [26.356s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[23.832s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[37.843s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [16.886s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [23.853s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [14.883s]
[INFO] Apac

[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169095290
  
btw LGTM if you don't want to improve further.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169095187
  
@wido My point exactly. 10 lines up a conditional should guard the split() 
call


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9211: Support passing vRAM siz...

2016-01-05 Thread nvazquez
GitHub user nvazquez opened a pull request:

https://github.com/apache/cloudstack/pull/1310

CLOUDSTACK-9211: Support passing vRAM size to support 3D GPU on Vmware

JIRA TICKET: 
https://issues.apache.org/jira/browse/CLOUDSTACK-9211 

CS support passing hypervisor options by creating entries in 
vm_template_details or user_vm_details

To enable software 3D GPU 4 options needs to be added:

| name| value |
|:-:|:-:|
|mks.enable3d|true|
|mks.use3dRenderer|automatic|
|svga.autodetect|false|
|svga.vramSize|(size in KB) e.g. 131072|

Currently all options except svga.vramSize works, VMs always 
get configured with default 64Mb videoRAM instead of the one provided on the 
option.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/nvazquez/cloudstack 3dgpu

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1310.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1310


commit 656ae109377e7d4400d16f05cbb4096e20a8c05b
Author: nvazquez 
Date:   2016-01-05T18:45:01Z

CLOUDSTACK-9211: Support passing vRAM size to support 3D GPU on Vmware




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8302: Removing snapshots on RB...

2016-01-05 Thread davidamorimfaria
Github user davidamorimfaria commented on the pull request:

https://github.com/apache/cloudstack/pull/1230#issuecomment-169104666
  
LGTM, but haven't had the chance to test it yet.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169117271
  
@DaanHoogland I agree, this script isn't the best in the world.

In my opinion we should offload this work to libvirt:
- http://libvirt.org/formatnwfilter.html
- https://issues.apache.org/jira/browse/CLOUDSTACK-1164


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9208: Assertion Error in VM_PO...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1307#issuecomment-169132663
  
Agree with @DaanHoogland the code doesn't seem bad and probably fixes the 
issue. But something is wrong here indeed. Codewise it looks good.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9204 Do not error when staticr...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1298#issuecomment-169132861
  
Trivial fix indeed. We can ignore this since our goal has been reached.

LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: engine/schema: Use semantically correct u...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1279#issuecomment-169133233
  
Did the tests succeed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169133424
  
@wido will your proposal from CLOUDSTACK-1164 work for other hypervisors as 
well?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: engine/schema: Use semantically correct u...

2016-01-05 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/1279#issuecomment-169133536
  
Didn't have a chance to test it yet.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-9210: Pass secondary IPs to de...

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1309#issuecomment-169134133
  
@DaanHoogland No idea. Might work with Xen if we manage those Instances 
through libvirt. But in case of KVM we can probably do this with libvirt. Might 
need to patches in libvirt though.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: SecurityGroupRulesCmd code cleanup

2016-01-05 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1287#issuecomment-169134419
  
Based on the code I don't see anything dangerous though. It still compiles 
I see ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: build-master-slowbuild #2914

2016-01-05 Thread jenkins
See 

--
[...truncated 28723 lines...]
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.901s]
[INFO] Apache CloudStack . SUCCESS [2.148s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.782s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [19.255s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:29.587s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.106s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [52.169s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.226s]
[INFO] Apache CloudStack API . SUCCESS [1:48.988s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.410s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [30.217s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.084s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [27.252s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.030s]
[INFO] Apache CloudStack Core  SUCCESS [1:25.369s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.199s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [36.275s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.330s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:07.319s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.222s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [25.440s]
[INFO] Apache CloudStack Server .. SUCCESS [4:16.565s]
[INFO] Apache CloudStack Framework - Quota ... SUCCESS [38.115s]
[INFO] Apache CloudStack Usage Server  SUCCESS [43.775s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:21.029s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.067s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.432s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [54.543s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [48.629s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [30.002s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [25.635s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [26.075s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [24.031s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [35.339s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.303s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.634s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.053s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [26.675s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[23.637s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[36.152s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [17.504s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [23.454s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [14.649s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS 
[17.094s]
[INFO] Apache Cloud

Build failed in Jenkins: build-master-slowbuild #2915

2016-01-05 Thread jenkins
See 

--
[...truncated 28733 lines...]
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.783s]
[INFO] Apache CloudStack . SUCCESS [2.109s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.795s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [19.168s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:31.178s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.108s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [54.254s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.443s]
[INFO] Apache CloudStack API . SUCCESS [1:50.960s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.262s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [29.850s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.086s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [28.546s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.474s]
[INFO] Apache CloudStack Core  SUCCESS [1:21.362s]
[INFO] Apache CloudStack Agents .. SUCCESS [37.414s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [35.948s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.424s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:07.316s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.877s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [25.492s]
[INFO] Apache CloudStack Server .. SUCCESS [4:15.231s]
[INFO] Apache CloudStack Framework - Quota ... SUCCESS [37.276s]
[INFO] Apache CloudStack Usage Server  SUCCESS [43.867s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:22.076s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.068s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.433s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [53.871s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [48.325s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [29.959s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [26.038s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [25.748s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [21.381s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [35.202s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.019s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [8.371s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.967s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [26.351s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[23.696s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[35.372s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [17.487s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [23.785s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [14.814s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS 
[16.822s]
[INFO] Apache Cloud

Build failed in Jenkins: build-master-slowbuild #2916

2016-01-05 Thread jenkins
See 

--
[...truncated 28723 lines...]
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.742s]
[INFO] Apache CloudStack . SUCCESS [2.107s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.780s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [18.818s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:29.580s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.099s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [53.625s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.134s]
[INFO] Apache CloudStack API . SUCCESS [1:50.630s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.184s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [29.683s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.092s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [28.663s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [24.795s]
[INFO] Apache CloudStack Core  SUCCESS [1:21.478s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.682s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [37.189s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.221s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:08.345s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.617s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [25.307s]
[INFO] Apache CloudStack Server .. SUCCESS [4:11.771s]
[INFO] Apache CloudStack Framework - Quota ... SUCCESS [40.245s]
[INFO] Apache CloudStack Usage Server  SUCCESS [43.731s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:22.729s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.067s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.479s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [53.499s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [47.992s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [29.902s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [26.180s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [25.848s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.957s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [35.584s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.201s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.672s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.004s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [26.298s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[23.727s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[35.815s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [17.170s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [23.249s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [15.887s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS 
[17.240s]
[INFO] Apache Cloud

Re: [PROPOSE] Dynamic inter VPC routing

2016-01-05 Thread Abhinandan Prateek

[ShapeBlue]
Abhinandan Prateek
Software Architect  ,   ShapeBlue


d:   | s: +44 203 603 0540  |  
m:  +91 970 11 99011

e:  abhinandan.prat...@shapeblue.com | t: 
 |  w:  
www.shapeblue.com

a:  53 Chandos Place, Covent Garden London WC2N 4HS UK


[cid:image556e34.png@8ef18889.4f85c6ff]


Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services 
India LLP is a company incorporated in India and is operated under license from 
Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in 
Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd 
is a company registered by The Republic of South Africa and is traded under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error.




On 05/01/16, 9:17 PM, "Erik Weber"  wrote:


>On Mon, Jan 4, 2016 at 3:10 PM, Abhinandan Prateek <
>abhinandan.prat...@shapeblue.com> wrote:
>
>> Hi All,
>>
>> Currently the inter VPC traffic has to go thru the public gateway.
>> This means the traffic has to be nat-ed across public internet via
>> core-routers, which is inefficient in itself. A more efficient approach
>> will be to route the traffic locally.
>>
>> The proposal is to enable quagga- ospf on VPC routers so that the
>> traffic between VPC’s is routed efficiently.
>>
>> The design doc is here:
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamically+routed+VPC
>>
>>
>
>Regarding Super-CIDRs it states that a Super-CIDR will be divided into /24
>and /27s, but it is unclear to me if this is hard coded or just an example.
>
>What if a user wants to use /26 as their Tier-network within a /16
>Super-CIDR?

There are several options here:

1. Hardcoded, user does not worry about CIDR selection.
2. Have him pick up the mask, cloudstack allocates the CIDRs.

Yes, the document initially assumed a rigid system of allocation of CIDRs, but 
after internal discussion it was decided that we allow user to pick up the 
masks. It seems you are also pointing in that direction. Will update the doc 
soon.


-abhi
>
Find out more about ShapeBlue and our range of CloudStack related services:
IaaS Cloud Design & Build | 
CSForge – rapid IaaS deployment framework
CloudStack Consulting | 
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support | CloudStack 
Bootcamp Training Courses


Build failed in Jenkins: build-master-slowbuild #2917

2016-01-05 Thread jenkins
See 

--
[...truncated 28723 lines...]
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.747s]
[INFO] Apache CloudStack . SUCCESS [2.103s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.783s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [18.961s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:29.757s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.103s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [53.285s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [28.529s]
[INFO] Apache CloudStack API . SUCCESS [1:49.479s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.638s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [29.770s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.093s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [28.625s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.902s]
[INFO] Apache CloudStack Core  SUCCESS [1:21.211s]
[INFO] Apache CloudStack Agents .. SUCCESS [35.938s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [36.187s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.300s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:08.453s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [40.594s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [24.986s]
[INFO] Apache CloudStack Server .. SUCCESS [4:10.387s]
[INFO] Apache CloudStack Framework - Quota ... SUCCESS [37.525s]
[INFO] Apache CloudStack Usage Server  SUCCESS [44.990s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:21.221s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.069s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.440s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [54.957s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [50.402s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [29.799s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [26.068s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [22.299s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.515s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [34.955s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.700s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [8.177s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [1.023s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [26.365s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[23.636s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[35.742s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [17.357s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [22.861s]
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SUCCESS [14.783s]
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SUCCESS 
[16.700s]
[INFO] Apache Cloud