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

2014-04-07 Thread Antonio Fornié Casarrubios
Sure, I will make sure to have the patch today and request your review Alena. Btw, If I remember correctly, this is a parameter that we already filter when it comes Camel Case, but not lowercase. I will double check. Thanks, cheers Antonio 2014-04-04 19:59 GMT+02:00 Alena Prokharchyk : > Rayee

Re: [4.4] Invalid parameter

2014-04-07 Thread Antonio Fornié Casarrubios
The unknown parameter is not the reason why this is failing to deploy. It must be something else, if you don't find anything in the Mgmt Server logs, perhaps you may find something in other remote logs. Logs about unkown parameters only warn you that there is a parameter in the request that is no

security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All,  I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has closed unexp

security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All,  I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has closed unexpe

security_group.py has closed unexpectedly

2014-04-07 Thread Giri Prasad
Hello All, I installed Ubuntu 12.04 LTS on a i3, 8gb ram machine. And installed cloudstack 4.3. Upon starting the the management server and agent of cloudstack, the following errors are reported by the system. Any insights? Thanks in advance. Regards, Giri security_group.py has cl

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
Hi, Can you please run the below script on the host and check for errors. > /usr/bin/pyton > /usr/share/cloudstack-common/scripts/vm/network/security_group.py > default_network_rules_systemvm --vmname s-5-VM --localbrname cloud iptables chain create should not cause issues. Thanks, Jayapal On

can't get the simulator running on 4.4

2014-04-07 Thread Konstantina Chremmou
Hi all, I've tried the instructions on https://cwiki.apache.org/confluence/display/CLOUDSTACK/Validating+check-ins+for+your+local+changes%2C+using+Simulator They work ok on master, but not on 4.4. I can't deploy the simulator database without making changes to the files setup\db\hypervisor_cap

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi, Thanks for your reply. /usr/bin/python /usr/share/cloudstack-common/scripts/vm/network/security_group.py default_network_rules_systemvm --vmname s-5-VM --localbrname cloud > runs fine, without any problem.  However, I notice the following errors, in the management log, when

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
The error is specific to running with sudo. But this error is not related to security_group.py failure. Thanks, Jayapal On 07-Apr-2014, at 4:06 PM, Giri Prasad wrote: > Hi, > > Thanks for your reply. > > /usr/bin/python > /usr/share/cloudstack-common/scripts/vm/network/security_group.py >

RE: [4.4] Current State

2014-04-07 Thread Konstantina Chremmou
Hi Murali, The latest XAPI jar can be used with older versions of xenserver. Could you please specify what are the exact errors you get after that commit? Thanks, Tina > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: 07 April 2014 7:53 AM > To: d

[NOTIFICATION] Test/build infrastructure is down

2014-04-07 Thread Srikanteswararao Talluri
There are network connectivity issues observed with the test infrastructure and couple of build machines. I am looking into this. Thanks, ~Talluri

RE: can't get the simulator running on 4.4

2014-04-07 Thread Santhosh Edukulla
Hello Tina, I just pulled the latest 4.4 code and ran to get the simulator up as per instructions, i was able to get the simulator up with no issues and login as well, It was a fresh install. I didn't ran the test cases though ,but there should not be any issues with it as well. Thanks! Sant

RE: [4.4] Current State

2014-04-07 Thread Sanjay Tripathi
Hi Tina, Even I am facing similar issues after the change in XAPI. A lot of exceptions are coming when CS tries to launch system VMs. Please find the management server logs at: http://pastebin.com/6s44hDq5. --Sanjay -Original Message- From: Konstantina Chremmou [mailto:konstantina.chr

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi All,  I am getting the following errors repeated in the management server log. Any clues? Using Ubuntu 12.04 LTS (kernel 3.11.0-19-generic) and cloudstack 4.3. Thanks & Regards, Giri 2014-04-07 16:39:30,748 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:ctx-8907b

Re: [4.4] Current State

