Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rajani Karuturi
Can we add git clean -fdx before the the checkout? That would clean all the untracked files from the git workspace. On Wed, May 18, 2016 at 10:32 PM Will Stevens wrote: > I have seen quite a few situations where tests are failing and they are > referencing files that are

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Chiradeep Vittal
Changing the download code to use the mirror is quite involved. Should we just disable (remove from templates.sql) download of default templates and advise people to use the method outlined here. http://shankerbalan.net/blog/seed-cloudstack-templates-offline/ (actually, we could write a script

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220230192 @anshul1886 I'm yet to see chrome dev-tool screenshots, actual errors reported in the UI and see answers for questions I asked; again -- the role_id in accounts

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-18 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220228493 @mike-tutkowski First one which I hit is in ModifyStoragePoolCommand.java. But I am sure there will be more. Hyper-V uses json to communicate between management

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220227876 @rhtyd Its a clean setup. It is not even complete because of one other bug introduced by PR #816. Summary of the steps: 1. mvn -P systemvm

[GitHub] cloudstack pull request: add DHCP lease folders for Ubuntu

2016-05-18 Thread romain-dartigues
GitHub user romain-dartigues opened a pull request: https://github.com/apache/cloudstack/pull/1552 add DHCP lease folders for Ubuntu Add "/var/lib/dhcp/*" to the search path for Ubuntu; tested under Ubuntu Precise and Trusty, not yet with newer releases. You can merge this

[GitHub] cloudstack pull request: [WIP][4.10+/long-term] Moving towards Jav...

2016-05-18 Thread resmo
Github user resmo commented on the pull request: https://github.com/apache/cloudstack/pull/1546#issuecomment-220141803 @rhtyd I am not aware of any no. Just wanted to point out that oracle "sucks" and openjdk should be the jdk that should be tested and supported in the first place as

[GitHub] cloudstack pull request: CLOUDSTACK-9362: Skip VXLANs when rewriti...

2016-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1513 --- 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

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rafael Weingärtner
Do you have the plugin [1] installed on Jenkins? I could not find any entry in your XML relate to any configuration that would clean up the workspace folder. [1] https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin On Wed, May 18, 2016 at 4:02 PM, Daan Hoogland

[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1331 --- 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

[GitHub] cloudstack pull request: Reimplement router.redundant.vrrp.interva...

2016-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1486 --- 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

[GitHub] cloudstack pull request: Restore iptables at once using iptables-r...

2016-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1482 --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-6928: fix issue disk I/O throt...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1410#issuecomment-220133809 There are 3 or 4 people who have recommended changes to this PR which seem to have been largely ignored. I tend to agree with them. About 60% of the code changed

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Chiradeep Vittal
Mirrors still require a "seed" site, right? E.g., msync.centos.org is the seed for CentOS. Depending on the number of mirrors, this seed site would still require a non-trivial bandwidth limit and cap. How soon can the mirror be set up? This week? :) On Wed, May 18, 2016 at 10:12 AM, Will Stevens

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Daan Hoogland
Here it is I haven't checked it yet h1cloudstack Build/h1ul liChecks out Pull requests to Apache CloudStack from codegithub/code/li liDoes a license check against it/li liBuilds the target branch with Maven and runs unit tests/li liruns analysis tools on the code/li/ul false

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rafael Weingärtner
If the files that are causing some problems are out of the “workspace” folder, then it makes sense; otherwise it does not. I am a little out of the loop lately (sorry for that), what files are causing the trouble? On Wed, May 18, 2016 at 3:56 PM, Daan Hoogland wrote: >

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Daan Hoogland
Rafael, I think I can access jenkins and download the config. Will, files not included in a PR sticking around "kinda" makes sense as these will not be cleaned by mvn clean on another job On Wed, May 18, 2016 at 8:02 PM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > Do any of

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rafael Weingärtner
Do any of the PMCs have access to those VMs? Or at least admin access to Jenkins; with admin access we could check the Jenkins Jobs build configs. On Wed, May 18, 2016 at 2:02 PM, Will Stevens wrote: > I have seen quite a few situations where tests are failing and they

