Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

All these steps are captured at : scripts\installer\windows\acs.wxs

Build MSI 

Integrated it with maven build but for now it runs only on windows. The prerequisite to run the below command is to install "Wix Tool Set V3.8".

Added the following profile to build the msi installer using maven.

...

Hypervisor\Storage TypeNFS (P &S)S3 (S)ISCSI iSCSI (P)Samba
XenServer×In-Progress×

 

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 (i.e remove dependency on NFS when we use S3 storage server)
        2. Or Change the code to mount it to a driver letter only for windows and continue for Linux environments as is.

...