This repository was archived by the owner on Feb 16, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 216
Merging infrastructure deployment to PyGrid 0.3 #764
Merged
Merged
Conversation
This file contains hidden or 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
* Initial CLI module * Write setup file for CLI * Create utils.py for CLI * Add click Colors * Basic CLI * Testing click.group, config and greeting user * Basic deploy command * Logging config to output file at the end * Update README.md Add CLI installation and basic usage to README * Fix installation command * Promt User for deployment information * Add basic node and network commands * Add simple method for coloring * Hide credentials inputs * Create aws.py for managing deployment on AWS * Create gcp.py for managing deployment on GCP * Create azure.py for managing deployment on AZURE * Get Providers Configuration Prompting user to provide configuration for the selected cloud * Update README.md * Using boto3 to get regions and instances types * Using PyInquirer for promting questions interactively * Printing provider configrations * Get PyGrid App Arguments for deployment * Update README.md * Terraform helper scripts * Create Provider super class * Using terrascript * GCP Provider class template * Azure Provider class template * base setup deployment script * AWS Provider class ✅ * Update CLI AWS serverfull deployment for both nodes and networks are done ✅ * Initial GCP deployment Needs promting user configs, adjusting configs dynamically, testing * Small updates * Replace deployment keys with credentials file * Create EC2 class for client config * Create GCloud class for using GCP CLI commands * Getting GCP User Config * Create AZ Class for using AZ CLI commands * Getting Azure User Config * Wrote Main Azure resources Note: Change from Azure => Azurem (need to wait for update from terrascript) * PyGrid Network & Node Deployment on Azure Need proper testing... * Update deploy base script * GCloud Deployment is READY ✅🎉 Co-authored-by: Patrick Cason <me@patrickcason.com>
functional again * Moved to Config object in app.py * Fixed issues with cli config object
functional again * Moved to Config object in app.py * Fixed issues with cli config object
* gives more modularity to adding/removing resources
* Used built in terraform function to generate the cidr_blocks
* Comment out dev related stuff * simplify class variables in AWS_Serverless
- thanks for the help @sachin-101
app * It blocks any other ingress connection
…into serverfull-api
IonesioJunior
approved these changes
Dec 20, 2020
Member
IonesioJunior
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Member
|
Can I merge it? @AmrMKayid , @sachin-101 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Migrating infrastructure code for
CLIandAPIto the newpygrid_0.3Branch and updating the code to match the new version.Affected Dependencies
List any dependencies that are required for this change.
How has this been tested?
Checklist