chef icon indicating copy to clipboard operation
chef copied to clipboard

Chef configuration management repo for configuring & maintaining the OpenStreetMap servers.

Results 8 chef issues
Sort by recently updated
recently updated
newest added

Attempt number two at restricting direct access to the render servers... This one has an added rule that allows requests where the remapped IP address from mod_remoteip is different to...

Users who have responsed who no longer required their accounts. Linked issue: https://github.com/openstreetmap/operations/issues/677

In kitchen cache the `bundle install` from the first jekyll sotm site and re-use the cache for other sotm runs of `bundle install`

This adds support for using podman to run tests - you just need to run `systemctl --user enable --now podman.socket` to enable the podman socket for your user and that...

This adds the Translate extension to the Wiki. All other [extension dependencies](https://www.mediawiki.org/wiki/MediaWiki_Language_Extension_Bundle) have already been installed so no other extensions are added as part of this request. User rights and...

https://github.com/openstreetmap/chef/blob/31e786d715dbb4599a129f5e3bbfdda7c1c54cbb/cookbooks/prometheus/recipes/server.rb#L64-L65 There's no real security urgency as the AWS_SECRET_ACCESS_KEY is in the secret data bag, but any rotation of the key will change both the access key and secret key...

Pull Request with tests to get us ready for the upcoming release of Ubuntu 24.04 (Noble Numbat)

This sparse clones the prometheus-exporters, while maintaining chef git resource compatibility. Chef git resource continues as expected. Conditionally sparse-checkout the exporters and collectors as required.