1032 Commits

Author SHA1 Message Date
Anton Iakimov
a90991daed
mainnet: increase mem limit and update erigon 2024-11-08 10:34:57 +01:00
Anton Iakimov
6b1327dd64
mainnet: rename nel fleet to nec and return nimbus-eth1 service name 2024-11-01 16:29:08 +01:00
89c042cf06
logs.nimbus: fix hq.logs ipset name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-31 17:38:31 +01:00
2737fdb87f
dash.nimbus: fix proxy.sites to be sites.proxy
https://github.com/status-im/infra-hq/issues/158

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-31 16:54:53 +01:00
Anton Iakimov
0a0c17160f
era: add era1 mainnet public hosting 2024-10-31 13:22:38 +01:00
4623491a08
holesky: remove 7 validators for Ethereum workshop
They will be returned or replaced at a later date.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-31 09:19:29 +01:00
9d8ff1d276
requirements: bump nimbus-eth1 and rocketpool roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-29 14:29:57 +01:00
d948d3dbd9
all: remove access from diego@status.im
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-29 11:33:20 +01:00
Anton Iakimov
c4609d8c67
mainnet: erigon and nimbus-eth1 fixes 2024-10-25 15:56:19 +02:00
Anton Iakimov
e6518f0a02
mainnet: change layout
TODO:
- https://github.com/status-im/infra-nimbus/issues/211
- https://github.com/status-im/infra-nimbus/issues/212
2024-10-23 16:27:30 +02:00
42774ce4a6
nimbus-era-files: check for gaps in ERA files
If we check only for existing files we will not notice missing files.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-23 11:44:49 +02:00
068e367e4f
requirements: bump all ansible roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-23 10:08:26 +02:00
e755ec67ae
all: replace old naming of hq.metrics fleet
https://github.com/status-im/infra-hq/issues/158

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-18 10:18:39 +02:00
markoburcul
acb3297f2e requirements: bump versions
Signed-off-by: markoburcul <marko@status.im>
2024-10-10 18:00:30 +02:00
markoburcul
c07788fa76 eth1: migrate to nftables
Referenced issue: https://github.com/status-im/infra-misc/issues/301

Signed-off-by: markoburcul <marko@status.im>
2024-10-10 18:00:30 +02:00
markoburcul
daa4469823 fluffy: migrate to nftables
Referenced issue: https://github.com/status-im/infra-misc/issues/301

Signed-off-by: markoburcul <marko@status.im>
2024-10-10 17:57:44 +02:00
Vedran Mendelski
27b10bd710 geth: switch to nftables 2024-10-10 17:21:08 +02:00
Vedran Mendelski
b4414336ab holesky: switch to nftables 2024-10-09 10:51:45 +02:00
markoburcul
5dfd60e614 dash-nimbus: Migrate to nftables
Referenced issue: https://github.com/status-im/infra-misc/issues/301

Signed-off-by: markoburcul <marko@status.im>
2024-10-08 09:41:37 +02:00
markoburcul
fba02d28e8 requirements: Update
Signed-off-by: markoburcul <marko@status.im>
2024-10-08 09:41:17 +02:00
markoburcul
e0b5b78720 logs: Migrate to nftables
Referenced issue: https://github.com/status-im/infra-misc/issues/301

Signed-off-by: markoburcul <marko@status.im>
2024-10-08 09:41:17 +02:00
Alexis Pentori
c58c59245a
ansible/lookup/vault: use ansible variable
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-09-26 11:35:18 +02:00
Alexis Pentori
00e9ddd1ea
ansible/lookup/vault: use ansible variable 2024-09-26 11:05:36 +02:00
e52fb7a928
mainnet: fix formatting of firewall rules
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-25 21:29:09 +02:00
dd218622e3
logs.nimbus: specify json.msg as default query field
This avoids errors like this:
```
failed to create query: field expansion matches too many fields, limit: 1024, got: 1046
```
Which is caused by default being a wildcard, that causes querying of
available fields, which in case of Nimbus logs is more than 1024.

This could be fixed by increasing `max_clasue_count`, but a cleaner
solution is simply limiting queries without a field specified to `json.msg`.

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/index-modules.html#dynamic-index-settings
https://www.elastic.co/guide/en/kibana/7.17/upgrade-assistant-api-default-field.html

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-25 14:33:00 +02:00
659f34779d
logs.nimbus: fix name of logclean-job role
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-25 14:26:45 +02:00
Vedran Mendelski
8c61563acc mainnet: switch to nftables 2024-09-25 14:12:48 +02:00
126afac14b
holesky: fix Geth port numbers on macm2-01
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-24 15:47:04 +02:00
51ae6fd3c2
sepolia,holesky: remove port 80 from nginx config
It is already being used by the public API endpoints.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-24 09:03:23 +02:00
161811bd57
ansible/lookup/bitwarden: sync with template 2024-09-24 08:31:21 +02:00
Alexis Pentori
c21de57d87
vault: update bitwarden plugin
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-09-20 15:41:32 +02:00
d44e790c0e
redirect-ports: migrate to using NFTables
https://github.com/status-im/infra-misc/issues/301

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-18 17:59:20 +02:00
7f3f50d381
nimbus.sepolia: fix formatting of open ports rules
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-18 16:50:43 +02:00
Siddarth Kumar
c2227a8d07
sepolia: switch from iptables to nftables 2024-09-18 19:36:00 +05:30
Alexis Pentori
d50928f7f0
sepolia: allow unprotected txs on geth for waku RLN
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-09-17 17:42:55 +02:00
markoburcul
c38dc75f7f
ansible: Change hostname to inventory_hostname
Due to the change caused by updated terraform script, we need to change
usage of variable `hostname` to `inventory_hostname`.

Signed-off-by: markoburcul <marko@status.im>
2024-09-16 08:10:36 +02:00
markoburcul
e3a74537d1
inventory: Apply updated terraform script
Update terraform script and apply it to get updated version of ansible
inventory file.

Referenced issue: https://github.com/status-im/infra-template/issues/10

Signed-off-by: markoburcul <marko@status.im>
2024-09-13 16:46:02 +02:00
1852297ace
requirements: bump all roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-12 10:11:21 +02:00
Alexis Pentori
e21f7256e0
vault: adding lookup and env variables 2024-09-05 11:13:01 +02:00
Siddarth Kumar
dd099fdb74 nimbus-eth1-bench: add 2 hetzner hosts
This commit adds 2 hetzner AX42 hosts for eth1 benchmarking to our network.

related issue: #194
2024-09-05 14:07:20 +05:30
Siddarth Kumar
15a7632545 requirements: bump versions 2024-09-05 14:07:20 +05:30
Anton Iakimov
c49ba92c83
mainnet: removed unused variable 2024-08-26 15:04:28 +02:00
Anton Iakimov
68e175d2d4
holesky: make builder port dynamic 2024-08-26 15:03:17 +02:00
Anton Iakimov
58bc405b84
holesky: switch geth-07 to mev-boost builder with titan relay
Needed for mev-commit network, see:
See: https://github.com/status-im/infra-nimbus/issues/188
2024-08-26 12:42:38 +02:00
markoburcul
38ff3c35c2 kibana: Moved from Github to Keycloak auth
Allowed access to Kibana dashboard to anyone with an account in Keycloak realm `logos-co`.
Updated values in Bitwarden for client id and secret.

Referenced issue: https://github.com/status-im/infra-misc/issues/285

Signed-off-by: markoburcul <marko@status.im>
2024-08-21 08:05:51 +00:00
Siddarth Kumar
346da04048 nimbus.sepolia: host era1 files 2024-08-06 16:02:55 +05:30
25fd95a393
mainnet: bump SWAP file size for bootstrap nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-08-06 00:23:41 +02:00
c549211278
requirements: bump beacon node and other roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-08-05 16:08:06 +02:00
Siddarth Kumar
0c26a3a8f1 sepolia: add geth exporter 2024-07-30 20:58:06 +05:30
227587263c
requirements: bump oauth-proxy, beacon-node, systemd-timer
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-07-23 09:59:13 +02:00