-
Couldn't load subscription status.
- Fork 0
Add package manangement to wrapper #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Add json file for package_tool
Add handling of package dependencies based on what's in the wrapper's json file
Co-authored-by: Keith Valin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
io_burst/burst_io.sh
Outdated
| done | ||
|
|
||
| # Install needed packages based on what's listed in the wrapper's json file | ||
| ${TOOLS_BIN}/package_tool --no_packages $to_no_pkg_install -wrapper_config ${run_dir}/io_burst-wrapper.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it -wrapper_config or --wrapper_config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's where the extra dash came from.
Description
This adds handling of package dependencies to the wrapper based on what's in the wrapper's json file, and adds said json file.
Before/After Comparison
Before: packages are installed by the parent harness
After: packages are installed by the wrapper based on contents of associated json file.
I watched the sequence work properly on rhel and ubuntu
Clerical Stuff
This closes #15
Relates to JIRA: RPOPC-648