bosh-linux-stemcell-builder
bosh-linux-stemcell-builder copied to clipboard
BOSH Ubuntu Linux stemcells
canonical bug report https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2065060 currently when using a gcp stemcell the gcp-guest config creates a file `/etc/rsyslog.d/90-google.conf ``` # Google Compute Engine default console logging. # # daemon: logging from...
For example, AWS recommends using their NTP server of `169.254.169.123`. This would allow stricter default security groups without worrying about allowing NTP traffic.
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...
```[tasklist] ### Tasks - [ ] https://github.com/cloudfoundry/bosh-dns-release/issues/99 - [ ] https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/301 - [ ] https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/331 - [ ] https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/330 - [ ] https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/327 - [ ] https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/323 - [ ]...
Given that Ubuntu's policy is to only provide "Best effort" updates to packages outside of the "Main" repository we should consider removing as many as possible from the Noble stemcell...
in stemcell_builder/stages/password_policies/assests/common-passowrd.patch we reference pam_lastlog. but it seems that file does not exists anymore and is deprecated see release notes https://github.com/linux-pam/linux-pam/releases/tag/v1.5.3 or commit: https://github.com/linux-pam/linux-pam/commit/357a4ddbe9b4b10ebd805d2af3e32f3ead5b8816 pam_lastlog2 https://github.com/thkukuk/lastlog2 is the succsor and...
as there are fixes implemented in jammy. we should consider to also merge them in noble if necessary
- Windows stemcell has precedence for not using monit - There's a [systemd shim](https://github.com/cloudfoundry/garden-runc-release/blob/develop/jobs/garden/templates/bin/garden_ctl#L22) that we might be able to use for releases that use bpm - early reports are...
[Currently](https://github.com/cloudfoundry/bosh-linux-stemcell-builder/blob/ddf0ab828d7f21becf3527bc71077246d92fe6f1/stemcell_builder/stages/base_ubuntu_packages/apply.sh#L56) we install rsyslog packages from a PPA. It would be more consistent if we could install these from the default Ubuntu apt repository. We tried removing these during Jammy...
- Requires a "boot" partition, "/boot/efi: - must be partition type fat32, formatted as vfat, needs at least 6MB, 30MB should be enough - typically /dev/sda1; root partition migrates to...