2014-04-07 Thread Murali Reddy
Errors I have seen are similar to log's pasted by Sanjay. I am running into below error while stopping and starting the VM's. 2014-04-07 13:26:38,960 DEBUG [c.c.h.x.r.CitrixResourceBase] (DirectAgent-107:ctx-0aa97361) cannot get host enabled status, host 10.147.28.60 due to org.apache.xmlrpc.clien

Re: How does a system VM get an IP address?

2014-04-07 Thread Wido den Hollander
On 04/07/2014 12:33 AM, Rafael Weingartner wrote: Hi folks, I was wondering how a system vm gets an IP address. I know they are the first things that CS needs in order to start up others VMs, so when they start there is no virtual router to assign IP addresses via DHCP. Via a local virtio so

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
Thanks man ;). By any chance if a system VM does not get its ip assigned, would there be any way to debug and check what is going on? I mean, if after it is running on the physical host it does respond on the IP that was assigned to it. On Mon, Apr 7, 2014 at 9:14 AM, Wido den Hollander wrote:

RE: can't get the simulator running on 4.4

2014-04-07 Thread Konstantina Chremmou
The first two commands of Step 1 run ok. The third one gives me errors, e.g. the first one was: Unable to execute C:\CLOUD\cloudstack\developer/target/db/templates.simulator.sql: Unknown column 'state' in 'field list' I fixed this and the others after it (perhaps incorrectly?) with the following

addBaremetalPxeKickStartServer

2014-04-07 Thread Geoff Higginbottom
Hi, I'm looking for some help with api call addBaremetalPxeKickStartServer in particular values for pxeservertype parameter Regards Geoff Higginbottom CTO / Cloud Architect [Description: Mail Logo Bottom Align] D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@

Review Request 20078: console-proxy add support of AltGr key and FR azerty keyboard

2014-04-07 Thread Axel Delahaye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20078/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

RE: can't get the simulator running on 4.4

2014-04-07 Thread Santhosh Edukulla
Hello Tina, I just ran one more time, a fresh 4.4 and see no issues at least in getting the simulator up and even created a data center. The state field was added in 4.3 version, error "unknown column of state ..", signifies that your DB version is not 4.4. Can we please check version table in

Re: How does a system VM get an IP address?

2014-04-07 Thread Wido den Hollander
On 04/07/2014 02:20 PM, Rafael Weingartner wrote: Thanks man ;). By any chance if a system VM does not get its ip assigned, would there be any way to debug and check what is going on? I mean, if after it is running on the physical host it does respond on the IP that was assigned to it. I say

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
By agent you mean CS management server? I am running CS 4.1.1. would the command cloudstack-ssh work, if the VM does not respond on its ip addresses? On Mon, Apr 7, 2014 at 10:01 AM, Wido den Hollander wrote: > > > On 04/07/2014 02:20 PM, Rafael Weingartner wrote: > >> Thanks man ;). >> By any

Re: How does a system VM get an IP address?

2014-04-07 Thread Wido den Hollander
On 04/07/2014 03:10 PM, Rafael Weingartner wrote: By agent you mean CS management server? I am running CS 4.1.1. No, in the KVM Agent. The hypervisor. /var/log/cloudstack/agent/agent.log would the command cloudstack-ssh work, if the VM does not respond on its ip addresses? It probably ha

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
I am using Xen server instead of KVM. I tried to ping the VM's internal address, however it does not respond. On Mon, Apr 7, 2014 at 10:13 AM, Wido den Hollander wrote: > > > On 04/07/2014 03:10 PM, Rafael Weingartner wrote: > >> By agent you mean CS management server? I am running CS 4.1.1. >>

RE: can't get the simulator running on 4.4

2014-04-07 Thread Konstantina Chremmou
I'm running from code, checked out master, ran all the commands in step1, no problems there. Then checked out 4.4, ran the commands again and stumbled. > -Original Message- > From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] > Sent: 07 April 2014 1:58 PM > To: dev@cloudstack.

Re: How does a system VM get an IP address?

