Re: [VOTE] Apache Cloudstack 4.9.0 RC2

2016-08-05 Thread Pierre-Luc Dion
I'm working on the release note, so I've installed rpm's from apt-get.eu; the managemnt server was not able to start because of a missing column (account.role_id), I'm not seing an alter tables for this column in setup/db/db/schema-481to490.sql but the creation of the table role is there. I did a

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-05 Thread Will Stevens
Yes. I think I should stop the vote and fix this. Thx... On Aug 5, 2016 7:56 PM, "Milamber" wrote: > if I change the version in ./tools/checkstyle/pom.xml to 4.8.2, I can > build the debian packages successfully. > Note I use the git tag 4.8.2RC1 to build, but the tar.bz2

Re: SSLv3 on Apache Cloudstack 4.9.0 RC2

2016-08-05 Thread Will Stevens
Can you confirm if it is a 4.9 issue or a cloudmonkey issue? On Aug 5, 2016 8:45 PM, "ilya" wrote: > Looks more like cloudmonkey 5.3.2 issue - i guess.. > > I confirmed i'm not serving SSLv3 - which would be Tomcat configuration > issue anyway. > > (lab1-ssl) >

[GitHub] cloudstack pull request #:

2016-08-05 Thread pdion891
Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack/commit/4347776ac6ef9ae86fb016862f4a6b2376f8319a#commitcomment-18546909 In setup/db/db/schema-481to490.sql: In setup/db/db/schema-481to490.sql on line 473: Role User description is for

Re: SSLv3 on Apache Cloudstack 4.9.0 RC2

2016-08-05 Thread ilya
Looks more like cloudmonkey 5.3.2 issue - i guess.. I confirmed i'm not serving SSLv3 - which would be Tomcat configuration issue anyway. (lab1-ssl) > list zones Connection refused by server: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:590) Error Authentication

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-08-05 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1542 Oh that's sad, no problem, thanks anyways @DaanHoogland --- 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

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-05 Thread Milamber
if I change the version in ./tools/checkstyle/pom.xml to 4.8.2, I can build the debian packages successfully. Note I use the git tag 4.8.2RC1 to build, but the tar.bz2 archives have the 4.8.1 version for checkstyle pom.xml file too. Perhaps, Will, you must stop the vote, fixes, and launch a

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1619 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1619 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1615 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1615 --- If your project is set up for it, you can reply to this email and have your

SSLv3 on Apache Cloudstack 4.9.0 RC2

2016-08-05 Thread ilya
Has anyone tested Cloudstack 4.9.0 RC2 with SSL? Somehow, in my case tomcat reverted back to SSL v3 on port 8443 - which is a big no-no. Please kindly check, alternatively if i dont hear from anyone i will raise a blocker. On 8/3/16 10:39 PM, ilya wrote: > Hi Will and Team > > Can someone

Re: Vmware NSX Transformers

2016-08-05 Thread Nicolás Vázquez
I've been thinking that it could be easier to adapt existing Nicira NVP Plugin than creating a new one. A possible approach could be this one: Add a parameter to addNiciraNvpDeviceCmd, say isnsxtransformers, that could work like this: - if it is false (or null): actual nicira nvp device will be

[GitHub] cloudstack issue #1623: CLOUDSTACK-9317: Enable/disable static NAT associate...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1623 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1623 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1622 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1622 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1620: oobm: simply change password transactional logic

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1620 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1620 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1624: Fixes regarding VOLUME_DELETE events resulting from ...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1624 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1624 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73766528 --- Diff: server/src/com/cloud/storage/ImageStoreDetailsUtil.java --- @@ -20,48 +20,68 @@ import javax.inject.Inject; +import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73765825 --- Diff: server/src/com/cloud/storage/ImageStoreDetailsUtil.java --- @@ -20,48 +20,68 @@ import javax.inject.Inject; +import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73765615 --- Diff: server/src/com/cloud/storage/ImageStoreDetailsUtil.java --- @@ -20,48 +20,68 @@ import javax.inject.Inject; +import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73765448 --- Diff: server/src/com/cloud/configuration/ConfigurationManagerImpl.java --- @@ -520,6 +528,16 @@ public String updateConfiguration(final long

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73764835 --- Diff: api/src/org/apache/cloudstack/api/command/admin/config/UpdateCfgCmd.java --- @@ -145,6 +156,9 @@ public void execute() { if

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-05 Thread Will Stevens
I will look into this. Thanks... *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Fri, Aug 5, 2016 at 3:50 PM, Milamber wrote: > > Hello, > > I have this error when I

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1622 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1615 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1615 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1619 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1619 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-08-05 Thread DaanHoogland
Github user DaanHoogland commented on the issue: https://github.com/apache/cloudstack/pull/1542 @nvazquez unfortunately I no longer am involved in cloud computing. I'd really need a deep dive to give value, sorry. --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1622 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1623: CLOUDSTACK-9317: Enable/disable static NAT associate...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1623 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1623: CLOUDSTACK-9317: Enable/disable static NAT associate...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1623 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1620: oobm: simply change password transactional logic

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1620 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1623: CLOUDSTACK-9317: Enable/disable static NAT associate...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1623 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1619 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1622 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1620: oobm: simply change password transactional logic

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1620 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1624: Fixes regarding VOLUME_DELETE events resulting from ...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1624 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1626 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1626 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1624: Fixes regarding VOLUME_DELETE events resulting from ...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1624 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1626 A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan kick --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1626 you're welcome @rhtyd --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1626 @rhtyd I understand these comments: "help", "hello", "thanks", "kick", "results?" Authorized contributors for kicking Trillian Jenkins job are: ['rhtyd', 'jburwell'] --- If your

[GitHub] cloudstack issue #1602: CLOUDSTACK-9422: Granular 'vmware.create.full.clone'...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1602 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1602 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1606: Allow CGN (RFC6598) to be used within a VPC

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1606 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1606 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1541 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1541 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan help --- 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

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73753387 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -537,15 +540,51 @@ public Answer

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73753345 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -537,15 +540,51 @@ public Answer

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73753271 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java --- @@ -1353,6 +1363,20 @@ public void

[GitHub] cloudstack issue #1607: SSVM downloader now handles redirects properly.

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1607 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1607 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1626 hello @rhtyd --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan hello --- 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

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-05 Thread Simon Weller
We're running this in production with a few back ported patches from 4.9. Environment: 3 Management servers load balanced KVM hosts Ceph primary storage with multiple Ceph pods tied to different ACS clusters. Advanced networking with VPCs. +1 From: Will

[GitHub] cloudstack issue #1600: Support Backup of Snapshots for Managed Storage

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1600 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1600 --- If your project is set up for it, you can reply to this email and have your

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-05 Thread Milamber
Hello, I have this error when I try to build the debian packages (on ubuntu 14.04) [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloudstack-framework --- [INFO] Building jar: /root/CS/cloudstack-dev/tools/checkstyle/target/checkstyle-4.8.1.jar [...] [ERROR] Failed to

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1619 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1619 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1622 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1622 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1620: oobm: simply change password transactional logic

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1620 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1620 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan echo --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 testing - ignore me --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan showprogress --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @blueorangutan kickpkgs --- 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

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread ProjectMoon
Github user ProjectMoon commented on the issue: https://github.com/apache/cloudstack/pull/1622 Will check it out on Monday. Very weird that the end of the build is not an error specifically. Just "ending due to build failure" or some such. The first exception I see is:

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73745286 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageSubsystemCommandHandler.java --- @@ -66,19 +68,28 @@ public

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73744970 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -537,15 +540,51 @@ public Answer

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73744705 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -537,15 +540,51 @@ public Answer

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73742358 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java --- @@ -1353,6 +1363,20 @@ public void

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-05 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r73742107 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java --- @@ -1353,6 +1363,20 @@ public void

[GitHub] cloudstack issue #1602: CLOUDSTACK-9422: Granular 'vmware.create.full.clone'...

2016-08-05 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1602 @rhtyd can you re-kick this PR for @blueorangutan? --- 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

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1622 @ProjectMoon Travis is now passing, but Jenkins failed. Could you please investigate the failure and fix it? --- If your project is set up for it, you can reply to this email and have your

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-05 Thread Will Stevens
Bump... On Thu, Aug 4, 2016 at 11:38 AM, Will Stevens wrote: > Link didn't get auto-created correctly, so here it is again for everyone > who is using something like gmail as a client: > > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=s >

[GitHub] cloudstack pull request #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread ProjectMoon
GitHub user ProjectMoon reopened a pull request: https://github.com/apache/cloudstack/pull/1622 Adding missing bits field to TemplateResponse This pull request adds a bits field for template size, and sets it equal to ISO size. You can merge this pull request into a Git repository

[GitHub] cloudstack pull request #1622: Adding missing bits field to TemplateResponse

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

CS 4.5.2 Load Balancer as SSL endpoint

2016-08-05 Thread Livio Nagy
Hi, I'm trying to use the CS 4.5.2 Load Balancer in https mode (SSL Termination done on the LB) but I'm unable to upload the certificates. I follow the instructions on this wiki: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSL+Termination+Support#SSLTerminationSupport-Introduction

[GitHub] cloudstack issue #1602: CLOUDSTACK-9422: Granular 'vmware.create.full.clone'...

2016-08-05 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1602 I rebased master branch and pushed again, could it be ran again? @blueorangutan --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cloudstack issue #1621: [CLOUDSTACK-9444] Fix a little issue from PR1610 if ...

2016-08-05 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1621 @jburwell I can do it late next week, pretty stacked up currently. --- 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

[GitHub] cloudstack issue #1602: CLOUDSTACK-9422: Granular 'vmware.create.full.clone'...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1602 Packaging result: ✖centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1602 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1600: Support Backup of Snapshots for Managed Storage

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1600 Packaging result: ✖centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1600 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1622: Adding missing bits field to TemplateResponse

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1622 Packaging result: ✔centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1622 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1619 Packaging result: ✖centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1619 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1621: [CLOUDSTACK-9444] Fix a little issue from PR1610 if ...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1621 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1621 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1606: Allow CGN (RFC6598) to be used within a VPC

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1606 Packaging result: ✖centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1606 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1620: oobm: simply change password transactional logic

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1620 Packaging result: ✖centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1620 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1607: SSVM downloader now handles redirects properly.

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1607 Nevermind @blueorangutan the jenkins job died due to git/github related errors: error: index-pack died of signal 15 fatal: index-pack failed I'll kick it again --- If your

[GitHub] cloudstack pull request #1607: SSVM downloader now handles redirects properl...

2016-08-05 Thread ProjectMoon
GitHub user ProjectMoon reopened a pull request: https://github.com/apache/cloudstack/pull/1607 SSVM downloader now handles redirects properly. Previously it was using the HttpClient to make an initial request to an ISO. This would follow redirects. Then it would make another

[GitHub] cloudstack pull request #1607: SSVM downloader now handles redirects properl...

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

[GitHub] cloudstack issue #1607: SSVM downloader now handles redirects properly.

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1607 Packaging result: ✖centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1607 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1606: Allow CGN (RFC6598) to be used within a VPC

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1606 LGTM (did not test it, kicked a packaging build) --- 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 issue #1621: [CLOUDSTACK-9444] Fix a little issue from PR1610 if ...

2016-08-05 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1621 @borisstoyanov do you have the bandwidth to manually test upgrading 4.8 to 4.9 using this patch? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1619 Nevermind @blueorangutan centos7 packaging worked, debian builder had an issue so it failed. I've fixed them. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1619: Add the Transifex config for next version of CS (4.1...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1619 Packaging result: ✖centos7 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1619 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request #1611: marvin: deploy clusters in separate threads

2016-08-05 Thread rhtyd
GitHub user rhtyd reopened a pull request: https://github.com/apache/cloudstack/pull/1611 marvin: deploy clusters in separate threads This speeds up cluster deployment by Marvin, each cluster deployment can be executed in separate threads. This for example, allows for setting up

[GitHub] cloudstack pull request #1611: marvin: deploy clusters in separate threads

2016-08-05 Thread rhtyd
Github user rhtyd closed the pull request at: https://github.com/apache/cloudstack/pull/1611 --- 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 #1599: Marvin: Fix codegenerator to work with API di...

2016-08-05 Thread rhtyd
GitHub user rhtyd reopened a pull request: https://github.com/apache/cloudstack/pull/1599 Marvin: Fix codegenerator to work with API discovery This fixes Marvin cloudstackAPI generator to work with a live running mgmt server's api discovery. You can merge this pull request into a

[GitHub] cloudstack pull request #1599: Marvin: Fix codegenerator to work with API di...

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

Re: current list of blockers

2016-08-05 Thread Rohit Yadav
CLOUDSTACK-9437 has been fixed and applied on 4.9+. This can be closed. CLOUDSTACK-9420 needs a checking against latest 4.9.0 release or master. We also have a build blocker which is around systemvm template building: (not exactly a road-block but would be great to get it merged)

[GitHub] cloudstack issue #1621: [CLOUDSTACK-9444] Fix a little issue from PR1610 if ...

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1621 The changes won't be tested by Trillian as it does not support upgrade tests yet. Based on the packaging result, we can accept it if anyone has performed an upgrade test manually. /cc @karuturi

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-05 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @karuturi can we merge this as well, this is the last of build blockers. I'm currently increasing Jenkins slave capacity so @blueorangutan can kick packaging and eventually start testing against

[GitHub] cloudstack issue #1621: [CLOUDSTACK-9444] Fix a little issue from PR1610 if ...

2016-08-05 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1621 Alright, your PR did not break packaging! Packages built and available at: http://packages.shapeblue.com/cloudstack/custom/github-1621 --- If your project is set up for it, you can reply

  1   2   >