-
Notifications
You must be signed in to change notification settings - Fork 4
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
Infra for subql explorers #354
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
f1d6ff1
to
1aa9ca4
Compare
@marc-aurele-besner i have removed the old infra for squids, the last commit is the only one that needs to be checked. 🙏🏽 |
18f018e
to
f324bcb
Compare
f324bcb
to
964afd6
Compare
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
PR Type
enhancement, configuration changes
Description
Changes walkthrough 📝
17 files
instances.tf
Update AWS instance configurations for SubQL nodes
templates/terraform/subql/base/instances.tf
squid
tosubql
.bootstrap_subql_provisioner.tf
Add provisioning for SubQL node setup
templates/terraform/subql/base/bootstrap_subql_provisioner.tf
main.tf
Switch from Squid to SubQL module in Taurus
explorer/terraform/aws/taurus/main.tf
squids
module withsubql
.network.tf
Rename network resources for SubQL infrastructure
templates/terraform/subql/base/network.tf
squid
tosubql
.outputs.tf
Define output variables for SubQL infrastructure
templates/terraform/subql/base/outputs.tf
variables.tf
Update variable definitions for SubQL nodes
templates/terraform/subql/base/variables.tf
squid
tosubql
.dns.tf
Add DNS configuration for SubQL nodes
templates/terraform/subql/base/dns.tf
outputs.tf
Define outputs for SubQL node IPs and DNS
explorer/terraform/aws/taurus/outputs.tf
provider.tf
Configure providers for SubQL infrastructure
templates/terraform/subql/base/provider.tf
ami.tf
Define AMI data source for SubQL nodes
templates/terraform/subql/base/ami.tf
backend.tf
Update Terraform backend configuration for SubQL
explorer/terraform/aws/taurus/backend.tf
subql-taurus-aws
.install_nginx.sh
Add Nginx installation script for SubQL
templates/terraform/subql/base/scripts/install_nginx.sh
install_subql_stack.sh
Add script to install and run SubQL stack
templates/terraform/subql/base/scripts/install_subql_stack.sh
tmux
for running services.install_docker.sh
Add Docker installation script for SubQL
templates/terraform/subql/base/scripts/install_docker.sh
cors-settings.conf
Add CORS configuration for Nginx
templates/terraform/subql/base/config/cors-settings.conf
postgresql.conf
Add PostgreSQL configuration for SubQL
templates/terraform/subql/base/config/postgresql.conf
nginx-subql.conf
Configure Nginx for SubQL server
templates/terraform/subql/base/config/nginx-subql.conf