2014-04-07 Thread Rafael Weingartner
When I open the VM console I get the following: Cleaning up temporary files modprobe: FATAL: Error inserting padlock_sha (/lib/modules/2.6.32-5-686-bigmem/kernel/drivers/crypto/padlock-sha.ko): No such device INIT: Sending processes the TERM signal Using makefile-style concurrent boot in runle

Re: [4.4] Current State

2014-04-07 Thread Mike Tutkowski
Now that I think about it, the issue I sent an e-mail regarding earlier where I could not create an SR (SR.create) only started happening after the XAPI change. Due to this issue, managed storage is currently not functional with XenServer, which is blocking my 4.4 testing. On Mon, Apr 7, 2014 at

Re: [4.4] Invalid parameter

2014-04-07 Thread Mike Tutkowski
Thanks for that clarification, Antonio. On Mon, Apr 7, 2014 at 2:07 AM, Antonio Fornié Casarrubios < antonio.for...@gmail.com> wrote: > The unknown parameter is not the reason why this is failing to deploy. It > must be something else, if you don't find anything in the Mgmt Server logs, > perhap

Re: [QUESTION 4.4] Creating a XS SR fails

2014-04-07 Thread Mike Tutkowski
I wanted to follow up on this in the original e-mail thread (I mentioned this in another thread of mine, though). I believe this failure to create an SR only started happening after the changes to XAPI. It sounds like there have been several other issues people have been experiencing with that ch

RE: [4.4] Current State

2014-04-07 Thread Konstantina Chremmou
It seems to me the problem is the xmlrpc dependency of the XAPI jar rather than the jar itself, as the changes between the previous version and the latest one do not explain this sort of errors. The jar we ship depends on 3.1 while cloudstack was using 3.1.3 which contains several bug fixes comp

Build failed in Jenkins: build-systemvm64-4.2 #225

2014-04-07 Thread jenkins
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on devcloud-continuous-tests (devcloud) in workspace

Re: [4.4] Current State

2014-04-07 Thread David Nalley
In the meantime (assuming this will take you more than a few hours) should we revert? --David On Mon, Apr 7, 2014 at 10:42 AM, Konstantina Chremmou wrote: > It seems to me the problem is the xmlrpc dependency of the XAPI jar rather > than the jar itself, as the changes between the previous vers

CloudStack call to KVM

2014-04-07 Thread Matt Spurlin
I have been looking at the code trying to figure out where the API call "deployVirtualMachine" would send the command to a KVM hypervisor to create a new virtual machine. I've found where the API call happens, but so far I have not seen where the logic is that sends the command to the hypervisor to

Re: CloudStack call to KVM

2014-04-07 Thread Marcus
The DeployVMCmd.java file has a 'create' and an 'execute' method. The create method is responsible for registering the VM and persisting it in the database, the logical creation. The 'execute' starts the vm, if the API call requires it. It calls the userVmService.startVirtualMachine, which I think

Re: CloudStack call to KVM

2014-04-07 Thread Marcus
If you trace startVirtualMachine you'll end up in VirtualMachineManagerImpl.java, most likely in the advanceStart method, where we see the StartCommand being crafted and sent to the agent: StartCommand strtcmd = new StartCommand(vmTO, dest.getHost(), _mgmtServer.getExecuteInSeq

Re: [4.4] Current State

2014-04-07 Thread Mike Tutkowski
I'm personally a bit concerned about changes of this nature being put in post feature freeze. I know it sounds like a fairly easy change, but the ramifications can be huge. However, being that I'm at ApacheCon and the CCC this week (and not doing much CS development), this won't be personally bloc

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19941/#review39692 --- cloudmonkey/requester.py

[HUGO] CloudStack at ApacheCon

2014-04-07 Thread Mike Tutkowski
Hugo talking up CS at ApacheCon: http://i.imgur.com/xiaaDzj.jpg -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud *(tm)*

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

