-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support URL as post-install-script for artemis
plugin
#2628
Conversation
One suggestion so far, I'd recommend changing the $SUBJ. The patch does not add the feature, the post-install script was already supported, even for OpenStack provisioning. What it adds is support for the post-install script being a URL, i.e. the plugin would download it first, then it would be passed down to Artemis. And that is also not something specific for OpenStack, it would have benefits for AWS or Beaker provisioning as well. |
8b0bc6d
to
dacda9d
Compare
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.
Thank you for the update, could you edit the the --help message as well? Currently it is not mentioned that SCRIPT can be remote location
--post-install-script SCRIPT If set, this script will be executed on the
guest after provisioning.
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, thank you.
/packit build |
/packit test |
artemis
plugin
Pull Request Checklist