-
Notifications
You must be signed in to change notification settings - Fork 47
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
add a post-deploy-script
job
#56
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/174502541 The labels on this github issue will be updated when the story is started. |
drawsmcgraw
added a commit
to drawsmcgraw/os-conf-release
that referenced
this issue
Aug 25, 2020
mrosecrance
pushed a commit
that referenced
this issue
Oct 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a need to install some antivirus software but, due to the way the software behaves, I need to install it after all other Bosh jobs have completed. To me, I can take advantage of the
post-deploy
section of the Bosh life cycle which, as I understand it, could fit handily in this release as apost-deploy-script
job, just like thepre-install-script
job.I have what I believe is working code (it seems to work in my OpsMan tile) that does this. I'll submit a PR shortly.
The text was updated successfully, but these errors were encountered: