Anton Iakimov
0345833eec
mainnet: fix era files update and verify
2024-11-08 11:01:16 +01:00
Anton Iakimov
21baef4429
mainnet: disable resync
2024-11-08 11:00:58 +01:00
Anton Iakimov
74bf35881a
all: enable geth metrics
2024-11-08 10:59:21 +01:00
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
Jakub Sokołowski
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
Jakub Sokołowski
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
Anton Iakimov
5f6ef71b22
main: new consul backend address
2024-10-31 12:59:32 +01:00
Jakub Sokołowski
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
Jakub Sokołowski
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
Jakub Sokołowski
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
Jakub Sokołowski
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
Jakub Sokołowski
068e367e4f
requirements: bump all ansible roles
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-23 10:08:26 +02:00
Jakub Sokołowski
100faa4405
Makefile: sync with infra-template repo
2024-10-21 16:09:40 +02:00
Jakub Sokołowski
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
Jakub Sokołowski
e52fb7a928
mainnet: fix formatting of firewall rules
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-25 21:29:09 +02:00
Jakub Sokołowski
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
Jakub Sokołowski
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
Jakub Sokołowski
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
Jakub Sokołowski
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
Jakub Sokołowski
161811bd57
ansible/lookup/bitwarden: sync with template
2024-09-24 08:31:21 +02:00
Jakub Sokołowski
a8ca6721ff
add Terrform workspace file to lock it
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-23 14:29:27 +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
Alexis Pentori
bd6cea24d1
flake: open nix flake devShell automatically with direnv (nix-direnv)
...
see infra-templates:
- 32a8552eaf0347c217fa7d80572b06d5cd90243d
- a1b9500b5dcd114d45571e8122459f0e5aca9de2
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-09-20 15:41:31 +02:00
Jakub Sokołowski
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
Jakub Sokołowski
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
Anton Iakimov
d7882b90b4
gitignore: add .direnv
2024-09-18 16:17:09 +02:00
Siddarth Kumar
c2227a8d07
sepolia: switch from iptables to nftables
2024-09-18 19:36:00 +05:30
Anton Iakimov
83f88fd6a5
flake: add nix-direnv
...
See: https://github.com/status-im/infra-template/pull/12
2024-09-18 15:05:31 +02:00
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
Jakub Sokołowski
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