GutoVeronezi commented on pull request #5602:
URL: https://github.com/apache/cloudstack/pull/5602#issuecomment-949612855


   > Guto I tested the pkgs, when -Dnoredist is passed it doesn't bundle all 
the three hypervisor. Can you explore if we can make it bundle all 3 when 
noredist is passed; and when not then you pass individual `-D systemvm-kvm`...
   
   @rhtdy bundling the hypervisors with the profile `noredist` would be 
counterproductive. This PR intends to make the downloading feature more 
granular and to allow us to decide which template to download (or none). 
Futhermore, the `noredist` profile is/was dedicated to `non-redistributable` 
packages (as the name says), which is not the case of the systemvm templates. 
Therefore, the goal is to fix this inconsistency as well.
   
   To bundle the 3 hypervisors into the package, we would have to add these 
options to your maven command line:
   - `-Dsystemvm-kvm`
   - `-Dsystemvm-vmware`
   - `-Dsystemvm-xen`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to