Re: simulator failing runs in j.b.a.c.o

2015-04-19 Thread Srikanteswararao Talluri
Downgraded jenkins s3 plugin. Master systemvm build is also successful. On 19/04/15 10:37 pm, "Srikanteswararao Talluri" wrote: > >Master systemvms were built successfully, however, jenkins job fails to >push the artifacts to S3. >This could be due to a bug in jenkins s3 plugin which is still

Re: simulator failing runs in j.b.a.c.o

2015-04-19 Thread Srikanteswararao Talluri
Master systemvms were built successfully, however, jenkins job fails to push the artifacts to S3. This could be due to a bug in jenkins s3 plugin which is still in open state : https://issues.jenkins-ci.org/browse/JENKINS-27660 We might need to downgrade jenkins s3 plugin for time being. (downg

Re: simulator failing runs in j.b.a.c.o

2015-04-19 Thread Daan Hoogland
great, all master builds succeed now, only systemvm is unstable. let's not slack anymore people. Good work Tulari. Any volunteers? some builds in other groups are still a problem. On Sun, Apr 19, 2015 at 12:02 PM, Srikanteswararao Talluri wrote: > Multi python version issue on slave. Fixed it t

Re: simulator failing runs in j.b.a.c.o

2015-04-19 Thread Srikanteswararao Talluri
Multi python version issue on slave. Fixed it too Dan. On 19/04/15 2:06 pm, "Daan Hoogland" wrote: >Thanks Talluri, > >I see the test now passes somewhat further it is not successful yet. >the jenkins user cannot access the module urandom. Not sure if this >should be fixed in the build job or o

Re: simulator failing runs in j.b.a.c.o

2015-04-19 Thread Daan Hoogland
Thanks Talluri, I see the test now passes somewhat further it is not successful yet. the jenkins user cannot access the module urandom. Not sure if this should be fixed in the build job or on the slave. On Sun, Apr 19, 2015 at 8:22 AM, Srikanteswararao Talluri wrote: > Simulator jobs have been f

Re: Simulator.

2015-04-07 Thread Mike Tutkowski
t; After you have run deployDataCenter.py, it is possible to do > VM/volume/network related operations from UI. > > From: Jeronimo Garcia [mailto:garciaj...@gmail.com] > Sent: Tuesday, 7 April 2015 17:25 > To: dev@cloudstack.apache.org > Cc: cloudstack-...@incubator.apache.or

RE: Simulator.

2015-04-07 Thread Koushik Das
After you have run deployDataCenter.py, it is possible to do VM/volume/network related operations from UI. From: Jeronimo Garcia [mailto:garciaj...@gmail.com] Sent: Tuesday, 7 April 2015 17:25 To: dev@cloudstack.apache.org Cc: cloudstack-...@incubator.apache.org Subject: Re: Simulator. One more

Re: Simulator.

2015-04-07 Thread Jeronimo Garcia
One more: Why "Simulator" isn't available on the gui (in the cluster creation part) , i know automated tests don't use the GUI but it would be handy anyways.. Having said that the api call supports it: [image: Inline image 1] On Tue, Apr 7, 2015 at 12:43 PM, Jeronimo Garcia wrote: > fantastic ,

Re: Simulator.

2015-04-07 Thread Jeronimo Garcia
fantastic , i got it running using the basic marvin file: python ../marvin/marvin/deployDataCenter.py -i ../../setup/dev/basic.cfg Thanks again! On Tue, Apr 7, 2015 at 12:40 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.com> wrote: > Check this wiki > https://cwiki.apache.org/confluence/

Re: Simulator.

2015-04-07 Thread Abhinandan Prateek
Check this wiki https://cwiki.apache.org/confluence/display/CLOUDSTACK/Validating+check-ins+for+your+local+changes%2C+using+Simulator With simulator you do not need any real hardware/hosts. -abhi > On 07-Apr-2015, at 4:56 pm, Jeronimo Garcia wrote: > > Hi guys. > > When using the simulator , D

Re: Simulator.

2015-04-07 Thread Rohit Yadav
Hi Jeronimo, Simulator does not require any external hardware, storage/network/compute. See the TravisCI builds too use simulator and they don’t connect with any external resource at all: travis-ci.org/apache/cloudstack Can you also send emails to dev@cloudstack.apache.org as the one with incub

Re: Simulator failing

2015-04-02 Thread cs user
Fix for this was to use this command: mvn -P simulator -pl :cloud-client-ui jetty:run And not: mvn -pl :cloud-client-ui jetty:run On Thu, Apr 2, 2015 at 2:42 PM, cs user wrote: > Hi All, > > I'm trying to run the simulator, I've tried with git tags 4.3, 4.3.2 and > 4.4.1. > > Each time I