2014-04-07 Thread Alena Prokharchyk
Antonio, Can we we compare all the parameters with “ignore case” option? Because the parameters are case insensitive. Thanks, Alena. From: Antonio Fornié Casarrubios mailto:antonio.for...@gmail.com>> Date: Monday, April 7, 2014 at 12:58 AM To: Alena Prokharchyk mailto:alena.prokharc...@citrix

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions

2014-04-07 Thread Alena Prokharchyk
Alex, can you please 1) split your fix into 2 patches: Patch #1 – contains the fixes to CS core/api Patch #2 – fixes for your new plugin Check if review board allows to upload 2 patches for the same ticket; if it doesn’t - create a new one for the second patch. 2) Move all the Daos related

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions

2014-04-07 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/#review39701 --- Alex, can you please 1) split your fix into 2 patches: Patch #1 –

Creating System VMs taking too long

2014-04-07 Thread Shashank Goel
Hi all, I have three system in my CloudStack setup: System 1 : Storage Server System 2: Management Server System 3: Host machine running Citrix XEN-Server Now, after following the installation guide at http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html I have reached the "Launch

Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/ --- (Updated April 7, 2014, 7:13 p.m.) Review request for cloudstack. Changes ---

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated April 7, 2014, 7:14 p.m.) Review request for cloudstack. Changes ---

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated April 7, 2014, 7:15 p.m.) Review request for cloudstack. Changes ---

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-04-07 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated April 7, 2014, 7:17 p.m.) Review request for cloudstack. Changes ---

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alena Prokharchyk
Alex, one more question. Is this patch meant to be a part of master branch only (4.5)? I guess so as your changes affect 4.4-4.5 db upgrade path. Please confirm, Alena. On 4/7/14, 12:13 PM, "Alex Ough" wrote: > >--- >This is an automatical

[Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Giles Sirett
The Project Management Committee (PMC) for Apache CloudStack has asked Lucian Paul (Nux) to become a committer and we are pleased to announce that he has accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Mike Tutkowski
Congratulations! On Mon, Apr 7, 2014 at 1:32 PM, Giles Sirett wrote: > The Project Management Committee (PMC) for Apache CloudStack has > asked Lucian Paul (Nux) to become a committer and we are pleased to > announce > that he has accepted. > > Being a committer allows many contributors to cont

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
yes, that is correct. On Mon, Apr 7, 2014 at 3:27 PM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Alex, one more question. Is this patch meant to be a part of master branch > only (4.5)? I guess so as your changes affect 4.4-4.5 db upgrade path. > > Please confirm, > Alena. > > On

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Erik Weber
On Mon, Apr 7, 2014 at 9:32 PM, Giles Sirett wrote: > The Project Management Committee (PMC) for Apache CloudStack has > asked Lucian Paul (Nux) to become a committer and we are pleased to > announce > that he has accepted. > Congratulations! -- Erik Weber

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Yoshikazu Nojima
Congratulation Nux! 2014-04-07 13:32 GMT-06:00 Giles Sirett : > The Project Management Committee (PMC) for Apache CloudStack has > asked Lucian Paul (Nux) to become a committer and we are pleased to announce > that he has accepted. > > Being a committer allows many contributors to contribute more

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Nguyen Anh Tu
Congratulations Nux! --Tuna On Tue, Apr 8, 2014 at 2:37 AM, Yoshikazu Nojima wrote: > Congratulation Nux! > > 2014-04-07 13:32 GMT-06:00 Giles Sirett : > > The Project Management Committee (PMC) for Apache CloudStack has > > asked Lucian Paul (Nux) to become a committer and we are pleased to

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Yichi Lu
Chiradeep: The date generated in CloudMonkey is going to be consumed by server/src/com/cloud/api/ApiServer.java. Yes, I think I can make it configurable. I ran a simple test. You can compare the test code against server/src/com/cloud/api/ApiServer.java::verifyRequest(). The test code: import java.

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Nitin Mehta
Congrats NuxŠwell deserved :) On 07/04/14 1:17 PM, "Nguyen Anh Tu" wrote: >Congratulations Nux! > >--Tuna > > >On Tue, Apr 8, 2014 at 2:37 AM, Yoshikazu Nojima wrote: > >> Congratulation Nux! >> >> 2014-04-07 13:32 GMT-06:00 Giles Sirett : >> > The Project Management Committee (PMC) for Apache

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Alena Prokharchyk
Congratulations, Nux! -Alena. On 4/7/14, 1:53 PM, "Nitin Mehta" wrote: >Congrats NuxŠwell deserved :) > >On 07/04/14 1:17 PM, "Nguyen Anh Tu" wrote: > >>Congratulations Nux! >> >>--Tuna >> >> >>On Tue, Apr 8, 2014 at 2:37 AM, Yoshikazu Nojima >>wrote: >> >>> Congratulation Nux! >>> >>> 2014-0

