Ruben Koster

Results 85 comments of Ruben Koster

After giving it some more thought you could also add a field to: https://github.com/cloudfoundry/bosh-utils/blob/master/system/cmd_runner_interface.go#L8 to optionally reduce the process priority. Then, when this field is set get the priority of...

Feel free to take: https://github.com/rkoster/nixpkgs/blob/master/pkgs/bosh-bootloader/default.nix and contribute it back to https://search.nixos.org/packages.

This sounds like a useful feature, happy to review a PR for this.

In absence of this feature, have you tried: `export BOSH_LOG_LEVEL=debug`?

bosh releases should be self-contained and should bring the needed header-files / libraries. For example, the ruby release bring libyaml: https://github.com/cloudfoundry/bosh-package-ruby-release/blob/main/packages/ruby-3.3/packaging#L55

Yeah would probably required invoking `spctl --add`. Alternatively, you could run from a container.

For people who are wondering about the `nic_group`. This is what the robots have found so far: ## Flow Path: 1. Configuration Parse: nic_group is parsed from the deployment manifest...

When testing these changes feel free to grab a stemcell from here: - storage.googleapis.com/bosh-core-stemcells-candidate/google/bosh-stemcell-0.59-google-kvm-ubuntu-noble-go_agent.tgz - storage.googleapis.com/bosh-core-stemcells-candidate/aws/bosh-stemcell-0.59-aws-xen-hvm-ubuntu-noble-go_agent.tgz - storage.googleapis.com/bosh-core-stemcells-candidate/azure/bosh-stemcell-0.59-azure-hyperv-ubuntu-noble-go_agent.tgz Source: https://bosh.ci.cloudfoundry.org/teams/stemcell/pipelines/stemcells-ubuntu-noble/

@ramonskie did you have a chance to take a look at ^