Re: CloudStack Mirrors

2014-10-14 Thread Nux!
There's a mirror at http://mirrors.coreix.net/cloudstack.apt-get.eu/ as well. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ian Duffy" > To: "CloudStack Dev" > Sent: Tuesday, 14 October, 2014 01:38:19 > Subject: Re: Clo

Re: Weird ssl keystore error while upgrading to 4.4.1

2014-10-14 Thread Nux!
Cheers for that, in my setup I had this appended to my sudoers file (note the missing keytool): "cloud ALL =NOPASSWD : /bin/chmod, /bin/cp, /bin/mkdir, /bin/mount, /bin/umount Defaults !requiretty" Adding keytool to that solved the problem. Thanks! Lucian -- Sent from the Delta quadrant using

Re: Weird ssl keystore error while upgrading to 4.4.1

2014-10-14 Thread Daan Hoogland
adding it to server/conf/cloudstack-sudoers.in in 4.4 branch. Is this only an issue in the 4.4 branch? On Tue, Oct 14, 2014 at 9:48 AM, Nux! wrote: > Cheers for that, in my setup I had this appended to my sudoers file (note > the missing keytool): > > "cloud ALL =NOPASSWD : /bin/chmod, /bin/cp,

Re: Weird ssl keystore error while upgrading to 4.4.1

2014-10-14 Thread Daan Hoogland
created https://issues.apache.org/jira/browse/CLOUDSTACK-7702 to add any comments On Tue, Oct 14, 2014 at 10:00 AM, Daan Hoogland wrote: > adding it to server/conf/cloudstack-sudoers.in in 4.4 branch. Is this > only an issue in the 4.4 branch? > > On Tue, Oct 14, 2014 at 9:48 AM, Nux! wrote: >

Re: Weird ssl keystore error while upgrading to 4.4.1

2014-10-14 Thread Nux!
Well, I've started with 4.3.0 then upgraded, so it's in 4.3 as well, at least. Thanks, Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Daan Hoogland" > To: "dev" > Sent: Tuesday, 14 October, 2014 09:00:43 > Subject: Re: Weird

Re: Weird ssl keystore error while upgrading to 4.4.1

2014-10-14 Thread Erik Weber
Should already be fixed in 4.4, but I don't know if it the code handles upgrades.. https://reviews.apache.org/r/24184/ was the relevant review -- Erik On Tue, Oct 14, 2014 at 10:00 AM, Daan Hoogland wrote: > adding it to server/conf/cloudstack-sudoers.in in 4.4 branch. Is this only > an issue

Re: CloudStack Mirrors

2014-10-14 Thread Erik Weber
I'm not familiar with Apache policies in this regard, but is there any way we could establish a set of official / supported mirrors that all answer on the same DNS address? I.e. so that we only have to document one url -- Erik On Tue, Oct 14, 2014 at 9:42 AM, Nux! wrote: > There's a mirror at

Re: CloudStack Mirrors

2014-10-14 Thread Nux!
I think that would overcomplicate things and introduce a single point of failure while not necessarily solving the problem (RR DNS could still offer the "slow" site to a client). IMHO leave it as it is and perhaps make people aware that there are mirrors available so they can advise on the lists

Re: CloudStack Mirrors

2014-10-14 Thread Leo Simons
On Oct 14, 2014, at 10:44 AM, Erik Weber wrote: > I'm not familiar with Apache policies in this regard, but is there any way > we could establish a set of official / supported mirrors that all answer on > the same DNS address? > I.e. so that we only have to document one url Typically the mirrorin

Re: CloudStack Mirrors

2014-10-14 Thread Nux!
302 redirects could still point you to the slow mirror, so the problem exists. Libreoffice still uses Mirrorbrain and it does do a good job (it looks at geoip, AS numbers etc), but I think it would be overkill for such a small project. sf.net is an option, though I don't think it has a bright fu

