Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,17 @@ ethereum_genesis_validator_keyranges: >-
bootstrap_default_user_authorized_keys_plain:
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbboxOo0jyL3DNxqZ6UTEnZPEzPDPnujEYaClqNWSLWkphczHKAnJPkrwbAWB4JbJKjsAJ5kn53f10KPnUyZvJ5Jn8Rpf7RM7+56MYaBg84gVoA2KeIYxUa7h8neY7J61Galp0c6cOK+hp1lPsoiBSdCW/Rtbv6ALCcVe+4+uCW5FRoJcNRJfGRLRnjh1pw57HQw9O55mf319s4rVUq4umznQ0CciEx3rVMtXf4xjIZDZAhNpGaBh8AtHauaMZCOGociAIquYYqoSQnnmnOBiduRa5OkvGZomgybNQivlYboDeF6sQ71KVzRXSI+mxCYbSp246lqSdQtQsjFA54NYl/qWgAql0uqCqsZidW+XBjquyItRl2Rfzzy5Fk/gMOAJXHQYp4POfgFbqtxjWpfnuOKqW/1IGWcIt2g016effUqGgj/oePX0g+duFdszSKK773rJBySgafFF6XWNqagrLmE4LUGC+6P3oxzYTSFGeUVA21OayL+K40XPpJti5zns= # devops-eth2-shared"
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWh9NW66VD4BPKETNyZeZrGN1f7G6dkihW3eAc7cbJPFQGIpnWc2tGq5o13vWW+SoCh16nkYM2oak+PJQxXYTiQnrMJSmSFd7E0DmdcoKadGJEnfosrH++aOZf/eVLe5q3E9NQFVSdOPo1MCRRTuZxPkuMxS6QikW3otWrA3F2vFgmYyki3Cy8huQzHKUZGicividYcUSFTydR2L0oWUNve3FyqMQQQPnfaJ1RvrkeGtdhRSAxa6L0jzgRK7fjpUyhKOofr7kCKARGELRRiB9QikRAoHU2/D/2jtJjKlTCJxArzXyDF2IcQCco+5Oe9x4c7Xch32dbscJSmjaAvsxRnu7GEFCS7b6kKGvwcoq5vJzvp3RBBR7Mosxv6pcM/q7Z4RhXOFVFFiPVl1dqkqSPkUrHwg8LtWOxC+GAl36vxhHLdDEV/RhbSAzO6SfYEWYGH1w7u4oiy2XAT2cNCO0j0tSHS5chX+d7TzwAbBE2HuPL84GVGHZG875hmiE+Dok= # github-actions-ci"
bootstrap_default_user_authorized_keys_github_all:
- barnabasbusa
- parithosh
- samcm
- savid
- skylenet
- pk910
- mattevans
- qu0b
# Per-client team SSH rosters are fetched at runtime from the coredevs registry
# (see each client group_vars file). https://github.com/ethpandaops/coredevs
coredevs_api_url: https://coredevs.analytics.production.platform.ethpandaops.io

# ethpandaops core team, sourced from the coredevs ethpandaops team. Handles not
# in the coredevs team go in the extra list.
github_all_extra_users:
- bharath-123
bootstrap_default_user_authorized_keys_github_all: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/ethpandaops?format=txt') | select | list)
+ github_all_extra_users }}

bootstrap_default_user_authorized_keys_github: >
{{
Expand Down
18 changes: 4 additions & 14 deletions ansible/inventories/devnet-0/group_vars/besu.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- garyschulte
- jflo
- fab-10
- matkt
- Gabriel-Trintinalia
- siladu
- pinges
- jframe
- ahamlat
- macfarla
- daniellehrner
- kkaur01
- joshuafernandes
besu_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_el: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/besu?format=txt') | select | list)
+ besu_extra_github_users }}

# role: ethpandaops.general.ethereum_node
ethereum_node_el: besu
Expand Down
8 changes: 4 additions & 4 deletions ansible/inventories/devnet-0/group_vars/erigon.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- Giulio2002
- yperbasis
- taratorio
erigon_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_el: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/erigon?format=txt') | select | list)
+ erigon_extra_github_users }}

# role: ethpandaops.general.ethereum_node
ethereum_node_el: erigon
Expand Down
10 changes: 4 additions & 6 deletions ansible/inventories/devnet-0/group_vars/geth.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- mariusVanDerWijden
- lightclient
- rjl493456442
- jrhea
- healthykim
geth_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_el: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/geth?format=txt') | select | list)
+ geth_extra_github_users }}

