-
Notifications
You must be signed in to change notification settings - Fork 90
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
Implement new and improved terraform-base deployment #3089
Conversation
0bf6b49
to
d6a85d5
Compare
e390372
to
8f7e391
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.
This broadly looks good to me... will this mean we have new two terraform folders now? terraform
and tf
? Are we aiming to replace the former?
I think it depends. The features we have in our deployments to development/staging/production are specific to our needs as operators of a public network. e.g. limiting the HTTP endpoints jobs can query when executed by a compute node, promtail agent, ipfs running as a separate service, pre-defined IP addresses (for DNS), hard-coded network size, lack of auth, etc. The terraform in I think the ideal scenario would be us using the same code for our networks as users use for MP deployments, perhaps we can merge these things together in the future? WDYT? |
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.
Yes, I think in the future it would be nice to use one as a base for the other. But we can work forward to that from here.
Maybe a more descriptive folder name would be good? I.e. marketplace
or something?
- agent currently logs telemetry. later can be configured to pusblish to an endpoint: either one we host, or something like google stackdriver
- closes #expanso-planning/issues/429
- still need HTTPS
gracefully handle version upgrades, ensure the attached disks re-attach
- don't export tracing data
also set correct env vars to install bacalhau from source
- do not repeat yourself terraform practices
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Done. merging once CI passes. |
Documentation: https://www.notion.so/expanso/Demo-Marketplace-Deployment-10136faf7b424425bc74acbf647b9606