Re: Jenkins machines access

2014-10-14 Thread Hugo Trippaers
Raja, Don't forget to include the dev list in discussions on Jenkins. I'm currently in China on holiday and I have very limited access to Internet at the moment. There should r enough people on the dev list that can help with this. Cheers, Hugo Sent from my iPhone > On 14 okt. 2014, at 13:1

Re: CloudStack Mirrors

2014-10-14 Thread Rohit Yadav
Hi, We think one issue with current CloudStack repositories and hosting locations are that they are not very informative about what tag/commit was used to build the deb/rpms, systemvmtemplate etc and if they are oss or non-oss/noredist or if they were patched or built out of official CloudStack

Re: git commit: updated refs/heads/master to e02c382

2014-10-14 Thread Daan Hoogland
Anthony, why did you fix this in 441to450? 441 is not out yet and needs the fix! biligual spelling checker used.read at your own risk Op 13 okt. 2014 20:49 schreef : > Repository: cloudstack > Updated Branches: > refs/heads/master 95c7ffbd4 -> e02c38246 > > > change vlan_id in vlan table to for

Re: CloudStack Mirrors

2014-10-14 Thread Nux!
That's very nice and certainly needed, but it may be a problem - i.e. a commercial entity distributing Cloudstack binaries, depending on the bureaucracy at the moment, it could be at best an unofficial solution. /imho -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro -

Re: CloudStack Mirrors

2014-10-14 Thread Rohit Yadav
Hi, On 14-Oct-2014, at 5:13 pm, Nux! wrote: > That's very nice and certainly needed, but it may be a problem - i.e. a > commercial entity distributing Cloudstack binaries, depending on the > bureaucracy at the moment, it could be at best an unofficial solution. /imho You’re right, we’re not go

Build failed in Jenkins: build-4.5 #17

2014-10-14 Thread jenkins
See Changes: [sanjay.tripathi] CLOUDSTACK-6650: Reorder Cluster list in deployment planner to protect -- [...truncated 1271 lines...] [INFO] Deleting

Re: Weird ssl keystore error while upgrading to 4.4.1

2014-10-14 Thread Daan Hoogland
Erik, that seems to edit some agent or host utility, not an installation property. I think Lucian reported on an issue on the MS. both are needed I think. On Tue, Oct 14, 2014 at 10:23 AM, Erik Weber wrote: > Should already be fixed in 4.4, but I don't know if it the code handles > upgrades.. >

[GitHub] cloudstack pull request: Vpc refactor clean for pr

2014-10-14 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/22#issuecomment-59035961 two small conflicts with present master. Can you decide on them, Wilder? On Mon, Oct 13, 2014 at 1:49 PM, Wilder Rodrigues wrote: > That woul

[GitHub] cloudstack pull request: Vpc refactor clean for pr

2014-10-14 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/22#issuecomment-59036211 Sure, I will have a look now. Cheers, Wilder From: Daan Hoogland mailto:notificati...@github.com>> Reply-To: apache/cloudstack mailto

[GitHub] cloudstack pull request: Vpc refactor clean for pr

2014-10-14 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/22#issuecomment-59037299 Just a quick note: before pushing the rebase I will run the tests with Simulator + Xen Server on both Basic and Advanced network, so I know for sure everything

Re: [GitHub] cloudstack pull request: Vpc refactor clean for pr

2014-10-14 Thread Daan Hoogland
:) github should tell me, shouldn't it? On Tue, Oct 14, 2014 at 2:50 PM, wilderrodrigues wrote: > Github user wilderrodrigues commented on the pull request: > > https://github.com/apache/cloudstack/pull/22#issuecomment-59037299 > > Just a quick note: before pushing the rebase I will run

Re: CloudStack Mirrors

2014-10-14 Thread Nux!
Works for me, thanks! :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: dev@cloudstack.apache.org > Sent: Tuesday, 14 October, 2014 13:18:23 > Subject: Re: CloudStack Mirrors > Hi, > > On 14-Oct-2014, at 5:13 pm,

