Interface: CephCluster

Properties

property type description
cephVersion undefined | string Set the ceph docker image.
dashboard undefined | object -
enabled undefined | false | true Enable the cluster.
Defaults to true.
mons undefined | object Configure the ceph mons
storage undefined | object -

Optional cephVersion

cephVersion? : undefined | string

Set the ceph docker image.

Defined in rook-ceph/index.ts:55


Optional dashboard

dashboard? : undefined | object

Defined in rook-ceph/index.ts:97


Optional enabled

enabled? : undefined | false | true

Enable the cluster. Defaults to true.

Defined in rook-ceph/index.ts:51


Optional mons

mons? : undefined | object

Configure the ceph mons

Defined in rook-ceph/index.ts:59


Optional storage

storage? : undefined | object

Defined in rook-ceph/index.ts:65