From 771c63c0bcc42edac98206eb08db68dc659b3375 Mon Sep 17 00:00:00 2001 From: John Lotoski Date: Mon, 21 Aug 2023 11:37:56 -0500 Subject: [PATCH] SRE update 2023-08-18 --- blog/2023-08-18-sre.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 blog/2023-08-18-sre.md diff --git a/blog/2023-08-18-sre.md b/blog/2023-08-18-sre.md new file mode 100644 index 0000000000..261251aa30 --- /dev/null +++ b/blog/2023-08-18-sre.md @@ -0,0 +1,38 @@ +--- +title: SRE Team Update +slug: 2023-08-18-sre +authors: johnalotoski +tags: [sre] +hide_table_of_contents: false +--- + +## High level summary + +The SRE team continues work on cardano environment improvements and general environment maintenance. + +Some notable recent updates or improvements include: +* Sanchonet and shelley-qa environments were updated to 8.2.1-pre. +* Work on two new repos utilizing [flake parts](https://flake.parts) for cardano cluster generation, automation and operation. + * [cardano-parts](https://github.com/input-output-hk/cardano-parts) -- Nix flake parts for cardano clusters + * [cardano-playground](https://github.com/input-output-hk/cardano-playground) -- Cardano testnet clusters + +## Lower level summary + +### Cardano-ops +* Cardano p2p relay and alert threshold adjustments: [cardano-ops-compare](https://github.com/input-output-hk/cardano-ops/compare/c4a04cc...5a0eabe) + +### Cardano-parts +* New repo: [cardano-parts](https://github.com/input-output-hk/cardano-parts) + +### Cardano-perf +* Misc improvements to perf cluster functionality: [cardano-perf-compare](https://github.com/input-output-hk/cardano-perf/compare/0944c40...d3a8644) + +### Cardano-playground +* New repo: [cardano-playground](https://github.com/input-output-hk/cardano-playground) + +### Cardano-world +* Improve explorer topology generation alerting: [cardano-world-pull-109](https://github.com/input-output-hk/cardano-world/pull/109) +* Update p2p configs: [cardano-world-pull-110](https://github.com/input-output-hk/cardano-world/pull/110) + +### Inputs-check +* A flake parts module to check input closure sizes recursively for optimization considerations: [inputs-check](https://github.com/input-output-hk/inputs-check)