nimbus.holesky: update tsv with state after cleanup

Old folders with validator clients that should not exist were present on
hosts, mostly erigon ones, and posing a threat for further slashings.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-04-28 09:43:13 +02:00
parent 0970c10b89
commit d787da3cb2
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 3801 additions and 13752 deletions

View File

@ -10,7 +10,7 @@ LAYOUT_FILE="${GIT_ROOT}/ansible/files/layout/${FLEET}.tsv"
echo -e 'Hostname\tNode Name\tValidator ID' > "${LAYOUT_FILE}" echo -e 'Hostname\tNode Name\tValidator ID' > "${LAYOUT_FILE}"
# Find validator files and convert into a TSV. # Find validator files and convert into a TSV.
ansible "${FLEET}" --become \ ansible "${FLEET},!nimbus-holesky-windows,!nimbus-holesky-macm2" --become \
-a 'find /data/*/data/secrets -type f -printf "$(hostname)%p\n"' \ -a 'find /data/*/data/secrets -type f -printf "$(hostname)%p\n"' \
| awk -F'/' '!/CHANGED/&&!/^$/{printf "%s\t%s\t%s\n", $1, $3, $6}' \ | awk -F'/' '!/CHANGED/&&!/^$/{printf "%s\t%s\t%s\n", $1, $3, $6}' \
| sort >> "${LAYOUT_FILE}" | sort >> "${LAYOUT_FILE}"

File diff suppressed because it is too large Load Diff