Infrastructure for Status fleets https://github.com/status-im/nim-waku
Go to file
Anton Iakimov 5d78944b7b
boot: turn trace logs for boot-01 nodes
> Configuration for status.sharding.bootstrap
> 1 node in this fleet should preferably be set up with trace-level message logs, in order
> to facilitate future end-to-end message tracing and debugging

https://github.com/status-im/infra-shards/issues/2
2023-09-29 16:54:39 +02:00
ansible boot: turn trace logs for boot-01 nodes 2023-09-29 16:54:39 +02:00
.gitignore Initial commit 2023-09-08 14:11:02 +02:00
Makefile Initial commit 2023-09-08 14:11:02 +02:00
README.md Initial commit 2023-09-08 14:11:02 +02:00
ansible.cfg Initial commit 2023-09-08 14:11:02 +02:00
hosts_boot.tf terraform: open p2p ports in cloud firewall settings 2023-09-29 13:02:57 +02:00
hosts_store.tf terraform: open p2p ports in cloud firewall settings 2023-09-29 13:02:57 +02:00
hosts_store_db.tf store-db: add hosts 2023-09-29 12:26:01 +02:00
main.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
providers.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
secrets.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
variables.tf Initial commit 2023-09-08 14:11:02 +02:00
versions.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
workspaces.tf store-db: add hosts 2023-09-29 12:26:01 +02:00

README.md

Description

⚠️ Replace with actual description!

This repo defines a standard template for new Status infrastructure repositories.

Key things to change:

  • Update README.md
  • Terraform
    • Change path in main.tf to match new fleet
    • Add necessary providers in providers.tf
    • Add necessary secrets in secrets.tf
    • Adjust or remove workspaces.tf
    • Adjust versions.tf
  • Ansible
    • Extend ansible/group_vars/all.yml
    • Or add a dedicated group_vars file
    • Create the ansible/main.yml playbook

Repo Usage

For how to use this repo read the Infra Repo Usage doc.