Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/infrastructure
Zephyr Project Infrastructure Management
https://github.com/zephyrproject-rtos/infrastructure
ci infrastructure
Last synced: about 2 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T03:16:07.000Z (4 months ago)
- Last Synced: 2024-08-27T14:26:07.965Z (4 months ago)
- Topics: ci, infrastructure
- Language: HCL
- Homepage:
- Size: 479 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 36
-
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.