[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1200 --- 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: CLOUDSTACK-9130: Make RebootCommand simil...

2016-04-21 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-212903509 Thanks, I will merge... --- 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: CLOUDSTACK-9130: Make RebootCommand simil...

2016-04-21 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-212870271 @swill This is ready for merge, has the required LGTMs --- 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: CLOUDSTACK-9130: Make RebootCommand simil...

2016-04-21 Thread rajesh-battala
Github user rajesh-battala commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-212842649 LGTM. :+1: --- 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 thi

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-04-21 Thread srinivas-gandikota
Github user srinivas-gandikota commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-212781868 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

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-03-21 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-199189940 Need one more LGTM, anyone? --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-01-22 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-173955971 Ping @wilderrodrigues see answer above. --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-01-20 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-173474463 @remibergsma RebootCoomand is used by rebootVirtualMachine API. Refer to test_03_reboot_vm in smoke/test_vm_life_cycle.py. It is also used in rebootSystemVm API

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-01-20 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-173196336 @koushik-das Is there any integration test that can cover this? If so, we will run it and get this merged. Otherwise I can help writing one

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2015-12-10 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-163862343 LGTM based on these tests: ``` nosetests --with-marvin --marvin-config=${marvinCfg} -s -a tags=advanced,required_hardware=true \ component/test_

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2015-12-09 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1200#discussion_r47190062 --- Diff: core/src/com/cloud/agent/api/RebootCommand.java --- @@ -19,29 +19,25 @@ package com.cloud.agent.api; -import com.cloud.

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2015-12-09 Thread wido
Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1200#discussion_r47093362 --- Diff: core/src/com/cloud/agent/api/RebootCommand.java --- @@ -19,29 +19,25 @@ package com.cloud.agent.api; -import com.cloud.vm.Virt

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2015-12-09 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-163166411 As part of this noticed that RebootRouterCommand is obsolete, will create a separate PR for removing that once this is accepted. --- If your project is set up

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2015-12-09 Thread koushik-das
GitHub user koushik-das opened a pull request: https://github.com/apache/cloudstack/pull/1200 CLOUDSTACK-9130: Make RebootCommand similar to start/stop/migrate age… …nt commands w.r.t. "execute in sequence" flag RebootCommand now behaves in the same way as start/stop/mig