Skip to content
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

Refactor node setup out of node create #2522

Merged
merged 11 commits into from
Feb 6, 2025
Merged

Conversation

sukantoraymond
Copy link
Collaborator

@sukantoraymond sukantoraymond commented Jan 6, 2025

Refactor node setup out of node create, specifically the setup() function.

Node create is now node provisioning on AWS / GCP, followed by setup().

Adds a new node command, node setup, which installs Avalanche-CLI issued Ubuntu AMI on ubuntu based servers. This command requires the server's IP address and ssh private key. It also requires the server to have allowed access to port 22 to machine that is calling node setup command. The node setup command is essentially calling setup() function.

@meaghanfitzgerald
Copy link
Collaborator

Does this conflict with #2337? Should 2337 be closed?

Copy link
Contributor

@arturrez arturrez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preapproved with one small comment

@sukantoraymond sukantoraymond merged commit 2c76e3f into main Feb 6, 2025
37 checks passed
@sukantoraymond sukantoraymond deleted the refactor-node-provision2 branch February 6, 2025 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants