ORCASTACK is a Git-centric automation platform for private-cloud environments. This repository is the implementation base, bootstrap entry point, audit trail, and architecture reference for the platform.
ORCASTACK operates as the governed automation layer for private-cloud software delivery. It brings together Git workflows, CI/CD execution, policy enforcement, release movement, and infrastructure automation in one control surface for platform teams and operators.
This repository is organized around a few clear platform domains rather than a loose folder tree:
| Domain | Purpose |
|---|---|
orcastackapi/ |
Go services, gateway APIs, platform logic, and protobuf contracts. |
orcastackweb/ |
Control-plane UI for operators, reviewers, and governed workflow execution. |
infra/ |
Private-cloud infrastructure assets, deployment environments, runtime policy, bootstrap data, and artifact staging. |
docs/ |
Platform architecture, installation, deployment guidance, and workflow documentation. |
| CI definitions | Governed validation and signed artifact workflows across ORCASTACK CI, GitHub Actions, and GitLab CI. |
| Local runtime | Docker Compose and bootstrap assets for local platform bring-up. |
ORCASTACK covers the core operating surface required to build, validate, promote, and deploy software into private-cloud environments:
- Git-centric repository workflows and control plane APIs.
- Web UI for platform operations and governed delivery.
- CI/CD runners, pipelines, and promotion lanes.
- OpenStack and Kubernetes automation for private-cloud rollout.
- Identity-linked RBAC, signing, attestation, and runtime policy enforcement.
- Linux packages, release artifacts, and delivery automation.
ORCASTACK does not include firmware, drivers, or device runtimes.
Use the repository as the bootstrap entry point for local bring-up and private-cloud validation.
make bootstrap-local
curl http://localhost:8080/healthzmake infra-validateterraform -chdir=infra/terraform/environments/private-cloud apply
make deploy-private-cloud- Platform architecture
- Go-first platform blueprint and capability matrix
- Private-cloud deployment
- CI/CD engine
- Cloud automation workflows
- Installation
- Infrastructure overview
This repository is not only source code. It is the implementation boundary, control-plane reference, deployment bootstrap, and documentation surface for the platform. For engineering teams, it is where ORCASTACK is built and governed. For operators, it is where architecture, rollout mechanics, and release movement remain auditable.