[GitHub] cloudstack pull request: dynamic-roles: remove unnecessary order b...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1551#issuecomment-220098373 OK, I will run this through my CI right now and if it comes back clean I will get it into this freeze. --- If your project is set up for it, you can reply to this

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Will Stevens
Inline... *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, May 18, 2016 at 1:08 PM, Chiradeep Vittal wrote: > The mirrolist is a great idea. There's 2 issues

[GitHub] cloudstack pull request: This branch implements the CSV and native...

2016-05-18 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/351#issuecomment-220094312 @swill yeah I've asked @anshul1886 few questions and waiting for answers. Btw, since we're in a release/branch freeze, this feature PR need to be held until 4.9.0 is

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Chiradeep Vittal
The mirrolist is a great idea. There's 2 issues though: 1. Already released ACS releases in the wild will continue to attempt to download from download.cloud.com whenever a zone is created. These old releases cannot understand mirror lists. But users can be advised to patch templates.sql to point

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220094101 @rhtyd thank you sir. I am trying to get everything ready to freeze. Damn this is a lot of work. :( --- If your project is set up for it, you can reply to this

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220093571 @swill yes sir. I'll personally make sure to perform another test round tomorrow both with UI, marvin and APIs/cloudmonkey. --- If your project is set up for it,

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Will Stevens
I have seen quite a few situations where tests are failing and they are referencing files that are not even included in that PR. I have also seen situations like this, so the git workspace (index) has fragments of previous CI runs and is no longer in a mergeable state. > git checkout -b master

[GitHub] cloudstack pull request: dynamic-roles: remove unnecessary order b...

2016-05-18 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1551#issuecomment-220091668 @swill I got a report that the GenericDaoBase generate query with multiple filters (order by clauses) may fail for MySQL: SELECT role_permissions.id,

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220090972 I agree. But I have not tested the UI at all. Has your team been testing through the UI as well as through the API? --- If your project is set up for it, you can

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220090191 @swill Travis and your CI are passing with this feature during which a data center is deployed and all sorts of APIs are called so it's likely an env issue specific

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63739326 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63739140 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63738462 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63738053 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Nux!
Yes, I was also thinking of the mirrorlist; I would not host it on gh, it needs to be pretty HA. :) imho Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Erik Weber" > To: dev@cloudstack.apache.org >

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Erik Weber
In case it was unclear, i meant hosting the mirrorlist with gh Pages :-) Den onsdag 18. mai 2016 skrev Will Stevens følgende: > Haha. I thought of that and didn't want to mention it because I thought it > would be too fragile and not very ASFy. But if we have a > ​

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rafael Weingärtner
Me neither. Do we need to open a ticket to infra to check that? Or do we have someone among the PMCs that have access to those VMs? On Wed, May 18, 2016 at 12:51 PM, Daan Hoogland wrote: > I hav no access to the nodes so I wouldn't know about that. > > On Wed, May 18,

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Simon Weller
Are you able to test this on a cleanly installed OS? It sounds like you've potentially got quite a few customizations and I think it would be helpful to see whether this can be reproduced on a clean install. From: Nick LIVENS

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
I've digged a bit deeper, and I've got it working by explicitly loading the MySQL JDBC driver with the following code change in TransactionLegacy.java : static { try { Class.forName("com.mysql.jdbc.Driver"); } catch (ClassNotFoundException e) { throw

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread sudhansu7
Github user sudhansu7 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63731204 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF)

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Daan Hoogland
I hav no access to the nodes so I wouldn't know about that. On Wed, May 18, 2016 at 5:36 PM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > Parallel builds will use different workspace, so that should not be a > problem. > > Maybe the “@” symbol it uses to differentiate the workspace

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Daan Hoogland
It also does a mvn clean so that should not be an issue. I am thinking more along the line of parallel builds on the same node. On Wed, May 18, 2016 at 5:04 PM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > Is Jenkins configure to clean the workspace before it starts a new build? >

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rafael Weingärtner
Parallel builds will use different workspace, so that should not be a problem. Maybe the “@” symbol it uses to differentiate the workspace folders? I mean, when it runs parallel builds, it will use a “@” and then it will append a number to identify the builds. For instance, if we have workspace

[GitHub] cloudstack pull request: CLOUDSTACK-6928: fix issue disk I/O throt...

2016-05-18 Thread dmabry
Github user dmabry commented on the pull request: https://github.com/apache/cloudstack/pull/1410#issuecomment-220065889 @swill sorry for the late reply. I pulled this patch into a 4.7 bubble and manually tested it and it worked as expected. LGTM based on manual testing. --- If

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63722337 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: Additional Subnets for networks and VR dhcp

2016-05-18 Thread Ronald van Zantvoort
On 18/05/16 17:10, Linas Žilinskas wrote: This is in relation to https://github.com/apache/cloudstack/pull/1547 But since it seems that my observations are beyond the scope of it, I'm posting it here. I'm having hard time understanding what's going on, but something seems off. Like i mentioned

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread linas-h1p
Github user linas-h1p commented on the pull request: https://github.com/apache/cloudstack/pull/1547#issuecomment-220058896 Alright I posted in dev@ regarding other issues i'm noticing (Subject: Additional Subnets for networks and VR dhcp), because it seems it doesn't apply to

Re: Additional Subnets for networks and VR dhcp

2016-05-18 Thread Linas Žilinskas
woops, please ignore this. On Wed, 2016-05-18 at 15:09 +, Linas Žilinskas wrote: > This is in relation to https://github.com/apache/cloudstack/pull/1547 > But since it seems that my observations are beyond the scope of it, I'm > posting it here. > > I'm having hard time understanding

Additional Subnets for networks and VR dhcp

2016-05-18 Thread Linas Žilinskas
This is in relation to https://github.com/apache/cloudstack/pull/1547 But since it seems that my observations are beyond the scope of it, I'm posting it here. I'm having hard time understanding what's going on, but something seems off. Like i mentioned in the PR comments, I'm using advanced

Additional Subnets for networks and VR dhcp

2016-05-18 Thread Linas Žilinskas
This is in relation to https://github.com/apache/cloudstack/pull/1547 But since it seems that my observations are beyond the scope of it, I'm posting it here. I'm having hard time understanding what's going on, but something seems off. Like i mentioned in the PR comments, I'm using advanced

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63721020 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: How to fix Jenkins git workspace issues

2016-05-18 Thread Rafael Weingärtner
Is Jenkins configure to clean the workspace before it starts a new build? It should have an option such as "Delete workspace before build starts". On Wed, May 18, 2016 at 12:00 PM, Will Stevens wrote: > If Jenkins has problems with fragments being left over in it's

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63720420 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

How to fix Jenkins git workspace issues

2016-05-18 Thread Will Stevens
If Jenkins has problems with fragments being left over in it's workspace which is causing following runs against other PRs to fail, how do we fix that? Thanks...

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-18 Thread syed
GitHub user syed reopened a pull request: https://github.com/apache/cloudstack/pull/1423 [CLOUDSTACK-9296] Start ipsec for client VPN This fix starts the IPSEC daemon when enabling client side vpn You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-18 Thread syed
Github user syed closed the pull request at: https://github.com/apache/cloudstack/pull/1423 --- 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

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-18 Thread syed
GitHub user syed reopened a pull request: https://github.com/apache/cloudstack/pull/1423 [CLOUDSTACK-9296] Start ipsec for client VPN This fix starts the IPSEC daemon when enabling client side vpn You can merge this pull request into a Git repository by running: $ git pull

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Nux!
Yeah, I also left it out because it's a too frequent target of DDOS attacks and not as available as we'd like. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Will Stevens" > To:

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-18 Thread syed
Github user syed closed the pull request at: https://github.com/apache/cloudstack/pull/1423 --- 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

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-18 Thread syed
Github user syed closed the pull request at: https://github.com/apache/cloudstack/pull/1423 --- 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

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-05-18 Thread syed
GitHub user syed reopened a pull request: https://github.com/apache/cloudstack/pull/1423 [CLOUDSTACK-9296] Start ipsec for client VPN This fix starts the IPSEC daemon when enabling client side vpn You can merge this pull request into a Git repository by running: $ git pull

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
Java : [root@csc-1 ~]# java -version java version "1.7.0_85" OpenJDK Runtime Environment (rhel-2.6.1.2.el7_1-x86_64 u85-b01) OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode) Tomcat : [root@csc-1 ~]# tomcat version Server version: Apache Tomcat/7.0.54 Server built: Mar 24 2015 07:49:05

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread sudhansu7
Github user sudhansu7 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63715139 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] cloudstack pull request: CLOUDSTACK-9380: fix NPE in listDomains A...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1550#issuecomment-220046965 ### CI RESULTS ``` Tests Run: 82 Skipped: 0 Failed: 0 Errors: 4 Duration: 8h 18m 52s ``` **Summary of the

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

2016-05-18 Thread NuxRo
Github user NuxRo commented on the pull request: https://github.com/apache/cloudstack/pull/1297#issuecomment-220033959 Thanks buddies. --- 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

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread The-Loeki
Github user The-Loeki commented on the pull request: https://github.com/apache/cloudstack/pull/1547#issuecomment-220043104 'aight, pulling that string reveals a few more problems to fix unfortunately. * `cloud-init-early` shell script creates/modifies `ports.conf`, `default`,

[GitHub] cloudstack pull request: CLOUDSTACK-9358: StringIndexOutOfBoundsEx...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1503#issuecomment-220038585 Im not sure. I need to check the mailing list to see if there are other PRs with similar errors. It seems to have the same errors for the past 3 runs, so it seems

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Simon Weller
It prevented /usr/share/cloudstack-mysql-ha/lib/*.jar from loaded. They need to be loaded together it seems and pulling the ha jar into the classpath doesn't work either. So this change functions for all the folks that have tested it thus far and passed CI, so I wonder why your environment is

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220037863 If we have to revert this, it will be a mess. Lets try to get to the bottom of this ASAP as the freeze is basically here... --- If your project is set up for it,

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63707528 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
Simon, If I look at the changes of the commit I've mentioned, I can only see a change for /usr/share/cloudstack-mysql-ha/lib/*.jar (*jar -> *.jar) The mysql-connector-java was already part of it. This is the entry in our catalina.properties :

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-18 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1516#discussion_r63707401 --- Diff: test/integration/component/maint/test_capacity_host_delete.py --- @@ -0,0 +1,195 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Simon Weller
Nick, mysql-connector-java.jar was moved into the tomcat common.loader in /etc/cloudstack/management/catalina.properties:

[GitHub] cloudstack pull request: Lower the time we wait for interfaces to ...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1471#issuecomment-220032965 @remibergsma that failure is not one I commonly see, but I definitely do have periodic failures in my environment which complain about "not being able to connect to

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Will Stevens
Haha. I thought of that and didn't want to mention it because I thought it would be too fragile and not very ASFy. But if we have a ​ mirror ​ list, it would be a good option as one of the items in the list as a backup. On May 18, 2016 8:33 AM, "Erik Weber" wrote: I guess

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-18 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1494#issuecomment-220031468 great Nick, can you explain your choosen path for prosterity? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack pull request: This branch implements the CSV and native...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/351#issuecomment-220031084 @rhtyd can you work with @anshul1886 to understand what is going on here? This is important as we are about to freeze master and cut 4.9. Thanks... --- If your

Re: Problem enabling Intermediate SSL Certificate on Console VM

2016-05-18 Thread Daan Hoogland
Thanks for reporting back Ohzan, sorry we couldn't be of much help ;) On Wed, May 18, 2016 at 2:52 PM, Özhan Rüzgar Karaman < oruzgarkara...@gmail.com> wrote: > Hi; > I solved the issue, somehow Alpha SSL has an extra space character in their > intermediate CA file. So i removed the space

[GitHub] cloudstack pull request: dynamic-roles: remove unnecessary order b...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1551#issuecomment-220030012 Do you have reports already of this causing problems? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cloudstack pull request: CLOUDSTACK-9362: Skip VXLANs when rewriti...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1513#issuecomment-220025750 The tests that were failing are not failing anymore, I think this is ready... --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack pull request: CLOUDSTACK-9362: Skip VXLANs when rewriti...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1513#issuecomment-220025466 ### CI RESULTS ``` Tests Run: 44 Skipped: 0 Failed: 0 Errors: 0 Duration: 3h 20m 40s ```

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/669#issuecomment-220025191 This shows that it does not break anything, but I don't think we have any verification that this feature works as expected yet... --- If your project is set up for

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/669#issuecomment-220024998 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 1 Errors: 0 Duration: 4h 18m 27s ``` **Summary of the

[GitHub] cloudstack pull request: SystemVM cleanups

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1414#issuecomment-220023373 I think this one is ready... --- 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

[GitHub] cloudstack pull request: SystemVM cleanups

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1414#issuecomment-220023082 ### CI RESULTS ``` Tests Run: 83 Skipped: 0 Failed: 0 Errors: 2 Duration: 8h 32m 12s ``` **Summary of the

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread The-Loeki
Github user The-Loeki commented on the pull request: https://github.com/apache/cloudstack/pull/1547#issuecomment-220022831 @linas-h1p tnx for the intel. Strange that I didn't encounter this, I'll go check --- If your project is set up for it, you can reply to this email and have

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

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1297#issuecomment-220021664 CI came back with a clean bill of health this time... The scale-vm error was also seen in a different PR, so I don't think it is related to this one. I

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

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1297#issuecomment-220020636 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 0 Errors: 0 Duration: 9h 11m 45s ```

[GitHub] cloudstack pull request: CLOUDSTACK-9358: StringIndexOutOfBoundsEx...

2016-05-18 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1503#issuecomment-220019839 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 1 Errors: 1 Duration: 11h 12m 43s ``` **Summary of the

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-18 Thread nlivens
Github user nlivens commented on the pull request: https://github.com/apache/cloudstack/pull/1494#issuecomment-220019415 @remibergsma, @DaanHoogland, @swill, I've added an update to this PR. We're stepping away from the no-redist model :) --- If your project is set up for it, you

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-18 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220019059 Hi @anshul1886 Can you be more specific about the class that is given you problems and the variables? Thanks! --- If your project is set up for it, you can

Re: Problem enabling Intermediate SSL Certificate on Console VM

2016-05-18 Thread Özhan Rüzgar Karaman
Hi; I solved the issue, somehow Alpha SSL has an extra space character in their intermediate CA file. So i removed the space character and reinstall the intermediate CA an now Console VM is fine. I will also remind Alpha SSL about the extra space character in their intermediate CA file. Thanks

Re: repository/nexus down

2016-05-18 Thread Jeff Hair
Indeed. Apache Status site currently says: "We are experiencing ongoing issues with nexus performance. Expect occasional 502 errors on deployments while we work on moving the service. There will be a prolonged emergency outage of approximately 6 hours starting around UTC for data

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread linas-h1p
Github user linas-h1p commented on the pull request: https://github.com/apache/cloudstack/pull/1547#issuecomment-220014434 Seems to be ok now. Thanks for the quick fix. Another issue: With the remade apache config generation, i see you are either putting multiple Listen

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Erik Weber
I guess we could even host it with github pages? On Wed, May 18, 2016 at 2:28 PM, Will Stevens wrote: > I like this approach as well. Seems like a nice solution and builds in > redundancy if a specific mirror is down for some reason. > On May 18, 2016 4:06 AM, "Paul

RE: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Will Stevens
I like this approach as well. Seems like a nice solution and builds in redundancy if a specific mirror is down for some reason. On May 18, 2016 4:06 AM, "Paul Angus" wrote: > Pulling a few threads together - if the ASF would create a > download.cloudstack.org page on

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1547#discussion_r63692269 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsConfig.py --- @@ -82,7 +82,10 @@ def get_dns(self): conf =

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread The-Loeki
Github user The-Loeki commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1547#discussion_r63691374 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsConfig.py --- @@ -58,25 +58,35 @@ def get_level(self): return self.__LOG_LEVEL

Re: repository/nexus down

2016-05-18 Thread Anton Vinogradov
Down again. On Tue, May 17, 2016 at 7:25 PM, Will Stevens wrote: > Everything seems to be back to good. Thank you for your hard work.  > > On Tue, May 17, 2016 at 11:46 AM, Will Stevens > wrote: > >> Thank you sir. I will let you know if

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220005496 @anshul1886 okay, let's debug; - After you mvn re-built cleanly, did you run mvn deploydb? - If yes, what is the output of: select * from configuration where

[GitHub] cloudstack pull request: Fixes for VirtualRouters in Basic Network...

2016-05-18 Thread The-Loeki
Github user The-Loeki commented on the pull request: https://github.com/apache/cloudstack/pull/1547#issuecomment-220004141 @linas-h1p thanks for noticing, that fix got lost in commit msg translation. I've amended the `CsAddress.py` commit to (un)fix the whitespacing & readded

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-18 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1511#discussion_r63688438 --- Diff: server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java --- @@ -341,179 +350,172 @@ public SslCertResponse

  1   2   >