Skip to content

Commit

Permalink
add peerdas 4
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Feb 7, 2025
1 parent a8c3993 commit 05b9110
Show file tree
Hide file tree
Showing 83 changed files with 68,919 additions and 66,638 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ethereum_genesis_generator_version: "{{ ethereum_genesis_generator_container_ima
ethereum_genesis_network_seed: "{{ ansible_inventory_sources[0] }}"
ethereum_genesis_chain_id: "70{{ 99999999 | random(start=10000000, seed=ethereum_genesis_network_seed) }}"
ethereum_genesis_generator_output_dir: "../network-configs/{{ ethereum_network_name | replace('peerdas-', '') }}"
ethereum_genesis_timestamp: "1738916422"
ethereum_genesis_timestamp: "1738923653"
ethereum_genesis_timedelay: 60
ethereum_genesis_timestamp_relative_cmd:
Linux: "date +%s -d '+45 minutes'"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ default_tooling_images:
blobscan: docker.ethquokkaops.io/dh/blossomlabs/blobscan:latest
blobscan_indexer: docker.ethquokkaops.io/dh/blossomlabs/blobscan-indexer:latest
dora: docker.ethquokkaops.io/dh/ethpandaops/dora:fulu-support
goomy: docker.ethquokkaops.io/dh/ethpandaops/goomy:latest
goomy: docker.ethquokkaops.io/dh/ethpandaops/goomy-blob:master
dugtrio: docker.ethquokkaops.io/dh/ethpandaops/dugtrio:latest
ethereum_genesis_generator: docker.ethquokkaops.io/dh/ethpandaops/ethereum-genesis-generator:3.7.0
tracoor: docker.ethquokkaops.io/dh/ethpandaops/tracoor:0.0.26-debian
Expand Down
56 changes: 28 additions & 28 deletions ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
roles:
- role: ethpandaops.general.ethereum_genesis
tags: [ethereum_genesis]
#
# - import_playbook: ethpandaops.general.bootstrap_server
# vars:
# target: "all:!localhost"
# tags: [init-server, bootstrap]

# - hosts: all:!localhost
# serial: "{{ batch_count | default('100%') }}"
# become: true
# roles:
# # - role: robertdebock.fail2ban
# # tags: [init-server, fail2ban]
# - role: geerlingguy.docker
# tags: [init-server, docker]
# - role: geerlingguy.pip
# pip_install_packages:
# - name: docker
# extra_args: --break-system-packages
# tags: [init-server, pip]
# - role: ethpandaops.general.docker_cleanup
# tags: [init-server, docker_cleanup]
# - role: ethpandaops.general.docker_network
# tags: [init-server, docker_network]
# - role: ethpandaops.general.node_exporter
# tags: [init-server, node_exporter]
# - role: ethpandaops.general.prometheus
# tags: [init-server, prometheus]
# - role: ethpandaops.general.vector
# tags: [init-server, vector]
- import_playbook: ethpandaops.general.bootstrap_server
vars:
target: "all:!localhost"
tags: [init-server, bootstrap]

- hosts: all:!localhost
serial: "{{ batch_count | default('100%') }}"
become: true
roles:
# - role: robertdebock.fail2ban
# tags: [init-server, fail2ban]
- role: geerlingguy.docker
tags: [init-server, docker]
- role: geerlingguy.pip
pip_install_packages:
- name: docker
extra_args: --break-system-packages
tags: [init-server, pip]
- role: ethpandaops.general.docker_cleanup
tags: [init-server, docker_cleanup]
- role: ethpandaops.general.docker_network
tags: [init-server, docker_network]
- role: ethpandaops.general.node_exporter
tags: [init-server, node_exporter]
- role: ethpandaops.general.prometheus
tags: [init-server, prometheus]
- role: ethpandaops.general.vector
tags: [init-server, vector]

- hosts: bootnode
become: true
Expand Down
23 changes: 23 additions & 0 deletions kubernetes/devnet-4/assertoor/.helmignore
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/
6 changes: 6 additions & 0 deletions kubernetes/devnet-4/assertoor/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: assertoor
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 1.0.0
digest: sha256:2d4ee7434b5215b6b01b9ac1a9b96edc688b1dfe60d01ed8c1ded7540c9c45f6
generated: "2025-02-07T16:03:03.057556+05:30"
11 changes: 11 additions & 0 deletions kubernetes/devnet-4/assertoor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/Chart.yaml.j2

apiVersion: v2
name: assertoor
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
dependencies:
- name: assertoor
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 1.0.0
Binary file not shown.
159 changes: 159 additions & 0 deletions kubernetes/devnet-4/assertoor/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/assertoor.yaml.j2

assertoor:
fullnameOverride: assertoor

image:
repository: docker.ethquokkaops.io/dh/ethpandaops/assertoor
tag: master-latest
pullPolicy: Always
resources:
requests:
cpu: 500m
memory: 500Mi
limits:
cpu: 2000m
memory: 2Gi