RE: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Rajesh Battala
Hearty Congratulations Nux! -Original Message- From: Giles Sirett [mailto:giles.sir...@shapeblue.com] Sent: Tuesday, April 8, 2014 1:02 AM To: dev@cloudstack.apache.org Subject: [Announce] New Committer: Lucian Paul (Nux) The Project Management Committee (PMC) for Apache CloudStack has a

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Chiradeep Vittal
> On April 7, 2014, 4:51 p.m., Chiradeep Vittal wrote: > > this should work? (datetime.datetime.utcnow() + datetime.timedelta(minutes=10)).strftime('%Y-%m-%dT%H:%M:%S +') - Chiradeep --- This is an automatically generated e-mail.

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Sebastien Goasguen
congrats Lucian, now please keep the Borgs out of cloudstack :) On Apr 7, 2014, at 5:06 PM, Rajesh Battala wrote: > Hearty Congratulations Nux! > > -Original Message- > From: Giles Sirett [mailto:giles.sir...@shapeblue.com] > Sent: Tuesday, April 8, 2014 1:02 AM > To: dev@cloudstack.a

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Yichi Lu
That's a very good idea. It does work, like this: (datetime.datetime.utcnow() + datetime.timedelta(minutes=10)).strftime('%Y-%m-%dT%H:%M:%S+'). (No space between '%S' and '+'). On Mon, Apr 7, 2014 at 4:21 PM, Chiradeep Vittal wrote: >This is an automatically generated e-mail. To repl

Re: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread David Nalley
No. Please add them. We want to assimilate every user of cloud computing ;) On Apr 7, 2014 3:35 PM, "Sebastien Goasguen" wrote: > congrats Lucian, > > now please keep the Borgs out of cloudstack :) > > On Apr 7, 2014, at 5:06 PM, Rajesh Battala > wrote: > > > Hearty Congratulations Nux! > > > >

Problem with VMware CloudStack SSVM Agent

2014-04-07 Thread Soheil Eizadi
I am trying to bring up CloudStack 4.4 on vSphere 5.1, I cannot get the Agent to run on SSVM, here is the error: =templateProcessor mtu=1500 eth2ip=10.48.15.100 eth2mask=255.255.255.0 gateway=10.48.15.1 public.network.device=eth2 eth0mask=0.0.0.0 eth0ip=0.0.0.0 eth1ip=10.48.15.49 eth1mask=

Maven style checker issue

2014-04-07 Thread Frank Zhang
I struggled two days to fix my several tens of files for trailing space, tab, unused imports... manually(vim + sed). Yes, manually because I am using Intellj the ApacheCloudStack formatter profile won't work for me, even though Intellj 13 claims supporting Eclipse formatter profile, it doesn't

FW: Maven style checker issue

