f96c3016a0
This is to clean ceph charts for unused variables and left over from ceph chart split Change-Id: I3155c9079ab4b0b4df30782335833389c452adfd
93 lines
2.2 KiB
YAML
93 lines
2.2 KiB
YAML
---
|
|
schema: armada/Chart/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: tenant-ceph-config
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: global
|
|
storagePolicy: cleartext
|
|
substitutions:
|
|
# Chart source
|
|
- src:
|
|
schema: pegleg/SoftwareVersions/v1
|
|
name: software-versions
|
|
path: .charts.ucp.tenant-ceph-provisioners
|
|
dest:
|
|
path: .source
|
|
|
|
# Images
|
|
- src:
|
|
schema: pegleg/SoftwareVersions/v1
|
|
name: software-versions
|
|
path: .images.ceph.tenant-ceph-provisioners
|
|
dest:
|
|
path: .values.images.tags
|
|
|
|
# IP addresses
|
|
- src:
|
|
schema: pegleg/CommonAddresses/v1
|
|
name: common-addresses
|
|
path: .storage.ceph.public_cidr
|
|
dest:
|
|
path: .values.network.public
|
|
- src:
|
|
schema: pegleg/CommonAddresses/v1
|
|
name: common-addresses
|
|
path: .storage.ceph.cluster_cidr
|
|
dest:
|
|
path: .values.network.cluster
|
|
|
|
# Endpoints
|
|
- src:
|
|
schema: pegleg/EndpointCatalogue/v1
|
|
name: ucp_endpoints
|
|
path: .ceph.tenant_ceph_mon
|
|
dest:
|
|
path: .values.endpoints.ceph_mon
|
|
|
|
data:
|
|
chart_name: tenant-ceph-config
|
|
release: tenant-ceph-config
|
|
namespace: openstack
|
|
wait:
|
|
timeout: 900
|
|
labels:
|
|
release_group: airship-tenant-ceph-config
|
|
install:
|
|
no_hooks: false
|
|
upgrade:
|
|
no_hooks: false
|
|
pre:
|
|
delete:
|
|
- type: job
|
|
labels:
|
|
release_group: airship-tenant-ceph-config
|
|
values:
|
|
labels:
|
|
job:
|
|
node_selector_key: tenant-ceph-control-plane
|
|
node_selector_value: enabled
|
|
mds:
|
|
node_selector_key: tenant-ceph-mds
|
|
node_selector_value: enabled
|
|
mgr:
|
|
node_selector_key: tenant-ceph-mgr
|
|
node_selector_value: enabled
|
|
deployment:
|
|
ceph: false
|
|
client_secrets: true
|
|
rbd_provisioner: false
|
|
cephfs_provisioner: false
|
|
rgw_keystone_user_and_endpoints: false
|
|
bootstrap:
|
|
enabled: false
|
|
storageclass:
|
|
rbd:
|
|
ceph_configmap_name: tenant-ceph-etc
|
|
user_secret_name: pvc-tceph-client-key
|
|
admin_secret_namespace: tenant-ceph
|
|
dependencies:
|
|
- tenant-ceph-htk
|
|
...
|