Re: Review Request 18677: CLOUDSTACK-3272

2014-04-04 Thread Sonal Ojha
Kindly take a look at the new patch file and let me know your comments. Thanks, Sonal On Wed, Mar 26, 2014 at 10:31 PM, Sonal Ojha wrote: > > > > On March 26, 2014, 6:36 a.m., Murali Reddy wrote: > > > Thanks for the patch. Could you please ensure patch can be applied to > master, its fails to

cloudstack login page - http error 4

2014-04-04 Thread Prakash Rao Banuka
Hi All: Installed multimode, it was working fine but next day When I turn it on , while accessing cloudstack login page, it says http error 404 Any highlights on this please Thank you Prakash

Re: ALARM - ACS reboots host servers!!!

2014-04-04 Thread France
I think this problem might only exist on KVM. Can any1 with primary NFS test it on XenServer? On 3/4/14 9:48 PM, Andrei Mikhailovsky wrote: +1 - Original Message - From: "Alex Huang" To: dev@cloudstack.apache.org Sent: Thursday, 3 April, 2014 6:47:22 PM Subject: RE: ALARM - ACS reboo

Re: Review Request 19993: CLOUDSTACK-5674: Minor fixes to BVT test cases in marvin branch

2014-04-04 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19993/#review39525 --- Ship it! Ship It! - Girish Shilamkar On April 3, 2014, 12:28 p.m

Re: Review Request 19993: CLOUDSTACK-5674: Minor fixes to BVT test cases in marvin branch

2014-04-04 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19993/#review39526 --- Commit 4779e575bb3ff5748f70ba318d42675151c2f40b in cloudstack's bran

Re: [PROPOSAL] Maven integration for windowsfication

2014-04-04 Thread Daan Hoogland
On Thu, Apr 3, 2014 at 7:52 AM, Damoder Reddy wrote: > Is it ok to write our own plugins for this? > If yes then where should we put this plugin's code in the code base. I mean > which module this should go in(Can we put this code in cloud stack code base > at all)? H Damoder, I'd say create y

Error building debs from 4.3.0 source

2014-04-04 Thread Andrei Mikhailovsky
Hello guys, I am trying to build debs from source using the following guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/building_from_source.html#building-deb-packages I did not have any errors up to running: dpkg-buildpackage -uc -us A few minutes in the bu

Re: RTD documentations

2014-04-04 Thread Daan Hoogland
h guys, as docs are amended for released versions I'd have the branching more fine grained then the code branches i.e. have a branch for 4.3.0 and not for 4.3. These may not differ much but it will be a bit clearer to users and may not be much extra work to maintain. just EURO 0,02 On Thu, Apr 3

RE: Cloud Stack 4.2.1 issue (Unable to start instance due to DB Exception)

2014-04-04 Thread Yitao Jiang
Hi, Amin Can u make sure that the vrouter of new network created ?never saw this exception before. More related logs will be helpful. On Apr 3, 2014 9:13 AM, "Amin Samir" wrote: > Hello, > > Can anyone please help with the below issue? > > Kind Regards > Amin > > > > > -Original Message-

Re: Merge AutoScaling without NetScaler to MASTER

2014-04-04 Thread Yitao Jiang
Hi,does this feature available for 4.2.1 ? On Mar 28, 2014 1:29 AM, "Nguyen Anh Tu" wrote: > On Fri, Mar 28, 2014 at 12:23 AM, benoit lair > wrote: > > > So why do i have this doc present in docs.cloudstack.apache.org ? : > > > > > > > http://docs.cloudstack.apache.org/en/latest/networking/autos

Re: cloudstack login page - http error 4

2014-04-04 Thread raja sekhar
hii prakash, just restart the cloud setup once again and try. regards, rajasekhar. On Fri, Apr 4, 2014 at 1:37 PM, Prakash Rao Banuka wrote: > Hi All: > > Installed multimode, it was working fine but next day > When I turn it on , while accessing cloudstack login page, it says http > error 404

Re: Merge AutoScaling without NetScaler to MASTER

