f96c3016a0
This is to clean ceph charts for unused variables and left over from ceph chart split Change-Id: I3155c9079ab4b0b4df30782335833389c452adfd
135 lines
3.2 KiB
YAML
135 lines
3.2 KiB
YAML
---
|
|
schema: armada/Chart/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: ucp-ceph-client-global
|
|
layeringDefinition:
|
|
abstract: true
|
|
layer: global
|
|
storagePolicy: cleartext
|
|
labels:
|
|
name: ucp-ceph-client-global
|
|
substitutions:
|
|
# Chart source
|
|
- src:
|
|
schema: pegleg/SoftwareVersions/v1
|
|
name: software-versions
|
|
path: .charts.ucp.ceph-client
|
|
dest:
|
|
path: .source
|
|
# Images
|
|
- src:
|
|
schema: pegleg/SoftwareVersions/v1
|
|
name: software-versions
|
|
path: .images.ceph.ceph-client
|
|
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
|
|
- src:
|
|
schema: pegleg/EndpointCatalogue/v1
|
|
name: ucp_endpoints
|
|
path: .ceph.ceph_mon
|
|
dest:
|
|
path: .values.endpoints.ceph_mon
|
|
- src:
|
|
schema: pegleg/EndpointCatalogue/v1
|
|
name: ucp_endpoints
|
|
path: .ceph.ceph_mgr
|
|
dest:
|
|
path: .values.endpoints.ceph_mgr
|
|
|
|
# Secrets
|
|
- dest:
|
|
path: .values.conf.ceph.global.fsid
|
|
src:
|
|
schema: deckhand/Passphrase/v1
|
|
name: ceph_fsid
|
|
path: .
|
|
|
|
data:
|
|
chart_name: ucp-ceph-client
|
|
release: ucp-ceph-client
|
|
namespace: ceph
|
|
protected:
|
|
continue_processing: true
|
|
wait:
|
|
timeout: 900
|
|
labels:
|
|
release_group: airship-ucp-ceph-client
|
|
install:
|
|
no_hooks: false
|
|
upgrade:
|
|
no_hooks: false
|
|
pre:
|
|
delete:
|
|
- type: job
|
|
labels:
|
|
release_group: airship-ucp-ceph-client
|
|
values:
|
|
labels:
|
|
job:
|
|
node_selector_key: ucp-control-plane
|
|
node_selector_value: enabled
|
|
mds:
|
|
node_selector_key: ceph-mds
|
|
node_selector_value: enabled
|
|
mgr:
|
|
node_selector_key: ceph-mgr
|
|
node_selector_value: enabled
|
|
endpoints:
|
|
ceph_mon:
|
|
namespace: ceph
|
|
deployment:
|
|
ceph: true
|
|
bootstrap:
|
|
enabled: true
|
|
pod:
|
|
replicas:
|
|
mds: 1
|
|
mgr: 1
|
|
|
|
conf:
|
|
pool:
|
|
|
|
# NOTE(alanmeadows) spport 4.x 16.04 kernels (non-HWE)
|
|
crush:
|
|
tunables: 'hammer'
|
|
|
|
# NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph
|
|
# cluster with only one OSD. Depending on OSD targeting & site
|
|
# configuration this can be changed.
|
|
target:
|
|
osd: 1
|
|
pg_per_osd: 100
|
|
protected: true
|
|
|
|
default:
|
|
# NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph
|
|
# cluster with only one OSD. Depending on OSD targeting & site
|
|
# configuration this can be changed.
|
|
crush_rule: same_host
|
|
|
|
ceph:
|
|
global:
|
|
# NOTE: This is required ATM for bootstrapping a Ceph
|
|
# cluster with only one OSD. Depending on OSD targeting & site
|
|
# configuration this can be changed.
|
|
osd_pool_default_size: 1
|
|
|
|
dependencies:
|
|
- ceph-htk
|
|
...
|