https://github.com/zephyrproject-rtos/infrastructure
Zephyr Project Infrastructure Management
https://github.com/zephyrproject-rtos/infrastructure
ci infrastructure
Last synced: 3 months ago
JSON representation
Zephyr Project Infrastructure Management
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/infrastructure
- Owner: zephyrproject-rtos
- Created: 2022-03-25T11:59:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T03:43:31.000Z (3 months ago)
- Last Synced: 2026-02-26T08:09:31.021Z (3 months ago)
- Topics: ci, infrastructure
- Language: HCL
- Homepage:
- Size: 816 KB
- Stars: 2
- Watchers: 5
- Forks: 11
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zephyr Project Infrastructure Management
This is the central repository for tracking Zephyr Project infrastructure
management tasks and storing infrastructure-as-code (IaC) workflow and manifest
files.
## Repository Structure
* terraform
* Terraform manifests defining base layer infrastructure components such as
networks, server nodes and clusters.
* Deployment process and states are managed in the Terraform Cloud.
* kubernetes
* Kubernetes manifests defining Kubernetes-based infrastructure resources.
* Most resources defined by these manifests are automatically deployed via
Terraform and GitHub Actions workflows.
* Some manifests defining test-only resources may be manually deployed as
needed.
* packer
* Packer scripts used for building node machine images.
* Mainly used for building AMIs for use in the AWS.
* cilicon
* Cilicon macOS GitHub Actions runner orchestrator configurations.
* Manually deployed to macOS runner nodes.