2014-04-04 Thread Sebastien Goasguen
no, it will only be in 4.4 it's currently in the master branch (and 4.4 branch) if you want to test from source. On Apr 4, 2014, at 6:54 AM, Yitao Jiang wrote: > Hi,does this feature available for 4.2.1 ? > On Mar 28, 2014 1:29 AM, "Nguyen Anh Tu" wrote: > >> On Fri, Mar 28, 2014 at 12:23 AM

RE: cloudstack login page - http error 4

2014-04-04 Thread Prakash Rao Banuka
Hi Rajesh: I did this but in vain, more suggestions are appreciated please. Thank you Prakash -Original Message- From: raja sekhar [mailto:rajsekhar@gmail.com] Sent: Friday, April 04, 2014 4:29 PM To: dev@cloudstack.apache.org Subject: Re: cloudstack login page - http error 4 hii

Review Request 20029: Added few changes for CLOUDSTACK-5674

2014-04-04 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20029/ --- Review request for cloudstack and SrikanteswaraRao Talluri. Bugs: CLOUDSTACK-56

Script executed when an instance is just deployed

2014-04-04 Thread mathieu herbert
Hi, In my company, we would like to execute a script at the end of the deployment process (Jar). How can we include this script in the deployment process? Do you have any documentation about this subject? Thank you. -- Mathieu Herbert

Re: Script executed when an instance is just deployed

2014-04-04 Thread Erik Weber
On Fri, Apr 4, 2014 at 1:58 PM, mathieu herbert wrote: > Hi, > In my company, we would like to execute a script at the end of the > deployment process (Jar). > > How can we include this script in the deployment process? > > Do you have any documentation about this subject? > > Thank you. If it

Re: Script executed when an instance is just deployed

2014-04-04 Thread Jayapal Reddy Uradi
Hi, You want to execute a script in VM after the vm is booted ? Can you please elaborate more Thanks, Jayapal On 04-Apr-2014, at 5:28 PM, mathieu herbert wrote: > Hi, > In my company, we would like to execute a script at the end of the > deployment process (Jar). > > How can we include this

Re: Script executed when an instance is just deployed