RE: simulator run

2014-09-04 Thread Santhosh Edukulla
, 2014 8:19 AM To: CloudStack Dev Subject: Re: simulator run Koushik, Any chance of getting a list of tests that are valid for execution against the simulator for 4.3, 4.4 and master? Thanks, Ian On 4 September 2014 13:03, Koushik Das wrote: > Ok, in that case the tests under /misc won&#x

Re: simulator run

2014-09-04 Thread Ian Duffy
Koushik, Just to confirm the following should be OK for simulator usage then. $ grep -R "tags" ~/projects/cloudstack/test/integration/component | grep "simulator" | grep -o -e "test_.*.py" | sort -u test_accounts.py test_affinity_groups.py test_allocation_states.py test_cpu_domain_limits.py test_

Re: simulator run

2014-09-04 Thread Sebastien Goasguen
d not tags=advanced ? > -Original Message- > From: Ian Duffy [mailto:i...@ianduffy.ie] > Sent: Thursday, 4 September 2014 5:50 PM > To: CloudStack Dev > Subject: Re: simulator run > > Koushik, > > Any chance of getting a list of tests that are valid for execution ag

RE: simulator run

2014-09-04 Thread Koushik Das
For master/4.4 the command/filter specified by Hugo should work. For 4.3 check for tests tagged with "simulator". -Original Message- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: Thursday, 4 September 2014 5:50 PM To: CloudStack Dev Subject: Re: simulator run Koushik, Any

Re: simulator run

2014-09-04 Thread Ian Duffy
anced'], > required_hardware="simulator only") > > -Original Message- > From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers > Sent: Thursday, 4 September 2014 5:23 PM > To: dev@cloudstack.apache.org > Subject: Re: simulator run > > Hey

RE: simulator run

2014-09-04 Thread Koushik Das
t/integration/smoke/misc/test_vm_sync.py:@attr(tags = ['advanced'], required_hardware="simulator only") -Original Message- From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers Sent: Thursday, 4 September 2014 5:23 PM To: dev@cloudstack.apache.org Subjec

Re: simulator run

2014-09-04 Thread Hugo Trippaers
Hey, This is what i’m executing to run the tests: /usr/local/bin/nosetests-2.7 -v --with-marvin --marvin-config=setup/dev/advanced.cfg --with-xunit --xunit-file=xunit.xml -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator -w test/integration/smoke Cheer

RE: simulator run

2014-09-04 Thread Koushik Das
Are the tests present under test/integration/smoke/misc also getting executed? If so please exclude them for now. The tests under /misc folder is based on the new simulator changes to test failures from agent layer. These tests can cause interference in other tests. There are 2 options to make t

RE: Simulator on master is not building

2014-07-31 Thread Anthony Xu
I see, thanks for explanation. Anthony -Original Message- From: Koushik Das Sent: Wednesday, July 30, 2014 10:02 PM To: Anthony Xu; dev@cloudstack.apache.org Subject: RE: Simulator on master is not building There is a separate simulator DB where all these VOs are used. These are only

Re: Simulator on master is not building

2014-07-31 Thread Hugo Trippaers
t;>> https://issues.apache.org/jira/browse/CLOUDSTACK-6623. Once this is fixed >>> it needs to be tested again. >>> >>> Also there needs to be a consensus to include it in default profile. >>> >>> -Original Message- >>> From:

Re: Simulator on master is not building

2014-07-31 Thread Sebastien Goasguen
t >> needs to be tested again. >> >> Also there needs to be a consensus to include it in default profile. >> >> -Original Message- >> From: Edison Su >> Sent: Wednesday, 30 July 2014 11:30 PM >> To: dev@cloudstack.apache.org; Koushik Das

RE: Simulator on master is not building

2014-07-31 Thread Santhosh Edukulla
This is cool. Santhosh From: Trippie [trip...@gmail.com] on behalf of Hugo Trippaers [h...@trippaers.nl] Sent: Thursday, July 31, 2014 4:27 AM To: dev@cloudstack.apache.org Cc: Edison Su Subject: Re: Simulator on master is not building Heya, I’m setting

Re: Simulator on master is not building

2014-07-31 Thread Hugo Trippaers
, 30 July 2014 11:30 PM > To: dev@cloudstack.apache.org; Koushik Das > Subject: RE: Simulator on master is not building > > +1, include simulator in the default build, exclude explicitly in the > production build. > >> -Original Message- >> From: Anthony Xu [mailto:xuefei.

RE: Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
; Koushik Das Subject: RE: Simulator on master is not building If we build simulator by default, it may add to the build time, and there is a potential people forgetting to exclude some times. Santhosh From: Anthony Xu [xuefei...@citrix.com] Sent: Wednesday

RE: Simulator on master is not building

2014-07-30 Thread Koushik Das
there are any issues. -Koushik -Original Message- From: Anthony Xu Sent: Wednesday, 30 July 2014 11:37 PM To: Koushik Das; dev@cloudstack.apache.org Subject: RE: Simulator on master is not building Hi Koushik, fixed the build for simulator. I just found out Simulator use its own VOes for

RE: Simulator on master is not building

2014-07-30 Thread Koushik Das
fixed it needs to be tested again. Also there needs to be a consensus to include it in default profile. -Original Message- From: Edison Su Sent: Wednesday, 30 July 2014 11:30 PM To: dev@cloudstack.apache.org; Koushik Das Subject: RE: Simulator on master is not building +1, include

RE: Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
@cloudstack.apache.org Subject: RE: Simulator on master is not building We used -Dsimulator to include simulator, it is very easy for developers to forget it. Simulator should be built by default , we may use -Dnosimulator to exclude simulator. Anthony -Original Message- From: Koushik Das Sent

RE: Simulator on master is not building

2014-07-30 Thread Anthony Xu
/com/cloud/simulator/MockConfigurationVO.java ./plugins/hypervisors/simulator/src/com/cloud/simulator/MockSecurityRulesVO.java -Original Message- From: Anthony Xu Sent: Wednesday, July 30, 2014 10:28 AM To: Koushik Das; dev@cloudstack.apache.org Subject: RE: Simulator on master is not bu

RE: Simulator on master is not building

2014-07-30 Thread Edison Su
+1, include simulator in the default build, exclude explicitly in the production build. > -Original Message- > From: Anthony Xu [mailto:xuefei...@citrix.com] > Sent: Wednesday, July 30, 2014 10:28 AM > To: Koushik Das; dev@cloudstack.apache.org > Subject: RE: Simulator o

RE: Simulator on master is not building

2014-07-30 Thread Anthony Xu
@cloudstack.apache.org Cc: Anthony Xu Subject: RE: Simulator on master is not building The simulator code should be kept up to date with any changes done in the core product. If there are any interface changes, necessary changes should be made in simulator plugin as well along with other hypervisor plugins. To

RE: Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
I just logged a bug for the same. https://issues.apache.org/jira/browse/CLOUDSTACK-7204 Santhosh From: Santhosh Edukulla Sent: Wednesday, July 30, 2014 5:56 AM To: dev@cloudstack.apache.org Cc: Anthony Xu Subject: Simulator on master is not building I be

RE: Simulator on master is not building

2014-07-30 Thread Koushik Das
The simulator code should be kept up to date with any changes done in the core product. If there are any interface changes, necessary changes should be made in simulator plugin as well along with other hypervisor plugins. To build simulator code use refer to [1]. -Koushik [1] https://cwiki.apa

RE: Simulator setup on windows

2014-05-21 Thread Santhosh Edukulla
use skipTests with mvn command to skip tests, "but" not sure, if simulator is fully functional and works on windows, it was used and tested on non windows platform though. If your requirement is simulator and not its running platform, then try linux\mac. Santhosh ___

Re: Simulator : Error while creating a snapshot from a VM

2014-03-27 Thread Meghna Kale
Thanks Chip. David, Can you please check-in the changes in 4.3. Thanks Meghna. On Thu, Mar 27, 2014 at 7:05 PM, Chip Childers wrote: > On Thu, Mar 27, 2014 at 3:52 AM, Meghna Kale > wrote: > > I was able to create a snapshot in 4.2 simulator after applying the > changes > > from > > > https:

Re: Simulator : Error while creating a snapshot from a VM

2014-03-27 Thread Chip Childers
On Thu, Mar 27, 2014 at 3:52 AM, Meghna Kale wrote: > I was able to create a snapshot in 4.2 simulator after applying the changes > from > https://github.com/apache/cloudstack/commit/dfb81ac1274d8ebe4a47223d10f3de44aa9091bf > patch > suggested by David. > > Just a suggestion, if the fix is present

Re: Simulator : Error while creating a snapshot from a VM

2014-03-27 Thread Meghna Kale
I was able to create a snapshot in 4.2 simulator after applying the changes from https://github.com/apache/cloudstack/commit/dfb81ac1274d8ebe4a47223d10f3de44aa9091bf patch suggested by David. Just a suggestion, if the fix is present in 4.4 can we have this 4.3 and 4.2 as well. Thanks Meghna. 20

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Meghna Kale
Thanks Daan. On Wed, Mar 26, 2014 at 6:06 PM, Daan Hoogland wrote: > On Wed, Mar 26, 2014 at 1:26 PM, Meghna Kale > wrote: > > meghna.k...@sungard.com > > your in > > -- > Daan > >

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Daan Hoogland
On Wed, Mar 26, 2014 at 1:26 PM, Meghna Kale wrote: > meghna.k...@sungard.com your in -- Daan

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Meghna Kale
r\4.4 >> first and then see if it works, else log a bug, so we can look at it. >> >> Santhosh >> >> From: Meghna Kale [meghna.k...@sungard.com] >> Sent: Friday, March 21, 2014 4:19 AM >> To: dev@cloudstack.apache.org >> Subject: Re: Simulator : Error whi

Re: Simulator : Error while creating a snapshot from a VM

2014-03-26 Thread Meghna Kale
rks, else log a bug, so we can look at it. > > Santhosh > > From: Meghna Kale [meghna.k...@sungard.com] > Sent: Friday, March 21, 2014 4:19 AM > To: dev@cloudstack.apache.org > Subject: Re: Simulator : Error while creating a snapshot from

RE: Simulator Component under Jira

2014-03-24 Thread Santhosh Edukulla
Thanks! Santhosh From: John Kinsella [j...@stratosec.co] Sent: Friday, March 21, 2014 5:24 PM To: dev@cloudstack.apache.org Subject: Re: Simulator Component under Jira done On Mar 21, 2014, at 1:18 AM, Santhosh Edukulla wrote: > Team, > >

Re: Simulator Component under Jira

2014-03-21 Thread John Kinsella
done On Mar 21, 2014, at 1:18 AM, Santhosh Edukulla wrote: > Team, > > Currently, it seems we don't have a component by name Simulator under jira, > This component can be used for any changes we do and issues raised against > simulator. > > Please, some body with permissions can add it. >

RE: Simulator : Error while creating a snapshot from a VM

2014-03-21 Thread Santhosh Edukulla
\4.4 first and then see if it works, else log a bug, so we can look at it. Santhosh From: Meghna Kale [meghna.k...@sungard.com] Sent: Friday, March 21, 2014 4:19 AM To: dev@cloudstack.apache.org Subject: Re: Simulator : Error while creating a snapshot from a

Re: Simulator : Error while creating a snapshot from a VM

2014-03-21 Thread Meghna Kale
David, I tried applying the changes from the commit mentioned by you and re-build the code. But still the problem is not solved. Need help. Thanks Meghna. On Thu, Mar 20, 2014 at 10:22 PM, David Grizzanti < david.grizza...@sungard.com> wrote: > Meghna, > > I realized one thing that is missin

Re: Simulator : Error while creating a snapshot from a VM

2014-03-20 Thread David Grizzanti
Meghna, I realized one thing that is missing from 4.3 and 4.2 that I added (it's on 4.4 and master though). Here is the commit https://github.com/apache/cloudstack/commit/dfb81ac1274d8ebe4a47223d10f3de44aa9091bf . If you apply that and re-build, it should fix the create VM snapshot issue. On T

Re: simulator in master borked?

2013-08-27 Thread Prasanna Santhanam
Thanks, would be great if the template download can also be revived. I've not caught up with changes on master yet. Earlier postDiscovery of the simulator we could would mark the template as 'Downloaded' in tempalte_host_ref. That should be template_store_ref now but the storage code now doesn't ha

Re: simulator in master borked?

2013-08-27 Thread Chiradeep Vittal
I pushed a work around (4a9b2fb) for the config issue. On 8/27/13 6:01 PM, "Chiradeep Vittal" wrote: >If you remove the configurations from the global section, the zone >deploys. This is related to the configdepot changes by Alex. > >But then the builtin template never gets ready (never shows in

Re: simulator in master borked?

2013-08-27 Thread Chiradeep Vittal
If you remove the configurations from the global section, the zone deploys. This is related to the configdepot changes by Alex. But then the builtin template never gets ready (never shows in the UI). You can register a new template and get going I guess. On 8/27/13 5:38 PM, "Ian Duffy" wrote:

Re: simulator in master borked?

2013-08-27 Thread Ian Duffy
Tried to deploy the simulator using master a couple of seconds ago. It failed to do so, it through an exception on startup and gave 500 errors on hitting /client. 4.2 seems to be working OK. deploying the advanced zone worked. On 28 August 2013 01:13, Chiradeep Vittal wrote: > I've been working

RE: simulator in master borked?

2013-08-27 Thread Edison Su
It's working in 4.2. > -Original Message- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sent: Tuesday, August 27, 2013 5:14 PM > To: dev@cloudstack.apache.org > Subject: simulator in master borked? > > I've been working around some issues, but no luck. Primarily the stor