bosh-linux-stemcell-builder icon indicating copy to clipboard operation
bosh-linux-stemcell-builder copied to clipboard

bats and agent are still using sv commands

Open ramonskie opened this issue 9 months ago • 2 comments

in the bosh acceptance tests we have hardcoded sv commands for example:

  • https://github.com/cloudfoundry/bosh-acceptance-tests/blob/master/spec/system/cck_spec.rb#L24
  • https://github.com/cloudfoundry/bosh-acceptance-tests/blob/master/spec/system/service_configuration_spec.rb#L314

and in the agent we also have sv commands

  • https://github.com/cloudfoundry/bosh-agent/blob/main/jobsupervisor/monit_job_supervisor.go#L83
  • https://github.com/cloudfoundry/bosh-agent/blob/main/platform/linux_platform.go#L1465

these should be configurable as in noble monit and the agent are being run by systemd

ramonskie avatar Apr 29 '24 09:04 ramonskie

as now need to also know if we are using systemd and we already have DNSResolverType config in the agent settings. maby its time to have something generic. or maby we do want to use different settings.

ramonskie avatar Apr 29 '24 09:04 ramonskie

Agent work is currently happening here

jpalermo avatar May 02 '24 15:05 jpalermo

(https://github.com/cloudfoundry/bosh-agent/pull/327/files) is merged https://github.com/cloudfoundry/bosh-acceptance-tests/pull/50 merged

ramonskie avatar May 27 '24 09:05 ramonskie