Re: Best storage solution for public cloud with KVM

2024-12-01 Thread Leo
Hi Alex, I found that ACS supports Dell Powerflex. Is this a good option? I am not sure whether it has been fully tested. Best regards leo Replied Message | From | Alex Mattioli | | Date | 12/2/2024 15:16 | | To | Sanjay Kumar | | Cc | [email protected], us

Review Request 22226: Make set-eclipse-profile.sh work with bsd/mac sed

2014-06-04 Thread Leo Simons
install. Not tested on linux but this is common portability error so _should_ be fine. Thanks, Leo Simons

bug in CLOUDSTACK-6784: partially implemented "typeInfo" breaks signing

2014-06-05 Thread Leo Simons
eature branch until it¹s also fully implemented server-side? Cheers, Leo - diff --git a/server/src/com/cloud/api/ApiServer.java b/server/src/com/cloud/api/ApiServer.java index cd1f81a..2a888ad 100755 --- a/server/src/com/cloud/api/ApiServer.java +++ b/server/src/com/cloud/api/ApiServer.jav

Re: [DISCUSS] Release 4.4

2014-06-11 Thread Leo Simons
CLOUDSTACK-6602 [UI] createNetworkACL API action param value passed incorrectly Assignee:Jessica Wang Created: 5/8/14 5:55 Updated: 6/3/14 13:08 Leo¹s evaluation: seems like a blocker; _probably_ simple fix if you know the javascript? Leo¹s suggest

Review Request 22511: Allow use of simulator hypervisor from client gui

2014-06-12 Thread Leo Simons
hand-clicked in the web browser, and followed the wizard to create a new zone using the simulator hpv. (hosts must be named starting with "sim" for discovery to work). Then, re-set database, skipped the wizard and created zone/cluster/host/etc manually. Thanks, Leo Simons

Re: DevCloud replacement

2014-06-16 Thread Leo Simons
(VirtualBox) Cheers, Leo [1] today, on my corporate laptop (mac) I cannot quite get it working since my silly corporate firewall is preventing connection from the VMs back to the host. I did hack and ssh-tunnel up to the point that the vms come up (so at least I know it is not a mac-compat or script

Re: Review Request 22554: CLOUDSTACK-6909 - fix marvin's handling of SMB credentials for storage

2014-06-26 Thread Leo Simons
QA environment)” would be a _huge_ help. Cheers, Leo On 6/26/14, 3:21 PM, "Daan Hoogland" wrote: >if it is test code it will hardly interfere with the release, If it >does it is extra important to know about it early. The only reason to >not put them in the 4.4 branch is bec

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Leo Simons
the apache policies is that there should be an option to use cloudstack with a license-compatible database (say, postgres), even if most users will use mysql (just like most people that use dbm with httpd will use berkely dbm, but you _can_ use something else). It¹s perhaps unfortunate that this isn¹t s

rfc: newsystemvm

2014-07-18 Thread Leo Simons
, Leo [1] https://github.com/schubergphilis/cloudstack/blob/master/tools/appliance/definitions/systemvmtemplate/postinstall.sh#L228 Begin forwarded message: ... >M tools/appliance/build.sh ... >A tools/appliance/definitions/newsystemvm/apt_upgrade.sh >A tools/appliance/de

Re: rfc: newsystemvm

2014-07-21 Thread Leo Simons
change and since the testing is a bit slow (what with creating and destroying VMs) any early comments would be quite useful so I don’t have to re-re-do lots of testing. Thanks! Leo On Jul 18, 2014, at 7:35 PM, Chiradeep Vittal wrote: > Thanks Leo. Can you summarize the changes (it is a l

proposing sane git organization of redundant router work

2014-07-22 Thread Leo Simons
et up, but getting this right is obviously always a team effort. Thoughts? Objections? Too much / too little? Alternatives? cheers, Leo

Re: [DISCUSS][PROPOSAL] git workflow

2014-07-23 Thread Leo Simons
tk or ...) right now, but it would be *great* to have going forward. cheers, Leo On Jul 1, 2014, at 12:09 AM, Sebastien Goasguen wrote: > I would like to re-start this discussion. > > Rajani made some good points and someone mentioned Gitflow: > > http://nvie.com/posts/a-successful

