...
- Installing Management Server as a service on windows through GUI
- Should able to start/stop/restart the service through service manager
- Should able to select installation path
- Setting up databases while installation process itself
- Take input needed to setup databases like user/password/root password in UI etc..
- Options to create fresh database
- Data encryption in database
- Injecting SSH Keys into systemvm iso
- SSL key generation on installation automatically
- Integrating System Template Seeding
- It supports only xenserver With NFS in phase-1
- un-installation is supported
- Cluster setup is supported
- Integrating MSI file generation with maven build.
Issues Found During Phase-1
- Could not integrate with S3 storage server due to
- During Copying from S3 to NFS management server does nfs mount on to the local. On windows we can mount NFS path to a Driver letter only not to the existing path
- Solution(s)
- Either remove the intermediate step that is copying from S3 to NFS
- Or Change the code to mount it to a driver letter only for windows and continue for Linux environments as is.
Phase-2
The following will be included in Phase-2
...