-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8b70c3
commit 9659b9a
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: SRE Team Update | ||
slug: 2023-09-01-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: | ||
* Work on cardano-parts repo continues and was utilized by the sanchonet-demo repository for demonstration purposes | ||
* Work on a new [capkgs](https://github.com/input-output-hk/capkgs) repository started -- "Content Addressed Packages" | ||
* This repository provides common Cardano release and pre-release binaries in a pure content addressed nix package type via flake output | ||
* These packages don't have the associated IFD, long eval times and large source dependencies that the originating source repositories often do | ||
* Consumers of such packages, such as devShells or nixos machines, can benefit from the improved performance this offers | ||
|
||
## Lower level summary | ||
|
||
### Capkgs | ||
* Content addressed packages -- new repo: [capkgs](https://github.com/input-output-hk/capkgs) | ||
|
||
### Cardano-ops | ||
* Cardano p2p relay updates, dbSync snapshots server update, monitoring adjustments: [cardano-ops-compare](https://github.com/input-output-hk/cardano-ops/compare/5a0eabe...03e8e42) | ||
|
||
### Cardano-parts | ||
* Flake devShell module improvements: [cardano-parts-pull-4](https://github.com/input-output-hk/cardano-parts/pull/4) | ||
* Cardano-world entrypoints migrated to flake parts module: [cardano-parts-pull-5](https://github.com/input-output-hk/cardano-parts/pull/5) | ||
* Cardano-world jobs migrated to flake parts module: [cardano-parts-pull-6](https://github.com/input-output-hk/cardano-parts/pull/6) | ||
* Drep delegation fixups: [cardano-parts-pull-7](https://github.com/input-output-hk/cardano-parts/pull/7) | ||
* Utilize content addressed binaries, WIP: [cardano-parts-pull-8](https://github.com/input-output-hk/cardano-parts/pull/8) | ||
* Cardano-node module preparation branch, WIP: [cardano-parts-compare](https://github.com/input-output-hk/cardano-parts/compare/capkgs...node-module) | ||
|
||
### Cardano-perf | ||
* Availability zone pinning and explorer mods: [cardano-perf-compare](https://github.com/input-output-hk/cardano-perf/compare/d3a8644...9f9917c) | ||
|
||
### Cardano-world | ||
* Remove performance nodes for migration to cardano-perf: [cardano-world-commit](https://github.com/input-output-hk/cardano-world/commit/306ef6c6dd6c09d9b90b9768f2b84a1d05cded26) | ||
|
||
### Sanchonet-demo | ||
* Sanchonet demonstration repository: [sanchonet-demo](https://github.com/input-output-hk/sanchonet-demo) |