Re: [DISCUSS][PROPOSAL] git workflow

2014-07-24 Thread Leo Simons
git merge bugfix/CLOUDSTACK-42 git commit git checkout develop git merge release/4.5 git push origin develop release/4.5 git branch -d bugfix/CLOUDSTACK-12345 git stash pop what-I-was-doing ...code code code... It’s a bit of adjustment, but once you get used to it, this lots-of-branchin

Re: [DISCUSS][PROPOSAL] git workflow

2014-07-24 Thread Leo Simons
On Jul 24, 2014, at 10:45 AM, Daan Hoogland wrote: > Any advice on our procedure from this, Leo? Yes, to follow all the git-flow defaults [1]. * goal is for master to become stable * new develop which starts from master * create with `git flow init` * ‘abandon’ 4.4 / 4.4-forward * anyth

Re: [DISCUSS][PROPOSAL] git workflow

2014-07-24 Thread Leo Simons
On Jul 24, 2014, at 1:19 PM, Daan Hoogland wrote: > Leo, are you prepared to write up a how-to cwiki page? Sure, though it would be good to get a few provisional +1s before spending a lot of time drawing pretty pictures :) Also, I don’t seem to have edit permissions on ht

Re: [DISCUSS] git commit proces

2014-07-29 Thread Leo Simons
r branch/merge model, not cherry-picking. It’s main advantages among available branch/merge workflwos are being well-defined, oft-used and tool-supported. > That would make the question much more clear. Hope this helps, cheers, Leo

Re: [ACS44] systemvm templates inconsistency on cloudstack.apt-get.eu

2014-07-29 Thread Leo Simons
downloading a zip and unzip it, BUT, it simply saved the .zip as if it was a .vhd, and didn’t attempt to unzip. cheers, Leo On Jul 29, 2014, at 3:53 AM, Pierre-Luc Dion wrote: > there is 2 hyper-V systemvm template availables: .vhd, .vhd.zip at > http://cloudstack.apt-get.eu/systemvm

Re: [DISCUSS] git commit proces

2014-07-30 Thread Leo Simons
it’s pretty powerful :-) Unfortunately comparing the diff is not nearly as powerful as comparing the sha1 ID. Those commit ids don’t just point at a diff, they point at a _commit_, which is that diff *as applied to all the history that came before*. With that extra detail, you can do much more powerful things, and git can do much more powerful things for you. cheers, Leo

Re: [DISCUSS] git commit proces

2014-07-31 Thread Leo Simons
un…for some reason I suspect this community is not ready to start rejecting commits because the first line of their message overruns 72 characters…or because someone’s eclipse made unrelated whitespace changes… cheers, Leo [1] http://yarchive.net/comp/linux/git_merges_from_upstream.html https://lkml.org/lkml/2008/5/21/351 http://lwn.net/Articles/328438/ …etc…

Re: [VOTE] git workflow

2014-07-31 Thread Leo Simons
On Jul 31, 2014, at 12:28 PM, Rajani Karuturi wrote: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Git#Git-ProposedGitflowbasedCheck-inProcess ... > is up for a vote: +1 - Leo

implementing git workflow

2014-08-04 Thread Leo Simons
- hotfix/ the - should be descriptive and is optional. hotfix/4.4- for fixes to 4.4.x. cheers, Leo

Re: Wiki : Code Submission and Review Guidelines

2014-08-04 Thread Leo Simons
ly_ guilty since I wrote a bunch of it :-). _That_ said, what we need the most is more people stepping up and doing review, and if this guideline helps with that, great! Go go go! :) cheers, Leo