2014-04-07 Thread Frank Zhang
-Original Message- From: Frank Zhang [mailto:frank.zh...@citrix.com] Sent: Monday, April 07, 2014 4:43 PM To: cloudstack-...@incubator.apache.org Subject: Maven style checker issue I struggled two days to fix my several tens of files for trailing space, tab, unused imports... manually(

Re: [QUESTION] Debugging CS VMware logic in Eclipse

2014-04-07 Thread Kelven Yang
If it is only for debugging purpose, you can temporarily make code changes to re-route command to the VMware resource that¹s running inside management server. That will be more convenient than debugging inside SSVM Kelven On 4/6/14, 11:19 PM, "Mike Tutkowski" wrote: >Sorry - perhaps I should ha

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/#review39753 --- Alex, just discussed your changes to existing CS code (Account/Dom

Re: [QUESTION] Debugging CS VMware logic in Eclipse

2014-04-07 Thread Mike Tutkowski
Hi Kelven, Can you elaborate more on what you're referring to? In the past, I've changed code and set breakpoints inside VmwareResource and VmwareStorageProcessor and was able to debug that way. As you say, that code was running inside the CS MS. When would this code run inside of SSVM instead

cloudmanagementserver.keystore

2014-04-07 Thread Michael Phillips
I know this was a problem in 4.2.1 in which the system would endlessly log the following error: 014-04-07 22:29:29,715 WARN [c.c.u.n.Link] (AgentManager-Selector:null) SSL: Fail to find the generated keystore. Loading fail-safe one to continue. The fix was to rename /etc/cloudstack/management/c

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
Alena/Alex, I think I need to give some explanation how this works. There are 2 ways of sync. 1. The real time sync : Whenever a resource is create/updated/removed, each region gets the event of that and requests the same job to all remote regions using API interfaces, which will create/update/r

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-04-07 Thread Alex Ough
And all 4 of the recommendations Alex Hwang gave were already implemented to support the real time synchronization (#1), but like I said in the previous email, we need to support the full scan (#2) to cover any failures during the synchronization. Thanks Alex Ough On Tue, Apr 8, 2014 at 12:10 A

RE: [Announce] New Committer: Lucian Paul (Nux)

2014-04-07 Thread Suresh Sadhu
Congrats Nux!! --sadhu -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: 08 April 2014 02:23 To: dev@cloudstack.apache.org Subject: Re: [Announce] New Committer: Lucian Paul (Nux) Congrats NuxŠwell deserved :) On 07/04/14 1:17 PM, "Nguyen Anh Tu" wrote: >Cong

Re: Maven style checker issue

2014-04-07 Thread Rajani Karuturi
Hi Frank, Did you use the plugin mentioned in the wiki @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions#Codingconventions-IntellijIdea I am using it and haven’t seen any issues so far. ~Rajani On 08-Apr-2014, at 5:12 am, Frank Zhang mailto:frank.zh...@citrix.com>

RE: cloudmanagementserver.keystore

2014-04-07 Thread Prashanth Reddy Mandadi
I have seen this issue on fresh installation of 4.3. Snippet of the log from my setup "2014-04-07 08:00:09,295 INFO [c.c.s.ConfigurationServerImpl] (main:null) SSL keystore located at /etc/cloudstack/management/cloudmanagementserver.keystore 2014-04-07 08:00:09,304 DEBUG [c.c.u.s.Script] (main:

[ACS 4.4][QA] Windowsfication of management server

2014-04-07 Thread Sailaja Mada
Hi Alex, I have identified High Level Test Combinations in comparison with Linux installer and the details are : 1. Installation of Management Server(MS) with VMware as we mount Secondary Storage on Management Server and other hypervisors validation 2. DB and MS on the same Server 3. DB ,

Re: [4.4] Current State

2014-04-07 Thread Murali Reddy
Is there a workaround? I am blocked on testing 4.4 work. On 07/04/14 8:12 PM, "Konstantina Chremmou" wrote: >It seems to me the problem is the xmlrpc dependency of the XAPI jar >rather than the jar itself, as the changes between the previous version >and the latest one do not explain this sort o

Re: Problem with VMware CloudStack SSVM Agent

2014-04-07 Thread Erik Weber
Could you check wich java version it has installed? >From the error message I'd interpret it as it's trying to run java7 code on java6 jre. -- Erik Weber On Tue, Apr 8, 2014 at 1:39 AM, Soheil Eizadi wrote: > I am trying to bring up CloudStack 4.4 on vSphere 5.1, I cannot get the > Agent to r