ddev lab: environment setup automation design#23682
Draft
dkirov-dd wants to merge 2 commits into
Draft
Conversation
Design for `ddev lab` — an agentic framework that provisions Datadog integration environments on remote EC2/GCP with a single command. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…opology - Replace Terraform/cloud-inventory with Pulumi Automation API for multi-cloud (AWS + GCP) provisioning embedded directly in ddev - Add tests/lab/RESEARCH.md as human-readable narrative; remove inline YAML comments from lab.yaml (machine-readable only) - Extend cluster runtime schema with node roles, counts, instance types, and network.lnet_port for services like Lustre - Add two-phase Lustre cluster provisioning: Pulumi emits IP map, then Ansible stages MGS → MDS → OSS → client with LNET NIDs from actual IPs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Validation ReportAll 20 validations passed. Show details
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Adds a WIP design spec for
ddev lab— an agentic framework for provisioning Datadog integration environments on remote infrastructure with a single command.Motivation
Setting up environments for complex integrations (Oracle, IBM MQ, Kafka, Lustre) is one of the highest-friction steps in integration development. This design explores automating that entirely: an AI research phase reads vendor documentation and generates all provisioning artifacts, which a deterministic CLI then executes to spin up a fully seeded, load-generating environment with a configured Datadog Agent.
Design doc:
docs/superpowers/specs/2026-05-05-environment-setup-automation-design.mdStatus: Design in progress — open questions remain on Pulumi vs. Terraform, cloud-inventory placement, and Lustre cluster networking.
Review checklist
qa/skip-qa