[ubuntu-noble] Move bosh-enable-monit-access helper to /usr/local/sbin#483
[ubuntu-noble] Move bosh-enable-monit-access helper to /usr/local/sbin#483abg wants to merge 1 commit intocloudfoundry:ubuntu-noblefrom
Conversation
Enables access for legacy bosh-releases that setup monit access via the monit-access-helper.sh script and may not have executable access to binaries under /var/vcap/bosh/ Also, adds the "monit-access-helper.sh" pattern from the ubuntu-jammy branch.
aramprice
left a comment
There was a problem hiding this comment.
This seems like a reasonable change.
One thought it that if we end up with more bosh-y things maybe it would be worth the hassle (PATH complexities mostly) putting these things into a subdirectory like:
/usr/local/sbin/bosh/
... I'm very much on the fence about whether this would be more hassle than its worth.
|
Yeah, agreed. I am not a big fan of dropping things in /usr/local/sbin, but it was following the change to preserve compatibility with older releases on the ubuntu-jammy stemcells. Based on discussion in cloudfoundry bosh slack it seems like we want to move towards releases directly calling the That command will remain in /var/vcap/bosh/etc so this PR is no longer useful. |
Enables access for legacy bosh-releases that setup monit access via the monit-access-helper.sh script and may not have executable access to binaries under /var/vcap/bosh/
Also, adds the "monit-access-helper.sh" pattern from the ubuntu-jammy branch.