|
| 1 | +--- |
| 2 | +title: SRE Team Update |
| 3 | +slug: 2025-01-31-sre |
| 4 | +authors: johnalotoski |
| 5 | +tags: [sre] |
| 6 | +hide_table_of_contents: false |
| 7 | +--- |
| 8 | + |
| 9 | +## High level summary |
| 10 | + |
| 11 | +The SRE team continues work on Cardano environment improvements and general maintenance. |
| 12 | + |
| 13 | +Some notable recent changes, updates or improvements include: |
| 14 | + |
| 15 | +* An ephemeral support module for AWS EC2 ephemeral block devices was added to cardano-parts. |
| 16 | + |
| 17 | + |
| 18 | +## Repository Work |
| 19 | + |
| 20 | +### Cardano-parts |
| 21 | +* A nixosModule, `profile-aws-ec2-ephemeral`, has been added to support ec2 |
| 22 | + instances with ephemeral storage block devices, offering auto-format and mount |
| 23 | + with RAID0 creation for multiple devices. The aws ec2 spec file was updated. A |
| 24 | + number of small fixes and improvements were added with details available in the |
| 25 | + release notes: |
| 26 | + [cardano-parts-release-v2025-02-04](https://github.com/input-output-hk/cardano-parts/releases/tag/v2025-02-04) |
| 27 | + |
| 28 | +### Cardano-playground |
| 29 | +* Applies ephemeral module support, adds network icc secrets, KES rotates |
| 30 | + network forgers, and applies misc fixes and improvements. More detail is |
| 31 | + available in the PR description: |
| 32 | + [cardano-playground-pull-40](https://github.com/input-output-hk/cardano-playground/pull/40) |
| 33 | + |
| 34 | +### Cardano-mainnet |
| 35 | +* Applies ephemeral module support, and applies misc fixes and improvements. |
| 36 | + More detail is available in the PR description: |
| 37 | + [cardano-mainnet-pull-29](https://github.com/input-output-hk/cardano-mainnet/pull/30) |
| 38 | + |
| 39 | +### Cardano-node |
| 40 | +* Fix prometheus label parsing. |
| 41 | + [cardano-node-commit-7f141d5](https://github.com/IntersectMBO/cardano-node/pull/6084/commits/7f141d5a86e45baf3b82f3d7852c207191dd7ae6) |
| 42 | + |
| 43 | +* Add a cardano-node nixos service peerSnapshotFile module option. |
| 44 | + [cardano-node-commit-999e5a7](https://github.com/IntersectMBO/cardano-node/pull/6084/commits/999e5a77dbc5e1107578a1d069531a6f6891af94) |
0 commit comments