Re: [PR] Ci/bump simulator wait [cloudstack-terraform-provider]

2025-10-18 Thread via GitHub
vishesh92 commented on PR #225: URL: https://github.com/apache/cloudstack-terraform-provider/pull/225#issuecomment-3323585698 @sidshas03 Why is this change required? Can you share the failing test run? The wait here is waiting for the simulator server to be ready. After which the tests

Re: [PR] Ci/bump simulator wait [cloudstack-terraform-provider]

2025-09-19 Thread via GitHub
DaanHoogland commented on PR #225: URL: https://github.com/apache/cloudstack-terraform-provider/pull/225#issuecomment-3312335221 @sidshas03 , most of the acceptance tests are failing. Can you have a look at the failures? -- This is an automated message from the Apache Git Service. To res

Re: [PR] Ci/bump simulator wait [cloudstack-terraform-provider]

2025-09-18 Thread via GitHub
kiranchavala commented on PR #225: URL: https://github.com/apache/cloudstack-terraform-provider/pull/225#issuecomment-3310699837 @vishesh92 could you please review the changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Ci/bump simulator wait [cloudstack-terraform-provider]

2025-09-18 Thread via GitHub
sidshas03 commented on PR #225: URL: https://github.com/apache/cloudstack-terraform-provider/pull/225#issuecomment-3308647140 > CI-only change to stabilize the acceptance matrix for #218. No provider code touched. If you prefer not to alter the action, I can temporarily scope acceptance ru

[PR] Ci/bump simulator wait [cloudstack-terraform-provider]

2025-09-18 Thread via GitHub
, with jobs failing out of the "Run acceptance test" step. This is consistent with CloudStack simulator readiness rather than provider logic. ## Solution Double the simulator readiness wait from 10 minutes (20 × 30s) to 20 minutes (40 × 30s). ## Changes - In `.gith

Re: [PR] add specific test instruction and 4.20.1 docker simulator [cloudstack-terraform-provider]

2025-08-27 Thread via GitHub
shwstppr merged PR #211: URL: https://github.com/apache/cloudstack-terraform-provider/pull/211 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsub

[PR] add specific test instruction and 4.20.1 docker simulator [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
sudo87 opened a new pull request, #211: URL: https://github.com/apache/cloudstack-terraform-provider/pull/211 This PR is to add instruction for specific test execution -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: Simulator issues

2025-06-04 Thread Wei ZHOU
IMHO, your changes is more likely an enhancement, so... main branch would be the best. Kind regards, Wei On Wednesday, June 4, 2025, Jason Hollis wrote: > Wei, > > I've found out that I can run a docker build of the simulator under the > tools directory and have tried going

Re: Simulator issues

2025-06-04 Thread Jason Hollis
Wei, I've found out that I can run a docker build of the simulator under the tools directory and have tried going that path. I was able to checkout 4.19.0.0 tag, add my code changes and test it and got it to work with the simulator! My question now is what is the correct branch/tag to ba

Re: Simulator issues

2025-06-04 Thread Wei ZHOU
Hi Jason, I think the issue is not caused by your changes. It might be caused by database settings. You may refer to simulator CI how to configure and run the simulator in a docker container https://github.com/apache/cloudstack/blob/main/.github/workflows/ci.yml Kind regards, Wei On Tue, Jun

Re: Simulator issues

2025-06-03 Thread Jason Hollis
t the simulator built with my changes and test with 4.19.0.0, and 4.20.0.0...but not 100% sure that is what I need to do before submitting my PR? Should I just build this simulator off of "main" and test things and then submit my PR for that??...but then how can I get these changes in 4.19.

Re: Simulator issues

2025-06-03 Thread Wei ZHOU
Hi Jason, Can you share your changes ? Kind regards, Wei On Tue, Jun 3, 2025 at 8:27 PM Jason Hollis wrote: > I'm trying to setup and run simulator via maven so I can test against > some code changes I have. I'd like to be able to easily test between > different versions

Simulator issues

2025-06-03 Thread Jason Hollis
I'm trying to setup and run simulator via maven so I can test against some code changes I have. I'd like to be able to easily test between different versions of CS. In the past I've just ran the simulator via Docker, but I need to be able to use my modified code. I've ra

Re: cloudstack - simulator Stopped working

2022-06-23 Thread Wei ZHOU
Hi Antonio, I have pushed an image for cloudstack 4.17.0.0 to my docker repo. Can you test it ? https://hub.docker.com/repository/docker/ustcweizhou/cloudstack-simulator -Wei On Wed, 22 Jun 2022 at 10:34, Antonio Perpinan wrote: > Hi I am teach cloudstack and the easiest way is us

Re: cloudstack - simulator Stopped working

2022-06-22 Thread Nux
Hello, Can you please send some more information and logs? --- Nux www.nux.ro On 2022-06-22 01:33, Antonio Perpinan wrote: Hi I am teach cloudstack and the easiest way is using cloudstack/simulator But recently it has completely stopped working.. any help, with this issue which is a DB

cloudstack - simulator Stopped working

2022-06-22 Thread Antonio Perpinan
Hi I am teach cloudstack and the easiest way is using cloudstack/simulator But recently it has completely stopped working.. any help, with this issue which is a DB error during the setup or finding a similar software would be highly appreciated. -- Antonio Perpinan Fundación Código Libre

Re: jetty simulator problem

2017-11-15 Thread Rohit Yadav
Thanks Rafael for sharing and sending the PR, I think that should fix the problem. Regards. From: Rafael Weingärtner Sent: Wednesday, November 15, 2017 8:33:08 PM To: [email protected] Subject: Re: jetty simulator problem Now travis started presenting

Re: jetty simulator problem

2017-11-15 Thread Rafael Weingärtner
t,address=8787,server=y,suspend=n" >> >> >> Rafael - you may review the Travis build/run scripts in `tools/travis`. >> >> >> Regards. >> >> >> From: Daan Hoogland >> Sent: Wednesday, November 15, 2017 12:

Re: jetty simulator problem

2017-11-15 Thread Rafael Weingärtner
fael - you may review the Travis build/run scripts in `tools/travis`. > > > Regards. > > > From: Daan Hoogland > Sent: Wednesday, November 15, 2017 12:50:29 PM > To: dev > Subject: Re: jetty simulator problem > > @Rohit, all of this is with -Dsi

Re: jetty simulator problem

2017-11-15 Thread Rohit Yadav
s/travis`. Regards. From: Daan Hoogland Sent: Wednesday, November 15, 2017 12:50:29 PM To: dev Subject: Re: jetty simulator problem @Rohit, all of this is with -Dsimulator. It is probably due to one of my many bad habits but I have this on fedora 26, macos 10.13 and macos 10.11 On

Re: jetty simulator problem

2017-11-14 Thread Daan Hoogland
ave not caught > any issues ib Travis or Trillian yet. Keep me posted if you still face the > issues. > > Regards. > > From: Rafael Weingärtner > Sent: Tuesday, November 14, 2017 5:56:03 PM > To: [email protected] > Subject:

Re: jetty simulator problem

2017-11-14 Thread Rafael Weingärtner
nt: Tuesday, November 14, 2017 5:56:03 PM > To: [email protected] > Subject: Re: jetty simulator problem > > It works without removing annotation because they are not being processed > (@component). That is why when you deleted the beans declaration in the XML > Spring started complaining abou

Re: jetty simulator problem

2017-11-14 Thread Rohit Yadav
: Re: jetty simulator problem It works without removing annotation because they are not being processed (@component). That is why when you deleted the beans declaration in the XML Spring started complaining about those beans. So, if they are not being used, we can simply remove them. On Tue, Nov

Re: jetty simulator problem

2017-11-14 Thread Rafael Weingärtner
wrote: > > > > > > > > > trying with only the depends-on lines removed now > > > > > > > > > > On Mon, Nov 13, 2017 at 8:30 PM, Daan Hoogland < > > > [email protected]> > > > > > wrote: > > > > > &g

Re: jetty simulator problem

2017-11-14 Thread Daan Hoogland
t; > > > > > > > > from maven: > > > > > mvn -pl client jetty:run -Dsimulator > > > > > > > > > > On Mon, Nov 13, 2017 at 8:16 PM, Rafael Weingärtner < > > > > > [email protected]> wrote: > > > > >

Re: jetty simulator problem

2017-11-14 Thread Rafael Weingärtner
; > > > > > > from maven: > > > > mvn -pl client jetty:run -Dsimulator > > > > > > > > On Mon, Nov 13, 2017 at 8:16 PM, Rafael Weingärtner < > > > > [email protected]> wrote: > > > > > > > >> The

Re: jetty simulator problem

2017-11-14 Thread Daan Hoogland
t; [email protected]> wrote: > > > > > >> The error changed! That is good... It is a misconfiguration with > > >> dependencies between modules. > > >> How are you running the simulator? > > >> > > >> On Mon, N

Re: jetty simulator problem

2017-11-13 Thread Rafael Weingärtner
lt; > > [email protected]> wrote: > > > >> The error changed! That is good... It is a misconfiguration with > >> dependencies between modules. > >> How are you running the simulator? > >> > >> On Mon, Nov 13, 2017 at 5:13 PM, Daan Hoogland

Re: jetty simulator problem

2017-11-13 Thread Daan Hoogland
or changed! That is good... It is a misconfiguration with >> dependencies between modules. >> How are you running the simulator? >> >> On Mon, Nov 13, 2017 at 5:13 PM, Daan Hoogland >> wrote: >> >> > didn't work:( trying with on

Re: jetty simulator problem

2017-11-13 Thread Daan Hoogland
from maven: mvn -pl client jetty:run -Dsimulator On Mon, Nov 13, 2017 at 8:16 PM, Rafael Weingärtner < [email protected]> wrote: > The error changed! That is good... It is a misconfiguration with > dependencies between modules. > How are you running the simulator? >

Re: jetty simulator problem

2017-11-13 Thread Rafael Weingärtner
The error changed! That is good... It is a misconfiguration with dependencies between modules. How are you running the simulator? On Mon, Nov 13, 2017 at 5:13 PM, Daan Hoogland wrote: > didn't work:( trying with only some parts removed now > > Caused by: org.springframework

Re: jetty simulator problem

2017-11-13 Thread Daan Hoogland
on properly. The configuration > "depends-on" you find in the XML "bean" element is to define an exotic and > not obvious dependency. > > > On Mon, Nov 13, 2017 at 3:48 PM, Daan Hoogland > wrote: > > > I'm looking at a problem, any one reco

Re: jetty simulator problem

2017-11-13 Thread Rafael Weingärtner
ou find in the XML "bean" element is to define an exotic and not obvious dependency. On Mon, Nov 13, 2017 at 3:48 PM, Daan Hoogland wrote: > I'm looking at a problem, any one recognises this on master? simulator does > not start cleanly. > > [WARNING] Failed startup of

jetty simulator problem

2017-11-13 Thread Daan Hoogland
I'm looking at a problem, any one recognises this on master? simulator does not start cleanly. [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@51de5efa {/client,file:/Users/dahn/apache/cloudstack/client/target/classes/META-INF/webapp/,STARTING}{file:/Users/dahn/apache/cloud

Apache CloudStack 4.9.3 Simulator with Kafka Logging Integrated

2017-11-13 Thread Ivan Kudryavtsev
Hello, comunity. We recently developed simulator image for ACS 4.9.3 integrated with Apache Kafka event bus logging system. This is for development purposes. We use Kafka as integration point, so we need it. It's published in: GitHub: https://github.com/bwsw/cs-simulator-kafka DockerHub:

Re: Cloudstack Simulator w/ Kafka event export

2017-10-20 Thread Syed Ahmed
ave it > in distribution repo? My idea is that ACS should support CI/CD for external > apps/integrations, so it should include plugin facilities included somehow > optionally into simulator. > > 16 окт. 2017 г. 16:34 пользователь "Rohit Yadav" < > rohit.ya...@shape

Re: Cloudstack Simulator w/ Kafka event export

2017-10-16 Thread Ivan Kudryavtsev
Thanks for the fast reply. Ok, do you think the community wishes to have it in distribution repo? My idea is that ACS should support CI/CD for external apps/integrations, so it should include plugin facilities included somehow optionally into simulator. 16 окт. 2017 г. 16:34 пользователь "

Re: Cloudstack Simulator w/ Kafka event export

2017-10-16 Thread Rohit Yadav
Hi Ivan, Yes, please "cook it yourself". - Rohit From: Ivan Kudryavtsev Sent: Monday, October 16, 2017 2:19:22 PM To: [email protected] Subject: Re: Cloudstack Simulator w/ Kafka event export Hi, Rohit. I know the doc, but what I need is C

Re: Cloudstack Simulator w/ Kafka event export

2017-10-16 Thread Ivan Kudryavtsev
2017 1:08:37 PM > To: [email protected] > Subject: Cloudstack Simulator w/ Kafka event export > > Hello, dev team. Please advice what is suggested way to build/run > dockerized simulator env with Kafka? > > Thank you in advance. > > [email protected] > www.shapeblue.com > 53 Chandos Place, Covent Garden, London WC2N 4HSUK > @shapeblue > > > >

Re: Cloudstack Simulator w/ Kafka event export

2017-10-16 Thread Rohit Yadav
: Cloudstack Simulator w/ Kafka event export Hello, dev team. Please advice what is suggested way to build/run dockerized simulator env with Kafka? Thank you in advance. [email protected]  www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue

Cloudstack Simulator w/ Kafka event export

2017-10-16 Thread Ivan Kudryavtsev
Hello, dev team. Please advice what is suggested way to build/run dockerized simulator env with Kafka? Thank you in advance.

Re: Usage Server in Docker Simulator

2017-07-12 Thread Daan Hoogland
) $ docker pull cloudstack/simulator $ docker run --name cloudstack -d -p 8080:8080 cloudstack/simulator $ docker exec -ti cloudstack python \ /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/advanced.cfg After a while login to the UI: localhost:8080/client (admin:

Re: Usage Server in Docker Simulator

2017-07-12 Thread Daan Hoogland
Ok, then it isn’t installed but that it can. # yum install cloudstack-usageit makes sense to look at the docker definition and do it there On 12/07/17 09:07, "John McDonnell" wrote: Hi, Any idea how to start it when running in the Docker simulator? Obviously t

Re: Usage Server in Docker Simulator

2017-07-12 Thread Daan Hoogland
start it when running in the Docker simulator? > > Obviously the service talked about here[1] isn’t available in the container, > so I can’t just 'service cloudstack-usage restart’. > > > [1]: > https://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4

Re: Usage Server in Docker Simulator

2017-07-12 Thread John McDonnell
Hi, Any idea how to start it when running in the Docker simulator? Obviously the service talked about here[1] isn’t available in the container, so I can’t just 'service cloudstack-usage restart’. [1]: https://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/usage

Re: Usage Server in Docker Simulator

2017-07-11 Thread Erik Weber
ught I'd ask here.) > > > I use the container as a development tool(to avoid using a real life > system) to test the API out and usage collection is a major part of > what I use the API for. > > > Steps to reproduce: > > (Have docker installed) > $ docker pull cloudst

Usage Server in Docker Simulator

2017-07-11 Thread John McDonnell
ave docker installed) $ docker pull cloudstack/simulator $ docker run --name cloudstack -d -p 8080:8080 cloudstack/simulator $ docker exec -ti cloudstack python \ /root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/advanced.cfg After a while login to the UI: localhost:8080/client (admin:pass

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1461 --- 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

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1461#issuecomment-206559157 @bhaisaab would you mind doing a `push -f` on this PR to kick off the Jenkins job again so we can verify it is not failing before I merge. Thx. --- If your project

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1461#issuecomment-206181988 @swill thanks, can you help merge this so all current and PRs can be correctly evaluated by travis. --- If your project is set up for it, you can reply to this em

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-04 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1461#issuecomment-205615803 ### CI RESULTS **85/85 TESTS PASS** Everything is looking pretty good from this side. **Associated Uploads**

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-04 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/1461#issuecomment-205170921 +1 LGTM based on code review --- 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

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-03 Thread bhaisaab
GitHub user bhaisaab opened a pull request: https://github.com/apache/cloudstack/pull/1461 travis: Fix simulator tests and optimize default global configs - Migrate to trusty based Travis VMs - Increase tests across five build matrices - Fix xunit-reader output, include time

Build failed in Jenkins: simulator-4.5-singlerun #282

2015-11-30 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/282/> -- Started by upstream project "build-4.5-simulator" build number 336 originally caused by: Started by upstream project "build-4.5" build number 544 original

Build failed in Jenkins: simulator-4.5-singlerun #281

2015-11-30 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/281/> -- Started by upstream project "build-4.5-simulator" build number 335 originally caused by: Started by upstream project "build-4.5" build number 543 original

Build failed in Jenkins: simulator-4.5-singlerun #280

2015-11-29 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/280/> -- Started by upstream project "build-4.5-simulator" build number 334 originally caused by: Started by upstream project "build-4.5" build number 542 original

Build failed in Jenkins: simulator-4.5-singlerun #279

2015-11-22 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/279/> -- Started by upstream project "build-4.5-simulator" build number 333 originally caused by: Started by upstream project "build-4.5" build number 540 original

Build failed in Jenkins: simulator-4.5-singlerun #278

2015-11-19 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/278/> -- Started by upstream project "build-4.5-simulator" build number 332 originally caused by: Started by upstream project "build-4.5" build number 538 original

Build failed in Jenkins: simulator-4.5-singlerun #277

2015-11-03 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/277/> -- Started by upstream project "build-4.5-simulator" build number 331 originally caused by: Started by upstream project "build-4.5" build number 536 original

Build failed in Jenkins: simulator-4.5-singlerun #276

2015-11-02 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/276/> -- Started by upstream project "build-4.5-simulator" build number 330 originally caused by: Started by upstream project "build-4.5" build number 534 original

Build failed in Jenkins: simulator-4.5-singlerun #275

2015-11-01 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/275/> -- [...truncated 109 lines...] Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by

Build failed in Jenkins: simulator-4.5-singlerun #274

2015-10-13 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/274/> -- Started by upstream project "build-4.5-simulator" build number 328 originally caused by: Started by upstream project "build-4.5" build number 532 original

Build failed in Jenkins: simulator-4.5-singlerun #273

2015-09-21 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/273/> -- [...truncated 270 lines...] Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by

Build failed in Jenkins: simulator-4.5-singlerun #272

2015-09-08 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/272/> -- Started by upstream project "build-4.5-simulator" build number 326 originally caused by: Started by upstream project "build-4.5" build number 524 original

Build failed in Jenkins: simulator-4.5-singlerun #271

2015-09-02 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/271/> -- Started by upstream project "build-4.5-simulator" build number 325 originally caused by: Started by upstream project "build-4.5" build number 523 original

Build failed in Jenkins: simulator-4.5-singlerun #270

2015-09-01 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/270/> -- Started by upstream project "build-4.5-simulator" build number 324 originally caused by: Started by upstream project "build-4.5" build number 522 original

Build failed in Jenkins: simulator-4.5-singlerun #269

2015-08-31 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/269/> -- Started by user Daan Hoogland [EnvInject] - Loading node environment variables. Building remotely on simulator in workspace <http://jenkins.buildacloud.org/job/simulator-4.5-

Build failed in Jenkins: simulator-4.5-singlerun #268

2015-08-31 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/268/> -- Started by upstream project "build-4.5-simulator" build number 323 originally caused by: Started by upstream project "build-4.5" build number 521 original

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/741 --- 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

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-30 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-136280810 Merging as 2 LGTMs --- 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

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135777004 @DaanHoogland I figured it was something nice, but really wasn't sure about what you meant exactly. Thank you! --- If your project is set up for it, you can

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135776711 @miguelaferreira you know what ip my email lives on but to explain it to the world; your approval is very much appreciated and binding to me. --- If your proje

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread wilderrodrigues
Successful= [root@cs2 cloudstack]# nosetests --with-marvin --marvin-config=setup/dev/advanced.cfg \ > test/integration/smoke/test_scale_vm.py -s -a tags=advanced,required_hardware=false \ > --zone=Sandbox-simulator --hypervisor=simulator Marvin Init S

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135769042 @DaanHoogland I get the feeling that by this time tomorrow I might have a clue about what you meant --- If your project is set up for it, you can reply to t

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135768876 @miguelaferreira your opinion feels like shackles to me. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135740495 will test it now... Cheers, Wilder --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-28 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135739986 @wilderrodrigues can you please test this PR, it LGTM but my approval is not binding! --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-27 Thread miguelaferreira
=false --zone=Sandbox-simulator --hypervisor=simulator Marvin Init Started === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== Log Folder Path: /tmp//MarvinLogs//Aug_27_2015_12_55_07_HK730O. All logs will be

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-27 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135394943 Thanks. I'm testing again with a clean environment. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-27 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135394707 @miguelaferreira Done --- 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 ha

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-27 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135393345 @koushik-das Then, please merge my PR (here: https://github.com/koushik-das/cloudstack/pull/1) And then @wilderrodrigues and myself will test this P

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-27 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135391862 Ran the test, LGTM. test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_scale_vm.TestScaleVm) ... === TestName: test_02_scale_vm_witho

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-27 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-135358954 @koushik-das my PR to your PR is ready for you to review. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

Build failed in Jenkins: simulator-4.5-singlerun #267

2015-08-27 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/267/> -- Started by upstream project "build-4.5-simulator" build number 322 originally caused by: Started by upstream project "build-4.5" build number 520 original

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-134935544 Cool! I would that that once @miguelaferreira is done with the tests and the PR of PR, we can give a 2nd LGTM and then merge it. Thanks, Miguel!

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-134933068 Thanks @miguelaferreira. --- 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

Build failed in Jenkins: simulator-4.5-singlerun #266

2015-08-26 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/266/> -- Started by upstream project "build-4.5-simulator" build number 321 originally caused by: Started by upstream project "build-4.5" build number 518 original

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-134905914 Sure, I can help you. I will write the test for this PR and then make another PR that you can merge into this one. PR of PR :) I love the github workflow!

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread koushik-das
with simulator. While working on PR #725 I had to fix the simulator to test that specific scenario (dynamic scaling with migration) and thats how I ended up fixing the simulator creating this PR. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-134897494 I completely understand the reasoning behind the header text, I just don't agree that ".. following fixes .." is a good header for a commit. But given the cu

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-134895552 @miguelaferreira For running tests using simulator follow this https://cwiki.apache.org/confluence/display/CLOUDSTACK/Validating+check-ins+for+your+local+changes

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread miguelaferreira
Github user miguelaferreira commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/741#discussion_r37956660 --- Diff: plugins/hypervisors/simulator/src/com/cloud/agent/manager/MockVmManagerImpl.java --- @@ -449,12 +450,34 @@ public Answer

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/741#discussion_r37955517 --- Diff: plugins/hypervisors/simulator/src/com/cloud/agent/manager/MockVmManagerImpl.java --- @@ -449,12 +450,34 @@ public Answer

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread miguelaferreira
ethod names, extra spaces in log messages, etc). It shows attention to detail. Kudos for that. I would like to run this somehow. Can you give me some pointers to how can I do that? I mean, I get I need to run the simulator (although I never have before, I will learn), but then what

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-26 Thread miguelaferreira
Github user miguelaferreira commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/741#discussion_r37952326 --- Diff: plugins/hypervisors/simulator/src/com/cloud/agent/manager/MockVmManagerImpl.java --- @@ -449,12 +450,34 @@ public Answer

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-25 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/741#issuecomment-134556011 LGTM. --- 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 ena

[GitHub] cloudstack pull request: Made following fixes in simulator

2015-08-25 Thread koushik-das
GitHub user koushik-das opened a pull request: https://github.com/apache/cloudstack/pull/741 Made following fixes in simulator - Support for ScaleVmCommand/NetworkRulesVmSecondaryIpCommand in resource layer - Added support for scaling up a running VM in simulator - Fixed

Build failed in Jenkins: simulator-4.5-singlerun #265

2015-08-24 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/265/> -- Started by upstream project "build-4.5-simulator" build number 320 originally caused by: Started by upstream project "build-4.5" build number 517 original

Build failed in Jenkins: simulator-4.5-singlerun #264

2015-08-23 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/264/> -- Started by upstream project "build-4.5-simulator" build number 319 originally caused by: Started by upstream project "build-4.5" build number 516 original

Build failed in Jenkins: simulator-4.5-singlerun #263

2015-08-19 Thread jenkins
See <http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/263/> -- Started by upstream project "build-4.5-simulator" build number 318 originally caused by: Started by upstream project "build-4.5" build number 515 original

  1   2   3   4   5   6   7   8   9   10   >