Review Request 24238: Fix mvn marvin.sync profile

2014-08-04 Thread Leo Simons
/diff/ Testing --- Commands that work now for me include: mvn -X -Pdeveloper,marvin.sync -Dendpoint=localhost -pl :cloud-marvin python setup.py install python setup.py develop mvn -P developer -pl :cloud-marvin Thanks, Leo Simons

Re: Review Request 24238: Fix mvn marvin.sync profile

2014-08-04 Thread Leo Simons
bject: if you can, don't have maven, but if you have maven, respect it's authority over your versioning :-) I have no idea why you call this a dependency. It's just a VERSION file that happens to have some extra XML around it. - Leo --

Re: Review Request 24238: Fix mvn marvin.sync profile

2014-08-05 Thread Leo Simons
:cloud-marvin Thanks, Leo Simons

Re: Review Request 24238: Fix mvn marvin.sync profile

2014-08-05 Thread Leo Simons
; lead to tight coupling with mvn logic inside of setup.py. Currently, only > > cloudstackAPI is the one which marvin relies upon while building cs through > > mvn, otherwise we can remove that dependency as well, its in plan. Any > > upload of marvin to external package download

Re: Review Request 24238: Fix mvn marvin.sync profile

2014-08-05 Thread Leo Simons
238/#comment86794> I am unsure whether this --allow-external should be there. I needed it yesterday, but not today, and I can't figure out what changed. - Leo Simons On Aug. 5, 2014, 8:43 a.m., Leo Simons wrote: > > ---

Re: [VOTE] git workflow

2014-08-05 Thread Leo Simons
en't quite understood the intended changes or the reason for them. If we can address that, I imagine we'll eventually find the consensus we need... Cheers, Leo Sent from my iPhone > On 06 Aug 2014, at 08:29, "Rajani Karuturi" > wrote: > > I am just wondering if th

Re: [VOTE] git workflow

2014-08-06 Thread Leo Simons
Hey Rohit, On Aug 6, 2014, at 9:08 PM, Rohit Yadav wrote: > The proposal thread warriors Rajani, Daan, Leo and others can comment and > advise [on git flow]? Hah, “thread warrior", I like that :-) Cloudstack right now has, erm, some challenges when it comes to continuous inte

Review request for approach to component tests/QA for the systemvm

2014-08-06 Thread Leo Simons
://github.com/schubergphilis/cloudstack/commit/1eac9925380e91f47aed528025996b89214055bf https://github.com/schubergphilis/cloudstack/commit/4347e098931895117ed568c2a46950bce6b3a046#diff-10 Any comments? cheers, Leo [1] http://www.getchef.com/ [2] http://controlofsystems.org/febid2006/files

Re: [VOTE] git workflow

2014-08-07 Thread Leo Simons
ust. Stop. Cherry. Picking!!! :-D [1] >> > [Animesh] Leo I don't mind moving to merging branches rather than > cherry-picking for technical reasons, but I am not sure cherry-picking is to > blame entirely. Using it all the time caused the pain. Yes, I completely agree with

Re: must read (git.git workflow)

2014-08-08 Thread Leo Simons
git man-pages it assumes you understand git pretty well :-). Of course only one person needs to do that. I guess that may also be a good fit for cloudstack which is already used to the release manager announcing these kinds of coordinated shifts and doing branch maintenance. cheers, Leo On

Re: Review Request 24238: Fix mvn marvin.sync profile

2014-08-12 Thread Leo Simons
; lead to tight coupling with mvn logic inside of setup.py. Currently, only > > cloudstackAPI is the one which marvin relies upon while building cs through > > mvn, otherwise we can remove that dependency as well, its in plan. Any > > upload of marvin to external package download

rules for revolutionaries

2014-08-22 Thread Leo Simons
influence in how things get done. Interestingly, along the way, you’ll usually pick up the most important bits that the revolution was about, anyway, surprising amounts of real progress get made, and it’s a surprising amount of fun :-) Happy hacking! - Leo

github pull requests (was: Re: 4.5 RM)

2014-08-22 Thread Leo Simons
to pay a little bit of attention [1]. Also note you can do pull requests without github, see `git request-pull --help`. Of course the UI isn’t as pretty, but I’d suggest allowing it just to deal with “zomg github is down”, and to be ready to receive any future patches from Linus [2] :-) cheers, Leo [1] https://issues.apache.org/jira/browse/LEGAL-156 [2] https://github.com/torvalds/linux/pull/17#issuecomment-5654674

Re: [DISCUSSION] CI

2014-08-22 Thread Leo Simons
ound the systemvm so it can be tested without having a running management server. I would like to see something similar for plugins, so you can have just the plugin + the thing that it plugs in, and run a suite of tests for just that. cheers, Leo

Re: rules for revolutionaries

2014-08-24 Thread Leo Simons
undred committers and 7 PMC members, and that mostly worked out fine, so “scared” would be way too strong a word anyway. cheers, Leo

Re: [DISCUSS] Prevent force push on release and master branches

2014-09-01 Thread Leo Simons
d IIRC quite some effort was spent locking things down [1]. The fact it _isn’t_ fully locked down right now is a deviation from the original plan. Seems pretty likely to me there was a use case that required opening it up. I would guess tag moving to be a major argument, which I _think_ requires

Re: old branches

2014-09-04 Thread Leo Simons
guess a good guess for who should be cleaning those up is whoever is the last person that committed on the branch. cheers, Leo

[ACS44] merge cloudstack/pull/17 for 4.4 to fix CLOUDSTACK-7476

2014-09-05 Thread Leo Simons
Hi Daan, Per Rohit’s suggestion on https://github.com/apache/cloudstack/pull/15 can you merge https://github.com/apache/cloudstack/pull/17 for CS 4.4? cheers, Leo

Re: VPC Virtual Router and Redundancy

2014-09-22 Thread Leo Simons
(though I imagine it will not deviate much from the previous discussions we had on #cloudstack-meeting) it’ll be time for another update :-) cheers, Leo On Jul 14, 2014, at 9:38 AM, Hugo Trippaers wrote: > Hey All, > > As discussed in thread http://markmail.org/message/56xrscvnmdweoxf

Re: [01/50] git commit: updated refs/heads/master to 1290e10

2014-09-23 Thread Leo Simons
x out of the official 4.5.0 build so that we can easily use our systemvm component tests for regression testing the changes we’ll have for 4.5.1/4.6.0. If you back this out it’ll be annoying bit twiddling to make one manually. cheers! Leo

Re: SystemVM file name changes

2014-09-23 Thread Leo Simons
we can unset BUILD_NUMBER in the jenkins build prior to invocation. What do you think? It would be much better to exclusively use yum/maven repositories and their logic to centralize this kind of logic server-side, or at least to be creating and updating symlinks to ‘latest’. That’s a work i

Re: SystemVM file name changes

2014-09-24 Thread Leo Simons
g this causes 404s for people example: > https://mail-archives.apache.org/mod_mbox/cloudstack-users/201409.mbox/browser Hmm. We can’t have too many people badgering jenkins like this I guess. So let’s improve on that! In the meantime... export BUILD_NUMBER= at the right place in the relevant build job should fix the immediate issue... cheers, Leo

Re: SystemVM file name changes

2014-09-24 Thread Leo Simons
NUMBER= >> at the right place in the relevant build job should fix the immediate >> issue... Did this. Next builds _should_ be back to their old urls. g’night! Leo

Re: CI improvment part 1

2014-09-26 Thread Leo Simons
rth a lot if you ask me! cheers, Leo

4.4 and 4.3 NOTICE headers do not have a Copyright line

2014-09-29 Thread Leo Simons
rance), it should probably learn how to update the year in the Copyright statement. cheers, Leo [1] since April, https://github.com/schubergphilis/cloudstack/commit/43ef7ef4730d084d8f5f4b542ba029339b2b80b4

