Open dblock opened 3 years ago
@dblock , is this issue still valid?
Yes, it is still valid. We could swap it for a TODO as well.
Hello @dblock, can I work on this issue?
I think the issue is resolved. I don't see any paths hard coded in the file as of now. opensearch-project/opensearch-build -- src/run_assemble.py @71ccd7b
Can we close the issues if it is true? Please let me know if I am wrong.
Is your feature request related to a problem? Please describe.
The assemble code in https://github.com/opensearch-project/opensearch-build/blob/59f2150707281d18931f2d2d292f9ab81267cdb5/bundle-workflow/src/run_assemble.py#L38 hard-codes a script to copy into the distribution. We want to remove the hard-coded copy and have a script_finder call that locates the path for additional files to copy into the assembly, so that will scale to supporting multiple platforms in the future and OpenSearch dashboards.
Acceptance Criteria installation script needs to be called using script_finder library