[MARVIN] Test Nuage VSP import failed

2014-10-14 Thread Wilder Rodrigues
Hi all, Just running all smoking tests with the simulator and noticed that a new test is not okay: File "/Users/wrodrigues/sbp_dev/cloudstack/test/integration/smoke/test_nuage_vsp.py", line 23, in from marvin.cloudstackAPI import (listPhysicalNetworks, ImportError: cannot import name

Missing commit?

2014-10-14 Thread Amogh Vasekar
Hi Hugo, I was looking at the build failures and saw that commit 5990ed461049a51c57e76ff8c9ae1fb3355c3ea3 is not in master. Not sure if its intentional, can you please do a quick check? Thanks Amogh

Load Balancer Crosszone

2014-10-14 Thread Silvano Nogueira Buback
Guys, There is any way to create a load balancer between zones, using shared network and advanced zone? This is not the idea of Global Load Balancer, is the same idea of Amazon LB cross zone. Att, Silvano Buback

[GitHub] cloudstack pull request: Vpc refactor clean for pr

2014-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/22 --- 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 e

Review Request 26693: CLOUDSTACK-7718: No Field Validations on Zone Form

2014-10-14 Thread Gabor Apati-Nagy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26693/ --- Review request for cloudstack, Brian Federle and Jessica Wang. Bugs: CLOUDSTACK

Review Request 26703: CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP

2014-10-14 Thread Gabor Apati-Nagy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26703/ --- Review request for cloudstack, Brian Federle and Jessica Wang. Bugs: CLOUDSTACK

Build failed in Jenkins: build-4.5 #18

2014-10-14 Thread jenkins
See Changes: [min.chen] CLOUDSTACK-7563: Fix potential NPE from FingBugs. -- [...truncated 1271 lines...] [INFO] Deleting (includes = [t

Issue VM Access

2014-10-14 Thread Bikas
Hi all, We are using basic zone configuration in cloud infrastructure. We have VM deployed with Ubuntu OS. We are able to ping the VM IP (instance>VMName>NICs>IP address) from local desktop in the same network. However, we are not able to remote access(or ssh) the VM using remote desktop software

[MERGE][NOTICE]vpc manager refactor

2014-10-14 Thread Daan Hoogland
H, I have merged the vpc refactor branch that has been worked on at Schuberg Philis' over some time. please let us (int-tool...@schubergphilis.com or me-or-hugo-at-sbp) know of any problems you encounter with it. ​regards,​ -- Daan

[VOTE][ACS44]Apache CloudStack 4.4.1 RC 3 in branch 4.4-RC20141014T2316

2014-10-14 Thread Daan Hoogland
Hi All, As all open blocking issues were reported fixed today, 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.git;a=shortlog;h=refs/heads/4.4-RC20141014T2316 Commit: 8db506b536f3139250d33df57

Build failed in Jenkins: build-4.5 #19

2014-10-14 Thread jenkins
See Changes: [jessicawang] CLOUDSTACK-7723: UI > Storage > detail view > add Disk Offering field. -- [...truncated 1271 lines...] [INFO] Deleting

Build failed in Jenkins: build-4.5 #20

2014-10-14 Thread jenkins
See Changes: [amogh.vasekar] Fixing possible formatting issue with license header, causing builds to fail. Works well locally -- [...truncated 1682 lines...] [INFO] [INFO] --- maven-remote-resourc

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 3 in branch 4.4-RC20141014T2316

2014-10-14 Thread Nux!
+1 from me mostly. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Daan Hoogland" > To: "dev" > Sent: Tuesday, 14 October, 2014 22:23:02 > Subject: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 3 in branch > 4.4-RC20141014T2316 > Hi All,

i18n issues in (master) GUI

2014-10-14 Thread Mike Tutkowski
Hi, Is anyone else noticing a lot of issues where text is not being found in the applicable properties file and so we end up with text like label.storage, label.volumes, label.upload.volume, etc. in the GUI? Thanks, -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutko

Re: i18n issues in (master) GUI

2014-10-14 Thread Mike Tutkowski
Weird...I logged out and back in and now it's OK. On Tue, Oct 14, 2014 at 7:40 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > Is anyone else noticing a lot of issues where text is not being found in > the applicable properties file and so we end up with text like > label.stor

Re: Issue VM Access

2014-10-14 Thread Yitao Jiang
Try spawning another instance within the same network of above , then verify the connectivity between two vms. --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Wed, Oct 15, 2014 at 2:46 AM, Bikas wrote: > Hi all, > > We are using basic zone configuration in cloud infrastructure. We have VM > deplo

Re: Load Balancer Crosszone

2014-10-14 Thread Yitao Jiang
AFAIK, currently ACS suport LoadBalancer among vms within same network of single advanced zone. Maybe you can hack system vm to meet your needs --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Wed, Oct 15, 2014 at 1:31 AM, Silvano Nogueira Buback < silv...@corp.globo.com> wrote: > Guys, > > The

Re: Load Balancer Crosszone

2014-10-14 Thread Marcus
He wouldn't need to do that unless he wanted to hack cloudstack to manage it for him in the process. Cloudstack doesn't do it natively, but there is nothing to stop you from bringing up your own VM and making it into a cross zone loadbalancer. On Oct 14, 2014 9:09 PM, "Yitao Jiang" wrote: > AFAI

RE: Load Balancer Crosszone

2014-10-14 Thread Rajesh Battala
If you use Netscaler as LB provider in your cloudstack, Netscaler has a supported feature called GSLB. This feature is Load Balancer across zones. It's been in Cloudstack long back. Thanks Rajesh Battala -Original Message- From: Silvano Nogueira Buback [mailto:silv...@corp.globo.com] Se

RE: Load Balancer Crosszone

2014-10-14 Thread Marcus
He seemed to not want to use GSLB for some reason. On Oct 14, 2014 9:40 PM, "Rajesh Battala" wrote: > If you use Netscaler as LB provider in your cloudstack, Netscaler has a > supported feature called GSLB. > This feature is Load Balancer across zones. It's been in Cloudstack long > back. > > Tha

Re: Issue VM Access

2014-10-14 Thread Carlos Reategui
Also try logging in from the console to verify ssh is running and also verify the IP address to make sure it has the ip it is supposed to. If it doesn't match there may be a rouge dhcp server. > On Oct 14, 2014, at 7:41 PM, Yitao Jiang wrote: > > Try spawning another instance within the same

Re: Review Request 26494: CLOUDSTACK-7693: Fixing pep8 issues

2014-10-14 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26494/#review56664 --- Ship it! 159a372fddad93cababe64978f5c2b50b431db4f 4.5 35e05a69a5149

Re: Review Request 26489: CLOUDSTACK-7690: Added missing unittest import to test_escalations_volumes.py

2014-10-14 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26489/#review56667 --- Ship it! ac820a3230cc8a7358a4d9d27039d69f230734ea 4.5 bd9d57e20c4f8

Build failed in Jenkins: build-4.5 #21

2014-10-14 Thread jenkins
See Changes: [talluri] CLOUDSTACK-7693: Fixing pep8 issues [talluri] CLOUDSTACK-7690: Added missing unittest import to test_escalations_volumes.py -- [...truncated 1689 lines...] [INFO] [INFO] --

Re: Review Request 26488: New Test to verify the fix for issue "The ISO / Template is automatically deleted after download URL expires."

2014-10-14 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26488/#review56669 --- Ship it! LGTM - SrikanteswaraRao Talluri On Oct. 9, 2014, 7:18 a

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, > > Is anyone else noticing a lot of