ba0d16dc52
This change introduces Airskiff (see [0]), a development/learning environment for the software delivery components of Airship, to the Airship-Treasuremap repository. This change also adds a set of scripts accompanied by documentation for easy deployment. During deployment, Armada, Deckhand, Pegleg, and Shipyard are downloaded and built from source. Gate scripts from the OpenStack-Helm project deploy a KubeADM-adminstered cluster. Armada deploys Armada, Deckhand, and Shipyard into the cluster. The Airship components deploy OpenStack using the documents provided by the Airskiff site. Airskiff is not safe for production and should not be duplicated for production usage. [0] https://github.com/mattmceuen/airskiff Depends-On: https://review.openstack.org/#/c/613686/ Depends-On: https://review.openstack.org/#/c/614032/ Change-Id: Iae1efcca0812b98a9ad05aa8b869bdccfdb7e44b
22 lines
377 B
YAML
22 lines
377 B
YAML
---
|
|
schema: armada/Chart/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: keystone-airskiff
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
parentSelector:
|
|
name: keystone-global
|
|
component: keystone
|
|
actions:
|
|
- method: replace
|
|
path: .values.pod
|
|
storagePolicy: cleartext
|
|
data:
|
|
values:
|
|
pod:
|
|
replicas:
|
|
api: 1
|
|
...
|