[PULL-REQUEST] Note downloading of source releases exists in LICENSE.md

2014-09-29 Thread Leo Simons
) Leo Simons (1): Note downloading of source releases exists. INSTALL.md | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9924ba9..3c2a338 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,12 +40,21 @@ Start the MySQL service

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-29 Thread Leo Simons
me (non-binding :-D) cheers, Leo On Sep 29, 2014, at 12:01 AM, Daan Hoogland wrote: > Hi All, > > I've created a 4.4.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.

Re: Shellshock

2014-10-06 Thread Leo Simons
ement server assume responsibility over some of the systemvm patching would be good: it could get into conflict with operators wanting to do their own / slightly different patching. It’d have to be an appropriately ‘open’ design which then brings with it its own set of security considerations. cheers, Leo

devcloud4 advanced -- xenserver&/SSVM iptables/routes

2014-10-08 Thread Leo Simons
oute adddefault via 192.168.56.5 dev eth1 after that, template downloads work (you know, we should really not use people.a.o for this……). So I’m happy with my setup again, but its obviously a bit fiddly. I’m not entirely sure what your intentions are for this network setup — did you look into this yet / did you find a way to do this stuff without modifying the SSVM? cheers, Leo

Re: System VM build job slaves are down

2014-10-13 Thread Leo Simons
it. cheers, Leo On Oct 13, 2014, at 6:57 AM, Rayees Namathponnan wrote: > Hi , > > System VM build job slaves are down, and system VM build jobs are not > executing from oct 2nd . > > Someone who as access on these slave possible to help on this ? > > Regards, > Rayees

Re: System VM build job slaves are down

2014-10-13 Thread Leo Simons
Hey Erik, On Oct 13, 2014, at 12:21 PM, Erik Weber wrote: > On Mon, Oct 13, 2014 at 12:16 PM, Leo Simons > wrote: > >> Hey folks, >> >> The machine building systemvms was originally set up elsewhere (@citrix?). >> >> It had been down for a few m

Re: CloudStack Mirrors

2014-10-14 Thread Leo Simons
ot having another thing to configure :) cheers, Leo

Re: i18n issues in (master) GUI

2014-10-14 Thread Leo Simons
Yeah I've seen it, though not consistently, so I thought I might have been going crazy, or more optimistically that someone has been doing work in that area. Cheers, Leo Sent from my iPhone > On 15 Oct 2014, at 03:43, "Mike Tutkowski" > wrote: > > Hi, > >

Re: System VM build job slaves are down

2014-10-20 Thread Leo Simons
disable the copy-from-master to have veewee attempt to download the ISO from the internet. cheers, Leo > > Regards, > Rayees > > -Original Message- > From: Leo Simons [mailto:[email protected]] > Sent: Monday, October 13, 2014 3:16 AM > To: dev@cloudst

Re: Guidelines for test developers

2015-03-25 Thread Leo Simons
Thanks for writing this up, very useful! Cheers, Leo > On 18 Mar 2015, at 08:17, Gaurav Aradhye wrote: > > Hello all, > > Last year after improving Marvin framework, we have been continuously > spending time in improving old test cases which are written in old style or >

Re: SystemVM templates process is failing

2014-10-23 Thread Leo Simons
/commit/6273b5cf8ce6e0bdc4c5f50b3542a661294dabe1 cheers, Leo On Oct 23, 2014, at 2:10 PM, Raja Pullela wrote: > Hi > > We are trying to build a system for generating System Templates. In that the > build process is failing in the middle - right around setting up openswan. >

Re: commits on 4.5

2014-10-23 Thread Leo Simons
. (see below) I don’t think it should be used though; there isn’t a tool problem here, it’s a communication problem and a priority problem causing a quality problem. cheers, Leo 4 git merge --help ... MERGE STRATEGIES The merge mechanism (git merge and git pull commands) allows the

