[DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread Rajani Karuturi
While fixing a doc issue, I added *.po and *.mo files to the merge ignore list(see .gitattributes file) and merged from 4.3 to 4.4 to master. If we could follow this, it would be really helpful. Basically, fix in the lowest possible version and merge upwards. The merges would be very trivial as th

Re: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Ian Duffy
Hi Wilder, The travis stuff is experimental. I will take a look at this for you and see if its anything to be concerned about. Thanks, Ian On 10 September 2014 07:00, Wilder Rodrigues wrote: > Hi guys, > > Last night I sent a pull request, after rebasing and fixing some conflicts > in Virtua

RE: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Wilder Rodrigues
Hi Ian, Super thanks! I’m executing the tests again to see if there is any hiccup with the environment, although I did that twice yesterday. In case you find some strangeness in the pull request, please, do not hesitate to contact me. Cheers, Wilder From: Ian Duffy [mailto:i...@ianduffy.ie]

[DRAFT] Report Q3 Apache Cloudstack

2014-09-10 Thread Hugo Trippaers
Hey All, This is the draft board report for Apache CloudStack for this quarter. Please let me know if you have any feedback. Cheers, Hugo DESCRIPTION Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scal

Jenkins build is still unstable: simulator-singlerun #330

2014-09-10 Thread jenkins
See

Re: [DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread Sebastien Goasguen
On Sep 10, 2014, at 3:04 AM, Rajani Karuturi wrote: > While fixing a doc issue, I added *.po and *.mo files to the merge ignore > list(see .gitattributes file) and merged from 4.3 to 4.4 to master. > FYI: not sure what you are merging, but the .po and .mo are for the localization. Since the d

RE: [DRAFT] Report Q3 Apache Cloudstack

2014-09-10 Thread Stephen Turner
Two trivial typos in this sentence: The comunity decided not to market this release to a bid audience and work on a maintenance release immediately. community (two m's) and big (not bid). -- Stephen Turner -Original Message- From: Trippie [mailto:trip...@gmail.com] On Be

Re: Review Request 25476: CLOUDSTACK-7520: [UI] keep advanced search parameters visible after search has been run.

2014-09-10 Thread Rohit Yadav
> On Sept. 9, 2014, 2:02 p.m., Rohit Yadav wrote: > > ui/scripts/ui/widgets/listView.js, line 1857 > > > > > > Should n't this be declared as var, also this is not used or referenced > > in the function definition. >

Re: [DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread Rajani Karuturi
On Wed, Sep 10, 2014 at 1:14 PM, Sebastien Goasguen wrote: > > On Sep 10, 2014, at 3:04 AM, Rajani Karuturi wrote: > > > While fixing a doc issue, I added *.po and *.mo files to the merge ignore > > list(see .gitattributes file) and merged from 4.3 to 4.4 to master. > > > > FYI: not sure what yo

Re: Marvin test cleanup

2014-09-10 Thread Daan Hoogland
Alex, I like the idea. What worries me is the possibility to run test cases on a life system. I think it is useful for some operators to be able to do that. Those people must not lose any objects that were created outside of the test suite. Therefore it can be very tricky, not very different from

Jenkins build is back to normal : build-master #1578

2014-09-10 Thread jenkins
See

Re: [DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 10:47 AM, Rajani Karuturi wrote: > On Wed, Sep 10, 2014 at 1:14 PM, Sebastien Goasguen > wrote: > >> >> On Sep 10, 2014, at 3:04 AM, Rajani Karuturi wrote: >> >>> While fixing a doc issue, I added *.po and *.mo files to the merge ignore >>> list(see .gitattributes file)

Re: [DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread Daan Hoogland
see you managed to do this strategy in the docs, great. plusone. any resolutions on the how to keep the po files up to date? On Wed, Sep 10, 2014 at 10:47 AM, Rajani Karuturi wrote: > On Wed, Sep 10, 2014 at 1:14 PM, Sebastien Goasguen > wrote: > > > > > On Sep 10, 2014, at 3:04 AM, Rajani Kar

Re: Review Request 25474: CLOUDSTACK-7519: Using bound/unbound methods instead of directly calling API methods from test case

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25474/#review52839 --- Ship it! Thanks for this followup patch. pushed to master 81d5dd9b

Re: [DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 11:09 AM, Daan Hoogland wrote: > see you managed to do this strategy in the docs, great. plusone. any > resolutions on the how to keep the po files up to date? this is very much a manual process, the po files need to be generated by hand for each release based on the curren

Jenkins build is back to normal : build-master-noredist #3494

2014-09-10 Thread jenkins
See

Re: [DOC] cloudstack-docs-admin git merge strategy

2014-09-10 Thread Daan Hoogland
Your getting the question, I just had the tense wrong. I meant in the future (implied by the 'resolution') On Wed, Sep 10, 2014 at 11:12 AM, sebgoa wrote: > > On Sep 10, 2014, at 11:09 AM, Daan Hoogland > wrote: > > > see you managed to do this strategy in the docs, great. plusone. any > > res

Re: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Ian Duffy
HI Wilder, I cloned your branch, compiled it and ran it in simulator mode. mvn -pl :cloud-client-ui jetty:run -D simulator I browsed about the UI for a bit, I seen an exception been thrown when I went to the accounts page, the page would not successfully load. I went ahead and deployed the adva

RE: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Wilder Rodrigues
Thanks Ian, I will follow the same steps, because it’s really weird. I’m running with mvn –pl :cloud-ui jetty:run, but no simulator. Accounts page looks fine, I even executed the accounts related tests. Advance zone was also deployed successfully. The data form my accounts page: admin Admin

Re: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Ian Duffy
> You clone the “test-cmd-rebase” branch, right? Yes positive: *$ *git status On branch test-cmd-rebase Your branch is up-to-date with 'origin/test-cmd-rebase'. Try your work against the simulator. On 10 September 2014 10:44, Wilder Rodrigues wrote: > Thanks Ian, > > > > I will follow th

Re: Review Request 25476: CLOUDSTACK-7520: [UI] keep advanced search parameters visible after search has been run.

2014-09-10 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25476/#review52841 --- Ship it! Ship It! - Rajani Karuturi On Sept. 9, 2014, 1:47 p.m.,

Jenkins build is still unstable: simulator-singlerun #331

2014-09-10 Thread jenkins
See

Re: Review Request 25476: CLOUDSTACK-7520: [UI] keep advanced search parameters visible after search has been run.

2014-09-10 Thread Rajani Karuturi
> On Sept. 10, 2014, 10:07 a.m., Rajani Karuturi wrote: > > Ship It! commit 75cd79a2382486385b5ae901c5b5c45cbd1505fc - Rajani --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25476/#review5284

Re: Review Request 25435: [CLOUDSTACK-7159] Add "usageid" parameter to the "listUsageRecords" API call.

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25435/#review52845 --- Merged on master: commit 70142c4acb84a2d2b1fe8806c159493e4a556532 Au

Re: Review Request 25430: live migration is failing for vm deployed using dynaic compute offerings with NPE

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25430/#review52846 --- Just want to check with other reviewers, if this contribution is goo

Re: Review Request 25266: Simulator build support need to extends for RPM build

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25266/#review52847 --- This is great, can you also add rules for creating deb packages as w

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25429/#review52848 --- Thanks for your contribution, can you share with us if this was test

Re: Review Request 25426: CLOUDSTACK-7370: Fixed password visible in plain text if password passed is in the end in url

2014-09-10 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25426/ --- (Updated Sept. 10, 2014, 10:34 a.m.) Review request for cloudstack, Abhinandan

RE: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Wilder Rodrigues
Okay… I’m cloning it in a different place, just to make sure I follow the same steps as you. Once I get it tested… will share my thoughts again. ☺ Thanks again for the support. Cheers, Wilder From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: woensdag 10 september 2014 12:06 To: Wilder Rodrigues

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread Rohit Yadav
Hi Sebastien, On 09-Sep-2014, at 9:13 pm, sebgoa wrote: > Ok, so I would like to get confirmation from other folks on whether this is > the right way to do it or not. > And if it's the current version or not. > > I am cc Abhi and animesh who worked on 4.3.0 After my fixes, I see that builds are

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Mihaela Stoica
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25429/ --- (Updated Sept. 10, 2014, 11:50 a.m.) Review request for cloudstack, Brian Feder

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Mihaela Stoica
> On Sept. 10, 2014, 11:32 a.m., Rohit Yadav wrote: > > Thanks for your contribution, can you share with us if this was tested and > > with UI contributions can we see a screenshot with/without KVM hosts. Thank you for your comments. I've just updated the "testing" section. Also attached scree

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Mihaela Stoica
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25429/ --- (Updated Sept. 10, 2014, 10:52 a.m.) Review request for cloudstack, Brian Feder

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25429/#review52850 --- ui/scripts/system.js

Review Request 25499: CLOUDSTACK-7351: Passing hypervisor type while deploying VM using ISO

2014-09-10 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25499/ --- Review request for cloudstack, sanjeev n, Santhosh Edukulla, and SrikanteswaraRa

Jenkins build is still unstable: simulator-singlerun #332

2014-09-10 Thread jenkins
See

Re: Review Request 25430: live migration is failing for vm deployed using dynaic compute offerings with NPE

2014-09-10 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25430/#review52852 --- Ship it! Ship It! - Devdeep Singh On Sept. 8, 2014, 1:55 p.m., b

Re: Review Request 25430: live migration is failing for vm deployed using dynaic compute offerings with NPE

2014-09-10 Thread Devdeep Singh
> On Sept. 10, 2014, 10:29 a.m., Rohit Yadav wrote: > > Just want to check with other reviewers, if this contribution is good to > > merge on master? Bharat, if you may confirm that it is well tested on > > Xen/KVM? The fix looks correct and it can be merged. The issue was that with custom of

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 12:50 PM, Rohit Yadav wrote: > Hi Sebastien, > > On 09-Sep-2014, at 9:13 pm, sebgoa wrote: >> Ok, so I would like to get confirmation from other folks on whether this is >> the right way to do it or not. >> And if it's the current version or not. >> >> I am cc Abhi and an

Re: Review Request 25430: live migration is failing for vm deployed using dynaic compute offerings with NPE

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25430/#review52853 --- Ship it! Thanks. I merged them on 4.3 and master, sent out request

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread Rohit Yadav
Hi Sebastien, On 10-Sep-2014, at 1:27 pm, sebgoa wrote: > Can you point me to what change since 4.3.0 that created the issue… Yes, this commit (short id: 41c0eaa) tried to remove the SNAPSHOT string from poms and removed it from deps/XenServer. https://github.com/apache/cloudstack/commit/41c0

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread Nux!
So, round 4? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: dev@cloudstack.apache.org > Cc: "Abhinandan Prateek" , > "animesh.chaturv...@citrix.com Chaturvedi" > > Sent: Wednesday, 10 September, 2014 12:

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 1:40 PM, Rohit Yadav wrote: > Hi Sebastien, > > On 10-Sep-2014, at 1:27 pm, sebgoa wrote: > >> Can you point me to what change since 4.3.0 that created the issue… > > Yes, this commit (short id: 41c0eaa) tried to remove the SNAPSHOT string from > poms and removed it from

Review Request 25500: CLOUDSTACK-7134: CLOUDSTACK-7134: Fixed test cases for basic zone, services dict was getting overwritten which passed zone type as advanced even in basic zone setup

2014-09-10 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25500/ --- Review request for cloudstack, sanjeev n, Santhosh Edukulla, and SrikanteswaraRa

Re: Review Request 25471: CLOUDSTACK-7516: Fixed resource permission issue in test_snapshots.py, account was using template registered with other account

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25471/#review52855 --- I am looking at the reason why this behaviour has changed. These tes

Build failed in Jenkins: build-master-noredist #3499

2014-09-10 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-6099 live migration is failing for vm deployed using dynaic compute offerings with NPE -- [...truncated 5058 lines...] [INFO] --- maven-site-plug

Re: [ACS44][DISCUSS]release 4.4.1

2014-09-10 Thread Sally Khudairi
Hi folks --how are we looking for the release? If there are any additions/changes that might need to be reflected in the announcement press release, do let me know. Thanks for this, Sally From: Daan Hoogland To: dev ; Francois Gaudreault Cc: Sally Khudai

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Mihaela Stoica
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25429/ --- (Updated Sept. 10, 2014, 1:19 p.m.) Review request for cloudstack, Brian Federl

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 1:40 PM, Rohit Yadav wrote: > Hi Sebastien, > > On 10-Sep-2014, at 1:27 pm, sebgoa wrote: > >> Can you point me to what change since 4.3.0 that created the issue… > > Yes, this commit (short id: 41c0eaa) tried to remove the SNAPSHOT string from > poms and removed it from

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Mihaela Stoica
> On Sept. 10, 2014, 11:55 a.m., Rohit Yadav wrote: > > ui/scripts/system.js, lines 16106-16107 > > > > > > This probably does not apply for ACS? Is this for CCP? > > > > Can you fix/test with ACS master? P

[GITHUB] turning on comment notifications

2014-09-10 Thread sebgoa
With pull requests enabled , I thought it would be good to also receive comments made in-line in a patch through the github UI. So don't be surprise to see those emails come in as well. Of course if this becomes too much email load we can redirect to issues@ or commit@ or create a new ML. And o

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25429/#review52858 --- ui/scripts/system.js

Jenkins build is still unstable: simulator-singlerun #333

2014-09-10 Thread jenkins
See

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread Rohit Yadav
On 10-Sep-2014, at 2:20 pm, sebgoa wrote: > I am still confused by this one. The release build script removed the > -SNAPSHOT from deps/XenServer/pom.xml see: > > https://github.com/apache/cloudstack/commit/41c0eaa14d2f8cd5b58bca71f2254c2390cc6913#diff-03d0955964f7b3c8fddf550c9ffa1aeaL28 > > B

Re: Review Request 25429: CLOUDSTACK-7502: UI: Host detail page - Display KVM agent version and Qemu version

2014-09-10 Thread Mihaela Stoica
> On Sept. 10, 2014, 1:26 p.m., Rohit Yadav wrote: > > ui/scripts/system.js, lines 15939-15947 > > > > > > I need to test this, I think we don't have CCP.* keys in listHosts > > outputs, perhaps it's from Citrix's c

Re: Review Request 25500: CLOUDSTACK-7134: CLOUDSTACK-7134: Fixed test cases for basic zone, services dict was getting overwritten which passed zone type as advanced even in basic zone setup

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25500/#review52861 --- Ship it! Good catch. This has been failing for a long time. - Srik

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 2:36 PM, Rohit Yadav wrote: > > On 10-Sep-2014, at 2:20 pm, sebgoa wrote: > >> I am still confused by this one. The release build script removed the >> -SNAPSHOT from deps/XenServer/pom.xml see: >> >> https://github.com/apache/cloudstack/commit/41c0eaa14d2f8cd5b58bca71f

Re: Review Request 25500: CLOUDSTACK-7134: CLOUDSTACK-7134: Fixed test cases for basic zone, services dict was getting overwritten which passed zone type as advanced even in basic zone setup

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25500/#review52862 --- Please resubmit the patch with the correct author. It shows like th

Re: Review Request 25499: CLOUDSTACK-7351: Passing hypervisor type while deploying VM using ISO

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25499/#review52866 --- Ship it! pushed to master 3411fbaccafbce8f99af4714a26f38a2c17d8a9e

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 2:41 PM, sebgoa wrote: > > On Sep 10, 2014, at 2:36 PM, Rohit Yadav wrote: > >> >> On 10-Sep-2014, at 2:20 pm, sebgoa wrote: >> >>> I am still confused by this one. The release build script removed the >>> -SNAPSHOT from deps/XenServer/pom.xml see: >>> >>> https://gi

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-10 Thread runseb
Github user runseb commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/18#discussion_r17358853 --- Diff: plugins/network-elements/ovs/src/com/cloud/network/element/OvsElement.java --- @@ -74,9 +74,11 @@ import com.cloud.vm.DomainRouterVO; im

Jenkins build is back to normal : build-master-noredist #3500

2014-09-10 Thread jenkins
See

Re: [GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-10 Thread sebgoa
[discard, this is a test] Because I like alphabetical order ??? But maybe I missed an empty line..who cares.. On Sep 10, 2014, at 3:02 PM, runseb wrote: > Github user runseb commented on a diff in the pull request: > >https://github.com/apache/cloudstack/pull/18#discussion_r17358853 > >

Re: Review Request 23856: Fix VPC distributed routing integration tests

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23856/#review52867 --- Except for the comment I provided, Patch looks good to me. I am not

Re: [DRAFT] Report Q3 Apache Cloudstack

2014-09-10 Thread Chip Childers
+1 On Wed, Sep 10, 2014 at 3:38 AM, Hugo Trippaers wrote: > Hey All, > > This is the draft board report for Apache CloudStack for this quarter. > > Please let me know if you have any feedback. > > Cheers, > > Hugo > > > DESCRIPTION > Apache CloudStack is open source software designed to deploy an

Re: Review Request 25293: Test script to verify vm deployment with two networks in SG enabled advanced zone

2014-09-10 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25293/#review52868 --- test/integration/component/test_advancedsg_networks.py

[GitHub] cloudstack commit comment: 41c0eaa14d2f8cd5b58bca71f2254c2390cc691...

2014-09-10 Thread Humbedooh
Github user Humbedooh commented on the pull request: https://github.com/apache/cloudstack/commit/41c0eaa14d2f8cd5b58bca71f2254c2390cc6913#commitcomment-7731347 In deps/XenServerJava/pom.xml: In deps/XenServerJava/pom.xml on line 28: one more test :) --- If your project is set

Re: [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread Rohit Yadav
Hi Sebastien, On 10-Sep-2014, at 2:54 pm, sebgoa wrote: > Found the proper fix in 4.4 from Daan: > > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=tools/build/build_asf.sh;h=ea9b272d1d32a107ce06362efb163b6295969be1;hp=72f2111c303abe36f299d8f6a882a34439e33103;hb=58a4c7a8915

[GitHub] cloudstack commit comment: 41c0eaa14d2f8cd5b58bca71f2254c2390cc691...

2014-09-10 Thread Humbedooh
Github user Humbedooh commented on commit 41c0eaa14d2f8cd5b58bca71f2254c2390cc6913: https://github.com/apache/cloudstack/commit/41c0eaa14d2f8cd5b58bca71f2254c2390cc6913#commitcomment-7731409 In deps/XenServerJava/pom.xml: In deps/XenServerJava/pom.xml on line 28: one more test

[GitHub] cloudstack commit comment: 3411fbaccafbce8f99af4714a26f38a2c17d8a9...

2014-09-10 Thread runseb
Github user runseb commented on commit 3411fbaccafbce8f99af4714a26f38a2c17d8a9e: https://github.com/apache/cloudstack/commit/3411fbaccafbce8f99af4714a26f38a2c17d8a9e#commitcomment-7731424 In test/integration/component/test_stopped_vm.py: In test/integration/component/test_stopped_v

Jenkins build is still unstable: simulator-singlerun #334

2014-09-10 Thread jenkins
See

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-10 Thread runseb
Github user runseb commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/18#discussion_r17360590 --- Diff: plugins/network-elements/ovs/src/com/cloud/network/element/OvsElement.java --- @@ -16,8 +16,6 @@ // under the License. package com.cloud

Re: [GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-10 Thread sebgoa
[discard] so if I reply does it gets posted back ? On Sep 10, 2014, at 3:37 PM, runseb wrote: > Github user runseb commented on a diff in the pull request: > >https://github.com/apache/cloudstack/pull/18#discussion_r17360590 > >--- Diff: > plugins/network-elements/ovs/src/com/cloud/ne

RE: Marvin test cleanup

2014-09-10 Thread Alex Brett
> I like the idea. What worries me is the possibility to run test cases on a > life > system. I think it is useful for some operators to be able to do that. > Those people must not lose any objects that were created outside of the > test suite. Therefore it can be very tricky, not very different f

Re: [ACS44][DISCUSS]release 4.4.1

2014-09-10 Thread Daan Hoogland
Sally, there are two blocking issues logged for it, one of which I am working on. The other one I am waiting for feedback on. On Wed, Sep 10, 2014 at 2:13 PM, Sally Khudairi wrote: > Hi folks --how are we looking for the release? > > If there are any additions/changes that might need to be refl

Re: [ACS44][DISCUSS]release 4.4.1

2014-09-10 Thread Sally Khudairi
Thanks, Daan. I know that with the recent CloudStack discussions in the news, I know announcing v4.4 would be welcome :-) Kind thanks, Sally [From the mobile; please excuse spelling/spacing errors and brevity] - Reply message - From: "Daan Hoogland" To: "Sally Khudairi" Cc: "dev" ,

Re: Marvin test cleanup

2014-09-10 Thread Daan Hoogland
One more bear on the road: account for object name clashing; if you create an test_vm in your test and it already existed... you'll have to somehow gather objects by uuid and only use those. /me being paranoid and budding into other peoples' project plans, Daan On Wed, Sep 10, 2014 at 4:05 PM, A

Re: [ACS44][DISCUSS]release 4.4.1

2014-09-10 Thread Daan Hoogland
Right, I would like that too. @devs Can we put some extra focus on 4.4.1 the coming days? On Wed, Sep 10, 2014 at 4:28 PM, Sally Khudairi wrote: > Thanks, Daan. > > I know that with the recent CloudStack discussions in the news, I know > announcing v4.4 would be welcome :-) > > Kind thanks, > S

Jenkins build is still unstable: simulator-singlerun #335

2014-09-10 Thread jenkins
See

Re: Review Request 25500: CLOUDSTACK-7134: CLOUDSTACK-7134: Fixed test cases for basic zone, services dict was getting overwritten which passed zone type as advanced even in basic zone setup

2014-09-10 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25500/ --- (Updated Sept. 10, 2014, 8:25 p.m.) Review request for cloudstack, sanjeev n, S

[CANCEL] [VOTE] Release Apache CloudStack 4.3.1, round #3

2014-09-10 Thread sebgoa
On Sep 10, 2014, at 3:28 PM, Rohit Yadav wrote: > Hi Sebastien, > > On 10-Sep-2014, at 2:54 pm, sebgoa wrote: >> Found the proper fix in 4.4 from Daan: >> >> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=tools/build/build_asf.sh;h=ea9b272d1d32a107ce06362efb163b6295969b

[VOTE] Release Apache CloudStack 4.3.1 round #4

2014-09-10 Thread sebgoa
Hi All, I've created a 4.3.1 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.3 Commit: 1687bcdd9b8de1e372b308dffda5bf819b5c4296 List of changes: https://git-wip-us.apache.org/repos/a

Re: S3/Swift Problem around Virtual Size

2014-09-10 Thread Punith S
yes mike, i'm fixing the issue w.r.t option 2. testing the patch is consuming much time, since i have to register the templates via S3, and it has to download via S3 to staging store. can i know when is the code freez for 4.5 ? thanks! On Tue, Sep 9, 2014 at 9:30 PM, Mike Tutkowski wrote: >

Re: S3/Swift Problem around Virtual Size

2014-09-10 Thread Mike Tutkowski
I have not heard recently on when code freeze for 4.5 is, per se. Regardless, I'd say this is an important-enough issue that we should wait for your patch. We're still in the process of getting 4.3.1 and 4.4.1 out the door, so I think it'll be a bit before 4.5 goes out. Thanks for your time and

Re: S3/Swift Problem around Virtual Size

2014-09-10 Thread Mike Tutkowski
Also, of course feel free to put me down as a reviewer when you are ready and I can review the code shortly after. Thanks! On Wed, Sep 10, 2014 at 10:47 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I have not heard recently on when code freeze for 4.5 is, per se. > > Regardless, I

Re: [VOTE] Release Apache CloudStack 4.3.1 round #4

2014-09-10 Thread Wido den Hollander
+1 for me based on the fact that the Debian packages build fine and the changelog says 4.3.1 I currently don't have a 4.3 dev environment available, so I wasn't able to test the functionality. Wido On 09/10/2014 05:31 PM, sebgoa wrote: > Hi All, > > I've created a 4.3.1 release, with the follow

Re: Review Request 24090: Externalized the hard-coded strings from JavaScript files to resource bundles.

2014-09-10 Thread Brian Federle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24090/#review52917 --- Vetri, I have a conflict in vpc.js...please rebase changes to the la

Re: [VOTE] Release Apache CloudStack 4.3.1 round #4

2014-09-10 Thread Rohit Yadav
+1 installed on KVM, tested with basic zone, vm lifecycles and other things as recommended in the release test procedure but with KVM only. New deb/rpm repo built out of this voting candidate (4.3.1-voting-04) can be found and used from here: http://packages.bhaisaab.org/cloudstack/main/ On 10-

Review Request 25518: CLOUDSTACK-7035-[Automation] - Automate ACL test cases relating to listNetworks() for isolated and shared networks.

2014-09-10 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25518/ --- Review request for cloudstack, edison su, Min Chen, Prachi Damle, and Santhosh E

Re: Review Request 25518: CLOUDSTACK-7035-[Automation] - Automate ACL test cases relating to listNetworks() for isolated and shared networks.

2014-09-10 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25518/ --- (Updated Sept. 10, 2014, 9:57 p.m.) Review request for cloudstack, edison su, M

Re: Review Request 25518: CLOUDSTACK-7035-[Automation] - Automate ACL test cases relating to listNetworks() for isolated and shared networks.

2014-09-10 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25518/ --- (Updated Sept. 10, 2014, 10 p.m.) Review request for cloudstack, edison su, Min

Jenkins build is still unstable: simulator-singlerun #336

2014-09-10 Thread jenkins
See

Build failed in Jenkins: build-master-noredist #3505

2014-09-10 Thread jenkins
See Changes: [jessicawang] CLOUDSTACK-7462: UI > Network > VPC > Router > Network ACL Lists > click an entry from list > Details tab > ACL List Rules tab > click Edit icon on any existing rule > fix the JavaScript error "ar

Jenkins build is still unstable: simulator-singlerun #337

2014-09-10 Thread jenkins
See

Jenkins build is still unstable: simulator-singlerun #338

2014-09-10 Thread jenkins
See

Jenkins build is back to normal : build-master-noredist #3506

2014-09-10 Thread jenkins
See

Jenkins build is still unstable: simulator-singlerun #339

2014-09-10 Thread jenkins
See

Jenkins build is still unstable: simulator-singlerun #340

2014-09-10 Thread jenkins
See

Review Request 25530: CLOUDSTACK-7534: ResetVM for VM with attached datadisk fails when enable.ha.storage.migration is false

2014-09-10 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25530/ --- Review request for cloudstack and Kishan Kavala. Bugs: CLOUDSTACK-7534 http

Challenges faced by cloudstack committers, developers, users

2014-09-10 Thread Madan Ganesh V
Hello CloudStack Developers & Users,  Trust everyone is doing well. Myself, Madan, founder & CEO of ActOnMagic. We’re currently evaluating the possibility of developer edition of www.actoncloud.com for CloudStack dev/users.  A simple SaaS based BI tool to help you analyse & root cause your clo

  1   2   >