This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
130 additions
and
2 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
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,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
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,7 @@ | ||
# Ansible managed. Don't change this file manually. Template info: /roles/gen_kubernetes_config/templates/Chart.yaml.j2,67551b8 2023/07/13 18:06 | ||
|
||
apiVersion: v2 | ||
name: config | ||
description: A Helm chart for Kubernetes | ||
type: application | ||
version: 0.1.0 |
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,98 @@ | ||
# Ansible managed. Don't change this file manually. Template info: /roles/gen_kubernetes_config/templates/config.yaml.j2,ed3449f 2023/07/18 14:24 | ||
|
||
network: devnet-7 | ||
chainId: 7011893056 | ||
|
||
domain: 4844-devnet-7.ethpandaops.io | ||
|
||
config: | ||
enabled: true | ||
files: | ||
# Support all files as they appear in the github repo | ||
- path: /besu.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/besu.json | ||
- path: /bootnode.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/bootnode.txt | ||
- path: /bootstrap_nodes.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/bootstrap_nodes.txt | ||
- path: /chainspec.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/chainspec.json | ||
- path: /config.yaml | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/config.yaml | ||
- path: /deploy_block.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deploy_block.txt | ||
- path: /deposit_contract.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deposit_contract.txt | ||
- path: /deposit_contract_block.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deposit_contract_block.txt | ||
- path: /deposit_contract_block_hash.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deposit_contract_block_hash.txt | ||
- path: /genesis.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/genesis.json | ||
- path: /genesis.ssz | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/genesis.ssz | ||
- path: /parseBeaconState.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/parseBeaconState.json | ||
- path: /trusted_setup.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/trusted_setup.txt | ||
- path: /trusted_setup.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/trusted_setup.json | ||
|
||
# Execution Layer specific redirects | ||
- path: /el/bootnodes | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/bootnode.txt | ||
- path: /el/besu.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/besu.json | ||
- path: /el/chainspec.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/chainspec.json | ||
- path: /el/genesis.json | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/genesis.json | ||
|
||
# Consensus Layer specific redirects | ||
- path: /cl/bootstrap_nodes.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/bootstrap_nodes.txt | ||
- path: /cl/boot_enr.yaml | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/boot_enr.yaml | ||
- path: /cl/config.yaml | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/config.yaml | ||
- path: /cl/genesis.ssz | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/genesis.ssz | ||
- path: /cl/deploy_block.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deploy_block.txt | ||
- path: /cl/deposit_contract.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deposit_contract.txt | ||
- path: /cl/deposit_contract_block.txt | ||
upstream: raw.githubusercontent.com | ||
target: /ethpandaops/4844-testnet/master/network-configs/devnet-7/deposit_contract_block.txt | ||
|
||
# Ansible generated ethereum nodes inventory | ||
- path: /api/v1/nodes/inventory | ||
upstream: bootnode-1.srv.4844-devnet-7.ethpandaops.io | ||
target: /meta/api/v1/inventory.json | ||
- path: /api/v1/nodes/validator-ranges | ||
upstream: bootnode-1.srv.4844-devnet-7.ethpandaops.io | ||
target: /meta/api/v1/validator-ranges.json |
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
Binary file added
BIN
+128 KB
kubernetes-archive/devnet-7/lodestar-nethermind-001/charts/ethereum-node-0.0.10.tgz
Binary file not shown.