cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 103 forks source link

bats and agent are still using sv commands #345

Closed ramonskie closed 4 months ago

ramonskie commented 5 months ago

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

and in the agent we also have sv commands

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

ramonskie commented 5 months ago

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.

jpalermo commented 5 months ago

Agent work is currently happening here

ramonskie commented 4 months ago

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