ingress:
enabled: true
className: ingress-nginx-public
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: assertoor.peerdas-devnet-4.ethpandaops.io
paths:
- path: /
pathType: Prefix

ingressAdmin:
enabled: true
className: ingress-nginx-public
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: assertoor-admin.peerdas-devnet-4.ethpandaops.io
paths:
- path: /
pathType: Prefix

persistence:
enabled: true

endpoints:
- name: bootnode-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.bootnode-1.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.bootnode-1.peerdas-devnet-4.ethpandaops.io
- name: grandine-geth-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.grandine-geth-1.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.grandine-geth-1.peerdas-devnet-4.ethpandaops.io
- name: grandine-geth-2
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.grandine-geth-2.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.grandine-geth-2.peerdas-devnet-4.ethpandaops.io
- name: lighthouse-geth-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-1.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-1.peerdas-devnet-4.ethpandaops.io
- name: lighthouse-geth-2
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-2.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-2.peerdas-devnet-4.ethpandaops.io
- name: lighthouse-geth-3
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-3.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-3.peerdas-devnet-4.ethpandaops.io
- name: lighthouse-geth-4
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-4.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-4.peerdas-devnet-4.ethpandaops.io
- name: lighthouse-geth-5
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-5.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-5.peerdas-devnet-4.ethpandaops.io
- name: nimbus-geth-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.nimbus-geth-1.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-1.peerdas-devnet-4.ethpandaops.io
- name: nimbus-geth-2
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.nimbus-geth-2.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-2.peerdas-devnet-4.ethpandaops.io
- name: nimbus-geth-3
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.nimbus-geth-3.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-3.peerdas-devnet-4.ethpandaops.io
- name: nimbus-geth-4
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.nimbus-geth-4.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-4.peerdas-devnet-4.ethpandaops.io
- name: prysm-geth-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-1.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-1.peerdas-devnet-4.ethpandaops.io
- name: prysm-geth-2
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-2.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-2.peerdas-devnet-4.ethpandaops.io
- name: prysm-geth-3
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-3.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-3.peerdas-devnet-4.ethpandaops.io
- name: prysm-geth-4
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-4.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-4.peerdas-devnet-4.ethpandaops.io
- name: prysm-geth-5
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-5.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-5.peerdas-devnet-4.ethpandaops.io
- name: teku-geth-1
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.teku-geth-1.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.teku-geth-1.peerdas-devnet-4.ethpandaops.io
- name: teku-geth-2
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.teku-geth-2.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.teku-geth-2.peerdas-devnet-4.ethpandaops.io
- name: teku-geth-3
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.teku-geth-3.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.teku-geth-3.peerdas-devnet-4.ethpandaops.io
- name: teku-geth-4
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.teku-geth-4.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.teku-geth-4.peerdas-devnet-4.ethpandaops.io
- name: teku-geth-5
executionUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.teku-geth-5.peerdas-devnet-4.ethpandaops.io
consensusUrl: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.teku-geth-5.peerdas-devnet-4.ethpandaops.io

validatorNamesInventory: https://config.peerdas-devnet-4.ethpandaops.io/api/v1/nodes/validator-ranges
globalVariables:
walletPrivkey: "<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.assertoor_private_key}>"
clientPairNames:
- bootnode-1
- grandine-geth-1
- grandine-geth-2
- lighthouse-geth-1
- lighthouse-geth-2
- lighthouse-geth-3
- lighthouse-geth-4
- lighthouse-geth-5
- nimbus-geth-1
- nimbus-geth-2
- nimbus-geth-3
- nimbus-geth-4
- prysm-geth-1
- prysm-geth-2
- prysm-geth-3
- prysm-geth-4
- prysm-geth-5
- teku-geth-1
- teku-geth-2
- teku-geth-3
- teku-geth-4
- teku-geth-5
validatorPairNames:
- grandine-geth-1
- grandine-geth-2
- lighthouse-geth-2
- lighthouse-geth-3
- lighthouse-geth-4
- lighthouse-geth-5
- nimbus-geth-1
- nimbus-geth-2
- nimbus-geth-3
- nimbus-geth-4
- prysm-geth-1
- prysm-geth-2
- prysm-geth-3
- prysm-geth-4
- prysm-geth-5
- teku-geth-1
- teku-geth-2
- teku-geth-3
- teku-geth-4
- teku-geth-5

assertoorTests: []
23 changes: 23 additions & 0 deletions kubernetes/devnet-4/blockscout/.helmignore
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/
9 changes: 9 additions & 0 deletions kubernetes/devnet-4/blockscout/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.8.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.3.3
digest: sha256:6fcf97290a0f4b993aaf45132bfb5ac84b3510093add3973a43729c090ff6e08
generated: "2025-02-07T15:57:54.313573+05:30"
15 changes: 15 additions & 0 deletions kubernetes/devnet-4/blockscout/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/Chart.yaml.j2

apiVersion: v2
name: blockscout
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
dependencies:
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.8.0
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.x.x
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 05b9110

Please sign in to comment.