Bug 782567

Summary: engine-setup: use symlink to vdsm-bootstrap script directory and not manually copy them
Product: [Retired] oVirt Reporter: Haim <hateya>
Component: ovirt-engine-installerAssignee: Ofer Schreiber <oschreib>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, iheim, mgoldboi, yeylon, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-25 09:31:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Haim 2012-01-17 17:51:11 UTC
Description of problem:


engine-setup copies all vdsm-bootstrap script to /usr/share/ovirt-engine/engine.ear/components.war/vds/ instead of having an a link to the original directory at /usr/share/vdsm-bootstrap. 
this configuration leads to bug where one decide to update\replace vdsm-bootstrap rpm (which is independent to engine-setup), and leaves him with old script downloaded to hosts.


git commit: d5d2d03f82d9c2a80a47407ddd6a3104c58c7314

Comment 1 Ofer Schreiber 2012-05-08 07:49:20 UTC
We're coping the vdsm-bootstrap files since JBoss doesn't support symlinks yet.

Comment 2 Ofer Schreiber 2012-07-25 09:31:20 UTC
Fixed. we're using a file servlet, no more symlinks/copy.