15 lines
449 B
YAML
15 lines
449 B
YAML
# Default values for ceph.
|
|
# This is a YAML-formatted file.
|
|
# Declare name/value pairs to be passed into your templates.
|
|
# name: value
|
|
#
|
|
# alanmeadows(NOTE): this is merely a sample of the potential
|
|
# tunables available - parameterizing more of the elements
|
|
# in the manifests is a work in progress
|
|
|
|
image_ceph_daemon: quay.io/attcomdev/ceph-daemon:latest
|
|
node_label: storage
|
|
ceph_mon_port: 6789
|
|
ceph_rgw_ingress_port: 80
|
|
ceph_rgw_target_port: 8088
|