![Drew Walters](/assets/img/avatar_default.png)
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
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
---
|
|
# NOTE: This file is ignored by Airskiff and is copied from the seaworthy site.
|
|
|
|
# The purpose of this file is to apply proper labels to Genesis node so the
|
|
# proper services are installed and proper configuration applied. This should
|
|
# not need to be changed for a new site.
|
|
# #GLOBAL-CANDIDATE#
|
|
schema: promenade/Genesis/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: genesis-site
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
parentSelector:
|
|
name: genesis-global
|
|
actions:
|
|
- method: merge
|
|
path: .
|
|
storagePolicy: cleartext
|
|
data:
|
|
labels:
|
|
dynamic:
|
|
- beta.kubernetes.io/fluentd-ds-ready=true
|
|
- calico-etcd=enabled
|
|
- ceph-mds=enabled
|
|
- ceph-mon=enabled
|
|
- ceph-osd=enabled
|
|
- ceph-rgw=enabled
|
|
- ceph-mgr=enabled
|
|
- ceph-bootstrap=enabled
|
|
- tenant-ceph-control-plane=enabled
|
|
- tenant-ceph-mon=enabled
|
|
- tenant-ceph-rgw=enabled
|
|
- tenant-ceph-mgr=enabled
|
|
- kube-dns=enabled
|
|
- kube-ingress=enabled
|
|
- kubernetes-apiserver=enabled
|
|
- kubernetes-controller-manager=enabled
|
|
- kubernetes-etcd=enabled
|
|
- kubernetes-scheduler=enabled
|
|
- promenade-genesis=enabled
|
|
- ucp-control-plane=enabled
|
|
- maas-control-plane=enabled
|
|
- ceph-osd-bootstrap=enabled
|
|
- openstack-control-plane=enabled
|
|
- openvswitch=enabled
|
|
- openstack-l3-agent=enabled
|
|
- node-exporter=enabled
|
|
...
|