[GitHub] cloudstack issue #1741: Updated StrongSwan VPN Implementation

2017-02-08 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1741 @DaanHoogland I don't think this will work. I think you have to manually specify a SystemVM template built from this PR in order for the tests to work. I don't think a SystemVM from this PR is

[GitHub] cloudstack issue #1905: CLOUDSTACK-9738: [Vmware] Optimize vm expunge proces...

2017-02-08 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1905 @karuturi 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 #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2017-02-08 Thread nathanejohnson
Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/1697 @karuturi do you happen to remember which files conflicted? I seem to remember VolumeOrchestrator.java having some changes in master that weren't in 4.9. I've looked over all of

Re: PRs for 4.10

2017-02-08 Thread Will Stevens
@Daan: In order for the tests to pass with 1741, the tests have to be run with the SystemVM from the PR being used. *Will STEVENS* Lead Developer On Wed, Feb 8, 2017 at 2:46 AM, Daan Hoogland wrote: > About 1741, I started the packaging, Will

Re: [PROPOSAL] Extra DHCP options

2017-02-08 Thread Dustin Wright
This is somewhat off topic, but related. I've always thought ApacheCloudStack should come with a PXE server on the controller to boot the hypervisors over the network. Automatic construction of the hypervisors so there are no local disks would be really nice. I imagine DHCP attributes could be a

Re: GSoC projects

2017-02-08 Thread Rene Moser
On 02/08/2017 02:46 PM, Syed Ahmed wrote: > I want to propose another topic to relplace our old and crummy console with > a NoVNC console. Long time ago I developed a prototype and the results were > very promising [2]. I have opened a JIRA ticket for this as well [1] That would be AWESOME!

Re: [PROPOSAL] Extra DHCP options

2017-02-08 Thread Sigert GOEMINNE
Hi Syed, We specified storing the DHCP options in the nic_details table as alternatives in the FS. There are however some downsides to this approach: - Storing each DHCP option as key (=dhcp code),value (=dhcp value) pair: In this case nobody else can use numeric keys in nic_details because

Re: [PROPOSAL] Extra DHCP options

2017-02-08 Thread Sergey Levitskiy
I personally like this option. This way you can obtain all DHCP options at once very fast and manipulate them as you see fit in the respective module - A second option could be that we store all the DHCP options in *one* key,value pair. As key we pick a specific value say;

[GitHub] cloudstack issue #1747: CLOUDSTACK-9574: Redesign storage views

2017-02-08 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1747 @rafaelweingartner Do we get you LGTM? @DaanHoogland @rhtyd Can we kick off tests for this? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack issue #1727: CLOUDSTACK-9539: Support changing Service offering f...

2017-02-08 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1727 Hi @rafaelweingartner! Thanks a lot for your review! As usual, your comments are really valuable. I agree with you on the points you've mentioned and I've refactored the PR based on them,

[GitHub] cloudstack issue #1727: CLOUDSTACK-9539: Support changing Service offering f...

2017-02-08 Thread rafaelweingartner
Github user rafaelweingartner commented on the issue: https://github.com/apache/cloudstack/pull/1727 Great job. I just noticed two possible cases that might be a good idea to write a test case for. Test case for method “createAndPersistVMSnapshot” to check when an

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/844 Trillian test result (tid-807) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 34311 seconds Marvin logs:

Re: GSoC projects

2017-02-08 Thread Rafael Weingärtner
Hi guys, Do you find interesting integrating ACS with OpenID Connect identity providers? Today ACS supports SAML; therefore, it can be used in federated systems that are created using Shibboleth or OpenAM. OpenID Connect is an alternative to SAML to create federations. Would you like to see ACS

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/844 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

[GitHub] cloudstack issue #1741: Updated StrongSwan VPN Implementation

2017-02-08 Thread DaanHoogland
Github user DaanHoogland commented on the issue: https://github.com/apache/cloudstack/pull/1741 @blueorangutan 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

[GitHub] cloudstack issue #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2017-02-08 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1697 @nathanejohnson @kiwiflyer There were some conflicts while merging to master. I went ahead and resolved as they are minor conflicts. Please verify that everything is fine on master. --- If

[GitHub] cloudstack issue #1741: Updated StrongSwan VPN Implementation

2017-02-08 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1741 @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests --- If your project is set up for it, you can reply to this email and have your

old wishes

2017-02-08 Thread Daan Hoogland
H devs, I am busy closing all wishes that haven’t been discussed for more then 2 years. Please feel free to reopen any that you feel are still relevant. Going through them one by one turned out to be to time consuming. Verzonden vanuit Mail voor

[GitHub] cloudstack pull request #1644: Honors the snapshot.backup.rightafter configu...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1644 --- 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 #1697: CLOUDSTACK-4858 Honors the snapshot.backup.ri...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1697 --- 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-docs-admin issue #41: 50% of the doc strings are translated into ...

2017-02-08 Thread lmrv
Github user lmrv commented on the issue: https://github.com/apache/cloudstack-docs-admin/pull/41 Thanks @asfgit for merging. There is an "Permission Denied You don't have the proper permissions to view this page. Please contact the owner of this project to request

GSoC projects

2017-02-08 Thread Daan Hoogland
FYI, I am adding the label “considerForGSoC” to issues in jira. Please do the same if you want topropose anything. Verzonden vanuit Mail voor KVM-guests daan.hoogl...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden, Utrecht

[GitHub] cloudstack pull request #1900: CLOUDSTACK-8862: Introduced new state attachi...

2017-02-08 Thread anshul1886
GitHub user anshul1886 reopened a pull request: https://github.com/apache/cloudstack/pull/1900 CLOUDSTACK-8862: Introduced new state attaching for volume. This will… … make sure that other attach operation on same volume will fail gracefully without calling access calls for

[GitHub] cloudstack pull request #1929: [4.9] CLOUDSTACK-9770: fix missing ip routes ...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1929 --- 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

[PROPOSAL] Extra DHCP options

2017-02-08 Thread Sigert GOEMINNE
All, We would like to add support for extra DHCP options to Nuage in CloudStack. We want to add an extra optional parameter for extra DHCP options to the deployVm, updateVM and addNic API, and pass this to the plugin, using a new method on the DHCP Service provider interface. Please take a look

[GitHub] cloudstack pull request #1900: CLOUDSTACK-8862: Introduced new state attachi...

2017-02-08 Thread anshul1886
Github user anshul1886 closed the pull request at: https://github.com/apache/cloudstack/pull/1900 --- 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 #1898: CLOUDSTACK-8862: Lock on volume before attempting to...

2017-02-08 Thread ProjectMoon
Github user ProjectMoon commented on the issue: https://github.com/apache/cloudstack/pull/1898 Closed in favor of #1900 --- 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 pull request #1898: CLOUDSTACK-8862: Lock on volume before attemp...

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

RE: GSoC projects

2017-02-08 Thread Daan Hoogland
Thanks Said, I stopped using the consider.. label btw. It didn't add value in hindsight so I added GSoC2017 to yours as well daan.hoogl...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden, Utrecht Utrecht 3531 VENetherlands @shapeblue -Original Message- From: Syed

Re: [PROPOSAL] Extra DHCP options

2017-02-08 Thread Syed Ahmed
Hi Sigert, Instead of creating a new table `nic_extra_dhcp_option` is it possible to use the table `nic_options` The *_details tables are usually used as a key-value store to store details about the various secondary params. You can have a look at host_details table for example. There is already

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/844 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-475 --- 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

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/844 @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your

Re: GSoC projects

2017-02-08 Thread Syed Ahmed
I want to propose another topic to relplace our old and crummy console with a NoVNC console. Long time ago I developed a prototype and the results were very promising [2]. I have opened a JIRA ticket for this as well [1] [1] https://issues.apache.org/jira/browse/CLOUDSTACK-9778 [2]

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread DaanHoogland
Github user DaanHoogland commented on the issue: https://github.com/apache/cloudstack/pull/844 @blueorangutan package --- 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 #1767: CLOUDSTACK-9457: Allow retrieval and modification of...

2017-02-08 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1767 @karuturi @rafaelweingartner thanks! I closed Jira ticket 9379 --- 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

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread DaanHoogland
Github user DaanHoogland commented on the issue: https://github.com/apache/cloudstack/pull/844 @blueorangutan 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

[GitHub] cloudstack issue #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced zone wit...

2017-02-08 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/844 @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests --- If your project is set up for it, you can reply to this email and have your

RE: PRs for 4.10

2017-02-08 Thread Daan Hoogland
Rajani, I found 844 browsing through old wishes and I think it should go in. testing is underway but I don't know about the review and new test code yet. daan.hoogl...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden, Utrecht Utrecht 3531 VENetherlands @shapeblue

[GitHub] cloudstack issue #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2017-02-08 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1697 I think the conflicts were on VolumeOrchestrator.java and TemplateManagerImplTest.java --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack issue #1794: added more guest os

2017-02-08 Thread luhaijiao
Github user luhaijiao commented on the issue: https://github.com/apache/cloudstack/pull/1794 can we have it too in 4.10 @karuturi --- 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 #844: [4.10] CLOUDSTACK-7985: assignVM in Advanced z...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/844 --- 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: GSoC projects

2017-02-08 Thread Rajani Karuturi
I added two: CLOUDSTACK-8310 - commit to commit db upgrades and db version control CLOUDSTACK-9777 - decouple cloudstack UI Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On February 9, 2017 at 9:12 AM, Rafael Weingärtner (rafaelweingart...@gmail.com) wrote: Hi guys, Do you find

apidocs build failure

2017-02-08 Thread Rajani Karuturi
Hi all, All the apidocs builds[1] are failing after the recent java 8 change. Can anyone having access fix it? Or should we talk to INFRA about it? Error message: [INFO] - [ERROR] COMPILATION ERROR : [INFO]