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
install. Not tested on linux but
this is common portability error so _should_ be fine.
Thanks,
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
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
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
(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
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
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
,
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
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
et up, but getting this right is obviously always a
team effort.
Thoughts? Objections? Too much / too little? Alternatives?
cheers,
Leo
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
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
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
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
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
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
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
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…
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
-
hotfix/
the - should be descriptive and is optional.
hotfix/4.4-
for fixes to 4.4.x.
cheers,
Leo
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
/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
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
--
:cloud-marvin
Thanks,
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
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:
>
> ---
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
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
://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
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
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
; 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
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
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
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
undred committers and 7 PMC members, and that
mostly worked out fine, so “scared” would be way too strong a word anyway.
cheers,
Leo
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
guess a good guess for who should be cleaning those
up is whoever is the last person that committed on the branch.
cheers,
Leo
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
(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
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
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
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
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
rth a lot if
you ask me!
cheers,
Leo
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
)
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
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.
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
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
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
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
ot having another thing to configure :)
cheers,
Leo
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,
>
>
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
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
>
/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.
>
. (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
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
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
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
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,
>
>
, 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
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
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
> 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
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
/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/>
69 matches
Mail list logo