DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/puttygen-batch.html
http://www.libssh.org/
.(Alex Hitchins) I certainly wouldn't rely on cygwin in production
[Damodar] : The idea is to remove dependency on cygwin completely.
I'd be interested to look into performance comparisons between Java on windows and Linux. Technically, there should be no difference I'd have thought
[Damodar] : Will check if time permits.
(Alex Huang)
Management server should never have mounted the NFS secondary storage. We need to fix that. Please have a talk with Kelven about this. I don't see us adding Samba to any machine that runs the management server. If this is just about seeding the system template, it can be done as part of installation rather than management server.
[Damodar] : As I verified in vmware case we mount SSVM onto local storage. This integration as of now we think is only in case of VMWare.
If I truly think about Windowsification, I think windows installer, windows service, opening ports in windows firewall. I don't see any of that here. Or else it's useless for windows people.
[Damodar] : Yes we considered this as a separate note
For java, most people write a windows service that launches the jvm and keeps track of the jvm.
There's a number of things that CloudStack management server does today at startup that should not be there and those are what complicates the windowfication. These things should be moved out of the management server and into installation. What should be inside the management server startup procedure should be checks, rather than generations. It should check for ssh key exists and the database version matches etc
[Damodar] : As of now we identified some of them and covered in the above section (For Ex: Deploy DB, Seeding system Template and installing ssh keys)
it should not do the following.
Upgrade of the database
[Damodar] : This will be covered as part of deploy db
ssh key generation
[Damodar] : Already covered in the details section. For now Assumption is already these keys would have been installed.
iso generation.
[Damodar] : You mean systemvm.iso here.. If that is the case then I think this will be part of maven build only.
It's not a serious refactoring. Most of these things are actually isolated in plugins that are separated from the management server already. For example, Rohit was able to use the same plugin that does database upgrade to implement deploydb with relative ease. We just never finished the job to remove it from the management server bootstrap. I don't see the code change as big changes. And these changes benefits CloudStack regardless of it it's windows or not.
[Damodar] :We will keep in mind of refactoring and we will try to do that where ever is needed.
I think packaging is where most of the changes are. The good thing is that this packaging is obviously going to be entirely in windows package (won't be rpm for example) so hopefully we keep that in mind and don't disrupt the rpm packaging.
[Damodar] : Sure we will keep this as well in mind.
I do see a lot of people who can benefit from this. I think people who are implementing true cloud usages will use our current installation. But I do meet a lot of windows admins who needs help. And they might move over to Linux for actual deployment but even just to get started to try out cloudstack is difficult for them. However, if we're targeting this group, then the current spec is insufficient
[Damodar] : What areas need to be improved here so that we will incorporate the same into the FS. Still we did not add the Database part(replacing MySql with Microsofr Sql) in this as we are thinking to move that to 2nd phase.