# role: ethpandaops.general.ethereum_node
ethereum_node_el: geth
Expand Down
9 changes: 4 additions & 5 deletions ansible/inventories/devnet-0/group_vars/grandine.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_cl:
- sauliusgrigaitis
- tumas
- povi
- hangleang
grandine_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_cl: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/grandine?format=txt') | select | list)
+ grandine_extra_github_users }}

# role: geerlingguy.docker
docker_daemon_options:
Expand Down
15 changes: 4 additions & 11 deletions ansible/inventories/devnet-0/group_vars/lighthouse.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_cl:
- AgeManning
- ethdreamer
- paulhauner
- pawanjay176
- michaelsproul
- antondlr
- realbigsean
- jimmygchen
# - dapplion
lighthouse_extra_github_users: # handles not yet in the coredevs registry
- marcopolo
- dknopik
- aarshkshah1992
bootstrap_default_user_authorized_keys_github_team_cl: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/lighthouse?format=txt') | select | list)
+ lighthouse_extra_github_users }}

# role: validator_keys
validator_keys_sync_files:
Expand Down
13 changes: 4 additions & 9 deletions ansible/inventories/devnet-0/group_vars/lodestar.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_cl:
- wemeetagain
- twoeths
- g11tech
- philknows
- nazarhussain
- nflaig
- matthewkeil
- ensi321
lodestar_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_cl: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/lodestar?format=txt') | select | list)
+ lodestar_extra_github_users }}

# role: validator_keys
validator_keys_sync_files:
Expand Down
15 changes: 4 additions & 11 deletions ansible/inventories/devnet-0/group_vars/nethermind.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- MarekM25
- kamilchodola
- LukaszRozmej
- marcindsobczak
- asdacap
- rubo
- smartprogrammer93
- cbermudez97
- flcl42
- stdevMac
nethermind_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_el: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/nethermind?format=txt') | select | list)
+ nethermind_extra_github_users }}

# role: ethpandaops.general.ethereum_node
ethereum_node_el: nethermind
Expand Down
11 changes: 4 additions & 7 deletions ansible/inventories/devnet-0/group_vars/nimbus.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_cl:
- zah
- tersec
- etan-status
- arnetheduck
- chirag-parmar
- agnxsh
nimbus_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_cl: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/nimbus?format=txt') | select | list)
+ nimbus_extra_github_users }}

# role: validator_keys
validator_keys_sync_files:
Expand Down
9 changes: 4 additions & 5 deletions ansible/inventories/devnet-0/group_vars/nimbusel.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- tersec
- jangko
- advaita-saha
- mjfh
nimbusel_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_el: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/nimbus?format=txt') | select | list)
+ nimbusel_extra_github_users }}

# role: ethpandaops.general.ethereum_node
ethereum_node_el: nimbusel
Expand Down
14 changes: 4 additions & 10 deletions ansible/inventories/devnet-0/group_vars/prysm.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_cl:
- kasey
- terencechain
- potuz
- nisdas
- prestonvanloon
- rkapka
- nalepae
- james-prysm
prysm_extra_github_users: # handles not yet in the coredevs registry
- marcopolo
- aarshkshah1992
bootstrap_default_user_authorized_keys_github_team_cl: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/prysm?format=txt') | select | list)
+ prysm_extra_github_users }}

# role: validator_keys
validator_keys_sync_files:
Expand Down
14 changes: 4 additions & 10 deletions ansible/inventories/devnet-0/group_vars/reth.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- gakonst
- onbjerg
- klkvr
- shekhirin
- rkrasiuk
- mattsse
- jenpaff
- emmajam
- rjected
reth_extra_github_users: [] # handles not yet in the coredevs registry
bootstrap_default_user_authorized_keys_github_team_el: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/reth?format=txt') | select | list)
+ reth_extra_github_users }}

# role: ethpandaops.general.ethereum_node
ethereum_node_el: reth
Expand Down
11 changes: 4 additions & 7 deletions ansible/inventories/devnet-0/group_vars/teku.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_cl:
- tbenr
- rolfyone
teku_extra_github_users: # handles not yet in the coredevs registry
- siladu
- lucassaldanha
- StefanBratanov
- zilm13
- mehdi-aouadi
bootstrap_default_user_authorized_keys_github_team_cl: >-
{{ (query('ethpandaops.general.url_cached', coredevs_api_url ~ '/api/v1/users/teku?format=txt') | select | list)
+ teku_extra_github_users }}

# role: validator_keys
validator_keys_sync_files:
Expand Down