2014-04-04 Thread mathieu herbert
Hi, Thank you for your answer. When a VM is deployed, we want to execute a class or a script inside the CloudStack, for example to notify an external service of a VM is deployed. It is not necessary when the VM is booted. Do you think an Extension is the good way ? ( https://cwiki.apache.org/con

Re: Review Request 20029: Added few changes for CLOUDSTACK-5674

2014-04-04 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20029/#review39531 --- Commit 65e8f2dc537427f28d43d90f3fb175a24c34ae02 in cloudstack's bran

Re: Review Request 20029: Added few changes for CLOUDSTACK-5674

2014-04-04 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20029/#review39532 --- Commit 65e8f2dc537427f28d43d90f3fb175a24c34ae02 in cloudstack's bran

RE: Interesting 4.2.1. Issue...

2014-04-04 Thread Michael Phillips
So far so good :) > Subject: RE: Interesting 4.2.1. Issue... > From: a...@opencloud.net.au > To: dev@cloudstack.apache.org > Date: Fri, 4 Apr 2014 11:10:28 +0800 > > Thanks and thanks for sharing the steps > > Kind Regards > Amin > > -Original Message- > From: Michael Phillips [mailto

Re: Review Request 19875: Fixed few issues for CLOUDSTACK-5674, CLOUDSTACK-6316

2014-04-04 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19875/#review39535 --- Commit 0d5ec633715a7d0bbe98485036ec18350a500fb3 in cloudstack's bran

Re: Error building debs from 4.3.0 source

2014-04-04 Thread David Nalley
Hi Andrei: If you actually go look at the content of the jars it complains about you'll find that they are a web page from a bad mirror. I've had to manually acquire the right jar at times. --David On Fri, Apr 4, 2014 at 5:18 AM, Andrei Mikhailovsky wrote: > Hello guys, > > I am trying to build

Re: Review Request 20029: Added few changes for CLOUDSTACK-5674

2014-04-04 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20029/#review39538 --- Ship it! Ship It! - SrikanteswaraRao Talluri On April 4, 2014, 1

SSO and keystone

2014-04-04 Thread María Noelia Gil
Hi! I looked the model sso in this webpage http://www.slideshare.net/cloudstack/cloudstack-ui-customization. Why the model Single sign on uses only one key shared by all users? On the other hand, I looked this webpage http://www.slideshare.net/JohnBurwell1/who-the-heck-are-you-integrating-sso-

Re: Review Request 19875: Fixed few issues for CLOUDSTACK-5674, CLOUDSTACK-6316

2014-04-04 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19875/#review39545 --- Commit bacfd109e2201d9b4e8f38df1605da2d0e21a1c4 in cloudstack's bran

RE: Enabling VMware Support

2014-04-04 Thread Soheil Eizadi
I downloaded 5.1 SDK and trying to build the image using the -Dnoredist option, but get error with what I assume is other modules that get pulled in with that flag. Is there is a way to just build in the VMware piece? -Soheil [INFO] Apache CloudStack Plugin - NetApp File System . FAILURE [0.

RE: Enabling VMware Support

2014-04-04 Thread Alex Hitchins
I had issues with the VM ware dependencies last week. I will upload the ones I have that work for me and send you the URL as soon as I can. There are several vim_ files referenced in the development wiki however they are old ones. The ones I got to work are the ones from the VMWare SDK 5.1. -

VM deployment is failing on 4.4

2014-04-04 Thread Srikanteswararao Talluri
I filed a bug for this issue. VM deployment is failing on 4.4 with XenServer. CLOUDSTACK-6341 Thanks, ~Talluri

RE: [EVENTS] CloudStack Hyderabad April meetup -3rd April

2014-04-04 Thread Suresh Sadhu
Update on Yesterday 's Meet-up:(Highlights) -- I have attached few photos. -Meet up went very well. Great participation from the audience .some of them already using cloudstack. Around 25 people attend this event. - People are willing to contribute and some of them are interested in bug fix

RE: Enabling VMware Support

2014-04-04 Thread Soheil Eizadi
Yes, I noted the other JAR files in the wiki, I will update the Wiki once I figure out how to get this to work. I did the following: Place this vim25.jar in deps folder and rename it as vim25_51.jar, then run: deps/install-non-oss.sh to install it into m2 repo. The NetApp build problem has noth

CLOUDSTACK-6338 - Failed to Netscaler and EIP/ELB automation

2014-04-04 Thread Rayees Namathponnan
HI All, With latest 4.4 build, I am unable to add NetScaler device. Below defect created, EIP/ELB automation blocked due to this https://issues.apache.org/jira/browse/CLOUDSTACK-6338 Regards, Rayees

Re: CLOUDSTACK-6338 - Failed to Netscaler and EIP/ELB automation

2014-04-04 Thread Alena Prokharchyk
Rayees, The reason listed in the bug summary - "Unknown parameters : ctxstarteventid² - is not the reason for the failure. Here is the real reason ext":"Failed to log in to Netscaler device at 10.223.240.177 due to sun.security.validator.ValidatorException: PKIX path building failed: sun.securit

RE: Enabling VMware Support

2014-04-04 Thread Alex Hitchins
Soheil, One of the links in the wiki I think is an old version. The two files are the same name so it makes things confusing. I've been meaning to document all the things I needed to do to get the build working last weekend, now it's the weekend again I'll have the time to get it done! -Orig

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Suresh Balineni
> On March 27, 2014, 5:02 p.m., Alena Prokharchyk wrote: > > Suresh, your fix contradicts with whatever you said in your previous > > comment. You said that your contrail element will play the role of the > > internal load Balancer. In that case, you should have added the Service LB > > with c

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Alena Prokharchyk
> On March 27, 2014, 5:02 p.m., Alena Prokharchyk wrote: > > Suresh, your fix contradicts with whatever you said in your previous > > comment. You said that your contrail element will play the role of the > > internal load Balancer. In that case, you should have added the Service LB > > with c

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Suresh Balineni
> On March 27, 2014, 5:02 p.m., Alena Prokharchyk wrote: > > Suresh, your fix contradicts with whatever you said in your previous > > comment. You said that your contrail element will play the role of the > > internal load Balancer. In that case, you should have added the Service LB > > with c

RE: Enabling VMware Support

2014-04-04 Thread Alex Hitchins
Soheil, Right - try the files at this link : http://resources.shapeblue.com/acs/deps/ These are form my deps folder and this seems to be building just fine. -Original Message- From: Soheil Eizadi [mailto:seiz...@infoblox.com] Sent: 04 April 2014 17:58 To: dev@cloudstack.apache.org Subje

Re: Error building debs from 4.3.0 source

2014-04-04 Thread Andrei Mikhailovsky
David, you are right. these files are HTML files and not zips. I will get them once again and try to compile. thanks for the tip Andrei - Original Message - From: "David Nalley" To: dev@cloudstack.apache.org Sent: Friday, 4 April, 2014 4:41:16 PM Subject: Re: Error building debs from 4

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18552/#review39594 --- Suresh, the patch fails to apply on the latest 4.4 branch, can you p

Problem in set mac address in vif's

2014-04-04 Thread Rodrigo Lopez
Hi, today i stumbled upon a problem. when i try to startup my virtual router the script on xen-api/scripts/vif don't finish his job, stoping in the line: ${IP} link set "${dev}" address "${address}" the complete code is: # ip link set vif1.0 address fe:ff:ff:ff:ff:ff this co

Re: Review Request 19686: Implementation of the issue CLOUDSTACK 6139 - System.vm.use.local.storage global setting to zone setting

2014-04-04 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19686/#review39597 --- server/src/com/cloud/deploy/DeploymentPlanningManagerImpl.java

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Suresh Balineni
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18552/ --- (Updated April 4, 2014, 10:27 p.m.) Review request for cloudstack and Alena Pro

RE: Enabling VMware Support

2014-04-04 Thread Soheil Eizadi
Yes, I had to include the additional JAR files from there to get noredist to build with VMware support. I used the link in the Wiki: http://zooi.widodh.nl/cloudstack/build-dep/cloud-manageontap.jar I got my CloudStack running and ran into this issue: https://issues.apache.org/jira/browse/CLOUDSTA

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Alena Prokharchyk
> On April 4, 2014, 10:45 p.m., Alena Prokharchyk wrote: > > Ship It! Fixed in 4.4 and master branches - Alena --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18552/#review39608 -

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-04-04 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18552/#review39608 --- Ship it! Ship It! - Alena Prokharchyk On April 4, 2014, 10:27 p.

Re: [4.3] Cherry pick b44901c059e50ae34f55a56809cda74d4c0c08f9

2014-04-04 Thread ilya musayev
Rajesh Would this affect VMware vSphere servers as well or just Xen? Thanks ilya On 2/24/14, 10:15 PM, Rajesh Battala wrote: This commit will resolve the issue https://issues.apache.org/jira/browse/CLOUDSTACK-6159 Thanks Rajesh Battala -Original Message- From: Rajesh Battala [mailto:

Re: Review Request 19917: Improvements on exception handlers (JIRA-6242)

2014-04-04 Thread Ding Yuan
HI Daan, I am not sure exactly how to monkey-test cloudstack, what I did was to do $ mvn test which shows “BUILD SUCCESS”. I also did this: $ mvn clean install -P systemvm,developer which also succeeded. Is that what you mean? If not, please let me know what to do and I will further test it. I w

Build failed in Jenkins: build-master-slowbuild #525

2014-04-04 Thread jenkins
See Changes: [jessicawang] CLOUDSTACK-6342: UI changes for feature use secondary IP address of NIC in Load balancing. [Alena Prokharchyk] internal lb support for contrail vpc [anthony.xu] clean up xenserver resource code

Re: Review Request 19917: Improvements on exception handlers (JIRA-6242)

2014-04-04 Thread Ding Yuan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19917/ --- (Updated April 5, 2014, 3:16 a.m.) Review request for cloudstack, Alena Prokhar

Automated BVT and Regression test results on XenServer 6.2 on 4.4 branch

2014-04-04 Thread jenkins
Test Run: #34 Total:58 Fail :27 Skip :1 name passfailskip test_volumes/ 0 2 0 test_ssvm/ 10 0 0 test_service_offerings/

Build failed in Jenkins: build-master-slowbuild #526

2014-04-04 Thread jenkins
See -- [...truncated 18147 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -