feat(iac): scaffold orca-platform layout (M1.1)
Lands manifests/, overlays/, dns/, scripts/, Makefile per M1.1. Bundles yourplatform.com→breakpilot.com rename. vms/ removed (out-of-scope for Orca). Refs: M1.1
This commit was merged in pull request #3.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Stub — M1.3 fills this in.
|
||||
# Per INFRASTRUCTURE.md §10 Scenario F, a quarterly cold-restore drill is
|
||||
# required: pull latest pg_dump from S3, restore into a scratch Postgres,
|
||||
# verify row counts, post result to oncall.
|
||||
#
|
||||
# Concrete steps land with M1.3 (Backups, monitoring, on-call).
|
||||
echo "restore drill not implemented yet — see M1.3" >&2
|
||||
exit 1
|
||||
Reference in New Issue
Block a user