-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ci): add external static IPs to release nodes #8891
Open
gustavovalverde
wants to merge
1
commit into
main
Choose a base branch
from
ext-address-nodes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gustavovalverde
added
A-infrastructure
Area: Infrastructure changes
A-devops
Area: Pipelines, CI/CD and Dockerfiles
I-slow
Problems with performance or responsiveness
C-feature
Category: New features
P-High 🔥
labels
Sep 25, 2024
github-actions
bot
added
the
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
label
Sep 25, 2024
gustavovalverde
force-pushed
the
ext-address-nodes
branch
from
October 11, 2024 14:09
c10babe
to
2d30ec7
Compare
gustavovalverde
force-pushed
the
ext-address-nodes
branch
from
October 16, 2024 13:06
5cafad6
to
8f51de0
Compare
arya2
added
do-not-merge
Tells Mergify not to merge this PR
and removed
do-not-merge
Tells Mergify not to merge this PR
labels
Dec 5, 2024
gustavovalverde
force-pushed
the
ext-address-nodes
branch
from
December 26, 2024 21:37
3e11e12
to
ce5cdbc
Compare
gustavovalverde
force-pushed
the
ext-address-nodes
branch
2 times, most recently
from
January 16, 2025 15:31
1b32f43
to
129a345
Compare
gustavovalverde
force-pushed
the
ext-address-nodes
branch
from
January 17, 2025 15:00
129a345
to
18d69c2
Compare
gustavovalverde
force-pushed
the
ext-address-nodes
branch
from
January 21, 2025 06:49
18d69c2
to
8455c43
Compare
This change enhances the GCP deployment workflows with several improvements: - Add static IP address support for long-running nodes - Implement dynamic network selection matrix - Add manual deployment trigger support - Update GCP configuration syntax for better compatibility - Remove redundant deploy-instance job - Improve environment labeling and log file handling The static IP addresses will help maintain stable network connectivity for long-running nodes, particularly important for testnet peer discovery. Fixes #8763
gustavovalverde
force-pushed
the
ext-address-nodes
branch
from
February 4, 2025 08:25
34e7f0d
to
ff4c21d
Compare
gustavovalverde
changed the title
feat(cd): add external static IPs to release nodes
feat(ci): add external static IPs to release nodes
Feb 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
When doing our full sync test on Testnet, it takes more time than expected as it tries to connect to healthy peers, which are commonly not available in Testnet. To address this, we need stable Testnet nodes that are always available, up to date, and synced.
This PR implements the infrastructure changes needed to support long-lived nodes with static IP addresses, which will provide reliable peer connections for the network.
This also deploys Mainnet nodes.
Closes #8763
Specifications & References
Solution
Static IP Address Support:
zebra-${NETWORK}
) for IP resourcesDeployment Workflow Improvements:
qa
for manual deployments,staging
for others)Infrastructure Updates:
Manual Zcashd Deploy Updates:
Tests
Manually tested here: https://github.com/ZcashFoundation/zebra/actions/runs/13113699624
Follow-up Work
PR Author's Checklist
PR Reviewer's Checklist