Deterministic Automation for Hybrid Infrastructure
Execute DR drills and controlled burst across on-prem and cloud. Every run produces redacted, deterministic evidence.
Declare what should happen. Attach policy separately. Swap tooling without rewriting.
Community edition runs without always-on cloud. Burst and DR resources are provisioned on demand.
Capabilities
A compact operator surface that stays consistent as your tooling evolves.
Drivers run in isolated workdirs and write evidence under the runtime root. Redaction is default.
run_evidence:
path: <root>/logs/module/<module_id>/<run_id>/
files:
- driver_meta.json
- driver_result.json
- inputs_runtime.json
- workspace_policy.json
- backend_binding.json
- terragrunt.log
- stdout.redacted
- stderr.redacted
guarantees:
redaction: true
deterministic_payload: true
file_mode: 0o600
correlation_id: <run_id> Docs and runbooks describe the wiring. The operator surface stays stable.
Execution model
A strict boundary between intent, policy, and implementation.
Intent only. No backend logic, tool flags, or secret material.
api_version: hybridops/v1
kind: ModuleSpec
module_ref: platform/onprem/postgresql-ha
inputs:
defaults:
apply_mode: auto
patroni_cluster_name: postgres-ha
postgresql_version: 16
dcs_type: etcd
inventory_requires_ipam: true
requirements:
credentials: []
execution:
driver: config/ansible
profile: onprem-linux@v1.0
pack_ref:
id: onprem/common/platform/35-postgresql-ha@v1.0
outputs:
publish:
- pg_host
- cluster_vip
- endpoint_dns_name
- apps
- cap.db.postgresql_ha Profiles carry policy. Packs carry implementation. ModuleSpec remains tool-agnostic.
hyops apply is the stable entry point. Docs describe the wiring.
Pick the edition that fits your risk profile.
Community runs without always-on cloud. SME and Enterprise add governance, onboarding, and support.
For: Engineers validating architecture with low operational risk
- Reference modules, docs, and demos
- Evidence-first execution model
- Lab profile and runbooks
- No always-on cloud; burst/DR provisioned on demand
For: 20โ200 seats, schools, lean IT teams
- DR drill runbooks and onboarding
- Cost-guarded burst options
- Time-boxed support window
For: Regulated or multi-environment organizations
- Policy-defined execution and audit-ready evidence
- Governance profiles and hardening
- Training and operating model alignment
See /editions for details.
Run your first DR drill in minutes.
- Install the Community edition โ no always-on cloud required
- Pick a reference module and run hyops apply
- Inspect the evidence output: redacted logs, result envelope, provenance
- Read the runbook or book a session to go further