Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Installing Management Server as a service on windows through GUI
    1. Should able to start/stop/restart the service through service manager
    2. Should able to select installation path
  2. Setting up databases while installation process itself
    1. Take input needed to setup databases like user/password/root password in UI etc..
    2. Options to create fresh database
    3. Data encryption in database
  3. Injecting SSH Keys into systemvm iso
  4. SSL key generation on installation automatically
  5. Integrating System Template Seeding
  6. It supports only xenserver With NFS in phase-1
  7. un-installation is supported
  8. Cluster setup is supported
  9. Integrating MSI file generation with maven build.

 

Issues Found During Phase-1

  1. Could not integrate with S3 storage server due to
    1. 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
      1. Solution(s)
        1. Either remove the intermediate step that is copying from S3 to NFS
        2. 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

...