From 3b5056dce02f76fb93659a44c2c8e0e731497b27 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:14:46 -0700 Subject: [PATCH] chore: remove state nodes from standard release process (#1665) --- book/src/developers/contributing/releases/deployment.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/book/src/developers/contributing/releases/deployment.md b/book/src/developers/contributing/releases/deployment.md index 402c8eede..14f66cf22 100644 --- a/book/src/developers/contributing/releases/deployment.md +++ b/book/src/developers/contributing/releases/deployment.md @@ -61,11 +61,8 @@ This step directs Ansible to use the current master version of trin. Read [about - Run the deployment: - Trin nodes: - `ansible-playbook playbook.yml --tags trin` - - State network nodes (check with the team if there is a reason not to update them): - - Recently, we don't regularly deploy state bridge nodes (because they run for a long time and we don't want to restart them). To deploy all other state nodes, use following command: - - `ansible-playbook playbook.yml --tags state-network --limit state_stun,state_bootnode,state_regular` - - To deploy to all state network nodes: - - `ansible-playbook playbook.yml --tags state-network` + - Run Glados deployment: updates glados + portal client (currently configured as trin, but this could change) - `cd ../../glados/ansible` - `ansible-playbook playbook.yml --tags glados`