Re: ui coding style guide?

2014-11-12 Thread Leo Simons
ic is all MIT licensed, which would be compatible to redistribute, too -- not that we should. cheers! Leo, gruntjs fan, didn't know gulp until just now > On 11 November 2014 20:39, Daan Hoogland wrote: > >> Ian, did you check the license categories for the dependencies? any

StatsCollector change 840c2f is breaking simulator run (Re: Build failed in Jenkins: simulator-singlerun #606)

2014-11-12 Thread Leo Simons
e back and pushed a day ago. My guess is uri.getScheme() returns null because stats.output.uri is an empty string? https://github.com/apache/cloudstack/commit/840c2fda852b86f51245a31e7cd91cdb0ad4bf49#diff-3203f16e21aa67a34b79266395d7be7cR2062 can you take a look? cheers, Leo On Nov 12, 2

No event publish can be wrapped within db transaction...why?

2014-11-18 Thread Leo Simons
whole, than end up with a somehow half-initialized account. I.e. have everything account-management-y happen in one transaction which is rolled back on any failure. Any thoughts? Thanks! Leo (who can't ask Hugo since Hugo is at apachecon/ccceu and he isn't :)) 2014-11-18 13:36:33

Re: No event publish can be wrapped within db transaction...why?

2014-11-18 Thread Leo Simons
ferent implementation of AccountManager (LDAPAccountManager? etc.), and then a CreateAccountCmd would fail with an error saying the server is configured to use <> so account creation is unsupported. cheers! Leo On Nov 18, 2014, at 7:50 PM, Min Chen wrote: > Hi Leo, > >

05bec59c - kvm, qcow, systemvm qemu-img -o compat

2014-11-20 Thread Leo Simons
, should we publish newer-format images too? According to http://wiki.qemu.org/Features/Qcow3 the new format is much better so I imagine qcow/kvm users will really appreciate the newer formats. Thoughts? cheers, Leo

Re: [DISCUSS] LTS Releases

2014-11-28 Thread Leo Simons
customers and for talking openly about it here. Customers these days tend to be pretty good at spotting who is listening to what they need, so as long as you understood that correctly, I'm sure it's a sound commercial decision for ShapeBlue too :-D cheers, Leo (*) I think in the l

Re: [ACS450] remove some upgrade path from Release Notes

2014-12-01 Thread Leo Simons
the users list what to do, what is the answer? If it is "just follow the upgrade instructions for all consecutive releases and it'll be fine", keep it. Otherwise, remove it. My two cents :) cheers, Leo On Dec 1, 2014, at 12:39 AM, Pierre-Luc Dion wrote: > I'm wonderi

Re: Review Request 22511: Allow use of simulator hypervisor from client gui

2014-12-08 Thread Leo Simons
> On Dec. 5, 2014, 6:19 p.m., Rohit Yadav wrote: > > Looks like a handy feature, Leo can you send a new patch or have a > > discussion if we should have it? As Prasanna notes, this is not needed in > > production. Hey Rohit thanks for checking in. It looks like I comment

Re: [Question] development embedded jetty vs deployment on system install of tomcat

2015-01-01 Thread Leo Simons
omcat over jetty for production purposes? ITT tomcat is the default/standard servlet container for most linux distributions. So when you use the distribution's servlet container, you end up with tomcat. I imagine that's the main reason. Just my 2 cents, err, guesses. Happy new year! - Leo

master test_createRegion failing (Re: Jenkins build is unstable: simulator-singlerun #874)

2015-01-20 Thread Leo Simons
/simulator-singlerun/907/testReport/integration.smoke.test_regions/TestRegions/test_createRegion/ cheers, Leo On Jan 7, 2015, at 1:21 PM, [email protected] wrote: > See <http://jenkins.buildacloud.org/job/simulator-singlerun/874/>