Dorothea
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # 2025-10-02 OSMF OPS meeting 02 October 2025, 19:00 London time, unless rescheduled [Time in your timezone](https://www.timeanddate.com/worldclock/fixedtime.html?msg=OSM+Foundation+OPS+meeting+-++Thursday+02+October+2025&iso=20251002T19&p1=136&ah=1) [Countdown](https://www.timeanddate.com/countdown/generic?p0=136&iso=&msg=OSM%20Foundation%20OPS%20meeting%20-%20%20Thursday%2020251002T19) [Online calendar](https://framagenda.org/apps/calendar/p/fce4xrpFGx7fMxz8) [Subscription to future events](https://framagenda.org/remote.php/dav/public-calendars/fce4xrpFGx7fMxz8?export) Frequency of meetings: every two weeks, on Thursday at 19:00 London time, unless rescheduled. [Video room](https://osmvideo.cloud68.co/user/dor-x99-y3m) ## Participants * Grant * Tom Apologies: Paul. ----- ## New action items from this meeting * **Grant to discuss with Paul Norman and flesh out his suggestion and determine the practicalities (e.g. key revocation).** [Topic: AWS CA cert] * **Grant to follow up with Paul.** [Topic: Serving vector tile styles] * **Tom to do a check on Saturday.** [Topic: Upgrade to Postgres 17] * **Grant to go ahead with the purchase of the Gen10 (second-hand) server for Nominatim in the US.** [Topic: Gen10 Nominatim purchase (USA)] * **Grant to upgrade the baseboard manager controller before the PG17 upgrade.** [Topic: Upgrade to Postgres 17] ----- ## Reportage ### snap-02 BIOS upgrade [2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Done: Grant to test the BIOS upgrade against snap-02. Whenever suitable. [Topic: OSM DB upgrade to Postgres 17] Done. See https://github.com/openstreetmap/operations/issues/1289 Was relatively easy - the Bios upgrade took a bit longer than expected. Grant changed two settings on Snap02, one of them for power management (CPU scaling). It will scale much higher when a lower number of cores are in use. ### South Africa potential hardware donation 2025-03-20 Grant to follow-up with the South African contact about the potential hardware donation from a mobile network. [Topic: New offers of Servers Australia and South Africa] #2025-09-18 parked Grant recently emailed his contact in South Africa, who is checking whether we can get better hardware in a more modern data center. ----- # Agenda ## AWS CA cert We have a few machines that have backups synced across. Grant wants backups copied directly to S3, rather than sending them to the backup server that would then send them to S3. This way, we would remove one layer of potential failure (e.g. if the storage server is out of space). Want copies of backups to be independent. This will increase the number of keys we have. We have keys for: * Planet publishing * Planet dumping * Backups * Tilelog processing, run by Paul Norman * Rails It is recommended to give each service its own key. ### On AWS You give each machine a role in AWS, which allows them to sudo into another role (e.g rails/images/backups/log processing). The roles have all the access credentials that they need. The machine's role can only switch to another role, for which they have gotten permission. ### On self-hosted systems We can't do this method with self-hosted systems, but we could use Certificate Authority (CA) certificates: if the machine presents itself with a signed certificate, we could trust the CA. Wondering whether we could leverage the private key to do a Certificate Signing Request (CSR) against an internal CA and produce a certificate. The secret key would then never leave the individual server. E.g. Chef would run and create the CSR, and the CSR would be copied to e.g. to the ACNE system. A CSR is not needed in this case. The Chef keys could be completely ignored and built our own system. Would need a central system, and we create a self-signed certificate which would be our CA. Each machine would generate its own key pair and upload the public key to the server, which would sign it with the CA and send it back to the client. If we want to simplify the process, we could extract the public key for each client and possibly sign those public keys using our own CA certificate, to create a certificate for that client. The Chef server has the public keys, which can be extracted with knife. We would need to submit the root certificate to Amazon. Rails probably supports CA-based authentication to Amazon. ### On sudoing to another role vs current practice Advantage of proposed method: * When a server gets added to the pool, it automatically gets an access key to AWS. ** We would need to go to Terraform and tell AWS about what the server can do. *** Create roles in Chef. <u>Disadvantage of proposed method</u> * Creation of extra steps when we add a new machine (run Chef, run OpenTofu). <u>Suggestion</u> * Taking the roles from Chef and injecting them in OpenTofu. <u>Other points mentioned during discussion</u> * Sudoing to another role gives credentials (such as an id and secret) which we could extract e.g. every 12 hours. ### On storing keys * Chef.pem is the private key. * The Fastly configuration that we have now has no keys, as they already had a single public identity with Amazon that their customers are working with. This case is a bit different from ours, as arbitrary customers use the single identity. <u>Other points mentioned during discussion</u> * Grant can now share the Fastly OpenTofu code, as it no longer contains any secrets. ### On private CA managers * Easy-RSA https://github.com/OpenVPN/easy-rsa ** Not needed, as Chef has the necessary resources. * Could use LetsEncrypt https://letsencrypt.org/ **Action item: Grant to discuss with Paul Norman bout the AWS CA cert proposed method and flesh out his suggestion and determine the practicalities (e.g. key revocation).** ----- ## AWS Setup automation Paul is setting-up the log-processing stuff. He uses some AWS services (Athena and Glue) which we're moving to a new account. Paul would like to have automation on AWS, like we do with Fastly. There are some bugs related to OpenTofu, where some resources are forgotten and recreated. Grant tries to figure out granting the permissions. ----- ## Serving vector tile styles Follow-up to conversation in 2025-08-07 meeting and making a call on [#1263](https://github.com/openstreetmap/operations/issues/1263). **Action item: Grant to follow up with Paul.** ----- ### Gen10 Nominatim purchase (USA) Grant to OSUOSL. OSUOSL contract. **Action item: Grant to go ahead with the purchase of the Gen10 (second-hand) server for Nominatim in the US.** ----- ### AWS email AWS are changing some S3 operations. If they are things that fail to replicate, they would previously get deleted, if there was a delete policy set or life-cycle rule set. Now they won't delete them. <u>Other points mentioned during discussion</u> * Grant has a script which checks if things have missed replication, and replicates them if they haven't. **Action item: Grant to do a commit to alert manager, so that we get notified if there are failures in replication.** ----- ## Upgrade to Postgres 17 Grant to update the baseboard manager beforehand, which he has already done for Snap-02. The CPU load will spike briefly. **Action items** * **Tom to do a check on Saturday.** * **Grant Grant to upgrade the baseboard manager controller before the PG17 upgrade** ----- ## Open Ops Tickets Review open, what needs policy and what needs someone to help with... https://github.com/openstreetmap/operations/issues https://github.com/orgs/openstreetmap/projects/1 https://github.com/orgs/openstreetmap/projects/1/views/2?filterQuery=-is%3Aclosed ## Action items * ~~[2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Done: Grant to test the BIOS upgrade against snap-02. Whenever suitable. [Topic: OSM DB upgrade to Postgres 17]~~ * ~~[2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Done: Grant to send an announcement about the upgrade tomorrow. [Topic: OSM DB upgrade to Postgres 17]~~ * [2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Paul to look at potential issues related to the collation of indexes - Debian Postgres upgrade. [Topic: OSM DB upgrade to Postgres 17] * Not public: [2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Grant to disable 2 old accounts, old access keys removed. [Topic: AWS Security] * Not public: [2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Grant to produce list of keys for Ops to review and rotate. [Topic: AWS Security] * ~~[2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Done: Grant to get Gen10 quotes for Nominatim upgrade. [Topic: Hardware upgrade - Nominatim]~~ * ~~[2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) Done: Grant to ask Sarah if she will be happy with a Gen10. [Topic: Hardware upgrade - Nominatim]~~ * ~~[2025-08-07](https://hackmd.io/et_yASB0QsCp7VIQXA6e6w/edit) Done: Grant to 1) create AWS account + S3 buckets, 2) start from what we log for raster tiles, and 3) set the logging compression to zstd. [Topic: Vector Tile Logging]~~ * [2025-07-24](https://hackmd.io/LZwDRuy7QHeYWNvEQkeeYw/edit) Grant to set-up a test for OWG's review [Topic: Switching www.osm.org to Fastly frontend] * [2025-07-24](https://hackmd.io/LZwDRuy7QHeYWNvEQkeeYw/edit) Grant to do the Mailman 2 to 3 conversion [Topic: Mailing lists] - https://github.com/openstreetmap/operations/issues/1264 * [2025-05-01](https://hackmd.io/XM71u-YHS6WYugFA02lotw?edit) Grant to see if other USA University offers are still available and what hardware would be required. [Topic: OSUOSL funding / issues] #2025-09-18 parked * [2025-03-20](https://hackmd.io/G2QZRHpkRyOQG_DC-Je2Tw/edit) Grant to follow-up with the South African contact about the potential hardware donation from a mobile network. [Topic: New offers of Servers Australia and South Africa] #2025-09-18 parked * [2025-03-20](https://hackmd.io/G2QZRHpkRyOQG_DC-Je2Tw/edit) Grant to run an SQL query to identify more email providers used by spammers. [Topic: Spam] #2025-05-01 Grant has created a small list now disposable email providers. #2025-09-18 parked ## OPS pads for 2025 meetings [2025-01-09](https://hackmd.io/LQexyX9iSSu8GG6JsYKyxA/edit) [2025-01-23](https://hackmd.io/sXaKftrrRNOQsOgNPF1grg/edit) [2025-02-06](https://hackmd.io/mpF7kUW3SBaiFV64KIxEoQ/edit) [2025-02-20](https://hackmd.io/1tldw0TbT8-fMcHrK3FZbQ/edit) [2025-03-06](https://hackmd.io/YbsJCyKMRji8xuSPqp5l4Q/edit) [2025-03-20](https://hackmd.io/G2QZRHpkRyOQG_DC-Je2Tw/edit) [2025-04-03](https://hackmd.io/_puAtHLWTtC0QY85S3f5Lw/edit) [2025-04-17](https://hackmd.io/WMJtb4XKRD6KwqiaJBleaw/edit) [2025-05-01](https://hackmd.io/XM71u-YHS6WYugFA02lotw/edit) [2025-05-15](https://hackmd.io/6Y1ERM5YTsK3W_npgEfCwA/edit) [2025-05-29](https://hackmd.io/W-vfoOMXT4GJHUWCgSEalg/edit) [2025-06-12](https://hackmd.io/auqIBdUBTmufr0J28ILUFA/edit) [2025-06-26](https://hackmd.io/RuUmi--vQyC9r8Dw9SV7QQ/edit) [2025-07-10](https://hackmd.io/FOnb4lVDTouSKquJ6N_Cug/edit) [2025-07-24](https://hackmd.io/LZwDRuy7QHeYWNvEQkeeYw/edit) [2025-08-07](https://hackmd.io/et_yASB0QsCp7VIQXA6e6w/edit) [2025-08-21](https://hackmd.io/NU41pU-hRxmCg_38_4VECQ/edit) [2025-09-04](https://hackmd.io/VBUSEJwzQPyInb7zXiCvYQ/edit) [2025-09-18](https://hackmd.io/yDbLczVeSAWrLQbBFpxTzQ/edit) [2025-10-02](https://hackmd.io/frQWtzX8SQCaa0hvP7tW6A/edit) [2025-10-16](https://hackmd.io/Pv21I7zsRnuZM595BD2Mzg/edit) [2025-10-30](https://hackmd.io/j2yqXiX4SReufR30qO8wMQ/edit) [2025-11-13](https://hackmd.io/YByQ6Lj3SaWzSa-JQQcbDQ/edit) [2025-11-27](https://hackmd.io/ux4TpF3_S6axy9x1PKwuew/edit) [2025-12-11](https://hackmd.io/7WV8uEE0T9y7iOVU7-rmkw/edit) [2025-12-25](https://hackmd.io/RkiREgvpQ-aJqPwiQ5gLLw/edit)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully