
This introduces a new document called `EncryptionPolicy` to configure this behavior. It currently only supports using symmetric encryption with `GPG`, but that should be available on all Ubuntu systems (which is what we currently support) and should also be fairly reliable. Change-Id: I06d4faa119b736773df0d8cbf0e7a23fd98edcdf Depends-On: https://review.openstack.org/#/c/602175/
32 lines
740 B
YAML
32 lines
740 B
YAML
---
|
|
schema: promenade/KubernetesNode/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: n1
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
storagePolicy: cleartext
|
|
data:
|
|
hostname: n1
|
|
ip: 192.169.77.11
|
|
join_ip: 192.169.77.10
|
|
labels:
|
|
dynamic:
|
|
- calico-etcd=enabled
|
|
- ceph-mds=enabled
|
|
- ceph-mon=enabled
|
|
- ceph-osd=enabled
|
|
- ceph-rgw=enabled
|
|
- ceph-mgr=enabled
|
|
- coredns=enabled
|
|
- kubernetes-apiserver=enabled
|
|
- kubernetes-controller-manager=enabled
|
|
- kubernetes-etcd=enabled
|
|
- kubernetes-scheduler=enabled
|
|
- openstack-compute-node=enabled
|
|
- openstack-control-plane=enabled
|
|
- openvswitch=enabled
|
|
- ucp-control-plane=enabled
|
|
...
|