You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Anshul Gangwar <an...@citrix.com> on 2013/11/14 12:13:23 UTC

Review Request 15512: patch to support install and uninstall Hyperv agent as windows service

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15512/
-----------------------------------------------------------

Review request for cloudstack and Devdeep Singh.


Repository: cloudstack-git


Description
-------

added the command line parameters --install , --uninstall, --console to install and uninstall CloudStack HypervResource.

To install one has to execute following command
AgentShell.exe --install

similar for other command line parameters


Diffs
-----

  plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj 39fef16 
  plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/Program.cs 1066370 
  plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.Designer.cs PRE-CREATION 
  plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.cs PRE-CREATION 

Diff: https://reviews.apache.org/r/15512/diff/


Testing
-------

tested manually on my local setup


Thanks,

Anshul Gangwar