Airship¶
Airship is a platform that takes YAML documents and turns them into Clouds. Takes helm charts, baremetal, security policies and network description and creates a cloud

- Airship architecture
https://airship-treasuremap.readthedocs.io/en/stable/ (Stable)
https://airship-treasuremap.readthedocs.io/en/latest/ (Latest)
- Git repository
Airship Architecture Parts¶
Shipyard¶
Shipyard is the cluster lifecycle orchestrator that provides to end-users the framework to orchestrate and deploy a fully functional container-based Cloud.
- Documentation
- Git repository
Treasuremap¶
This documentation project outlines a reference architecture for automated cloud provisioning and management, leveraging a collection of interoperable open-source tools.
- Git repository
Armada¶
Armada uses a YAML to describe a multi-chart deployment. The keys are:
Armada communicates with helm to create the desired infrastructure.
The configuration can be stored on the Deckhand.
Armada is commanded by Shipyard
- Documentation
- Git repository
Deckhand¶
Deckhand is a document-based configuration storage service using Barbican
- Documentation
- Git repository
Pegleg¶
Pegleg is a document aggregator that combine all the required documents across multiple Git repositories, additionally checks the documents with lint and validations via Deckhand.
- Documentation
- Git repository