Skip to content

Commit

Permalink
bump: cardano-parts for cardano-faucet-ng 8.10 for sanchonet
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed May 6, 2024
1 parent 7cca880 commit 93aa275
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 1 addition & 13 deletions flake/colmena.nix
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,6 @@ in
sanchoFaucet = {services.cardano-faucet.serverAliases = ["faucet.sanchonet.${domain}" "faucet.sanchonet.world.dev.cardano.org"];};
shelleyFaucet = {services.cardano-faucet.serverAliases = ["faucet.shelley-qa.${domain}"];};

faucetTmpFix = {
systemd.services.cardano-faucet = {
# startLimitBurst = mkForce 6;
# startLimitIntervalSec = mkForce 3600;

# Temporarily continue restarts indefinitely
startLimitBurst = mkForce 0;
startLimitIntervalSec = mkForce 0;
serviceConfig.RestartSec = mkForce "600s";
};
};

metadata = {
imports = [
config.flake.cardano-parts.cluster.groups.default.meta.cardano-metadata-service
Expand Down Expand Up @@ -667,7 +655,7 @@ in
sanchonet1-rel-a-3 = {imports = [eu-central-1 t3a-medium (ebs 80) (group "sanchonet1") node rel sanchoRelMig];};
# Temporarily disable dbsync until dbsync has 8.10.0 availability
sanchonet1-dbsync-a-1 = {imports = [eu-central-1 t3a-medium (ebs 80) (group "sanchonet1") dbsync smash sanchoSmash];};
sanchonet1-faucet-a-1 = {imports = [eu-central-1 t3a-medium (ebs 80) (group "sanchonet1") node faucet sanchoFaucet faucetTmpFix];};
sanchonet1-faucet-a-1 = {imports = [eu-central-1 t3a-medium (ebs 80) (group "sanchonet1") node faucet sanchoFaucet];};
sanchonet1-test-a-1 = {imports = [eu-central-1 t3a-medium (ebs 80) (group "sanchonet1") node newMetrics];};

sanchonet2-bp-b-1 = {imports = [eu-west-1 t3a-small (ebs 80) (group "sanchonet2") node bp (declMRel "sanchonet2-rel-b-1")];};
Expand Down

0 comments on commit 93aa275

Please sign in to comment.