Skip to content

Repository files navigation

orcastack

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.

Platform overview

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.

Repository composition

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.

Operating model

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.

Quick start

Use the repository as the bootstrap entry point for local bring-up and private-cloud validation.

Local bootstrap

make bootstrap-local
curl http://localhost:8080/healthz

Private-cloud validation

make infra-validate

Private-cloud rollout

terraform -chdir=infra/terraform/environments/private-cloud apply
make deploy-private-cloud

Documentation

Why this repository matters

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.

About

ORCASTACK is a Git‑centric automation platform designed for private‑cloud environments. This repository serves as the implementation base, bootstrap entry point, audit trail, and architecture reference for the entire platform.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages