Skip to content

Instantly share code, notes, and snippets.

@a1git
Created February 9, 2021 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/1f0b75a169a74e463b92214c6148bb55 to your computer and use it in GitHub Desktop.
Save a1git/1f0b75a169a74e463b92214c6148bb55 to your computer and use it in GitHub Desktop.
ceph octopus 20.04
all.yml
---
dummy:
configure_firewall: false
ceph_origin: repository
ceph_repository: community
ceph_stable_release: octopus
monitor_address_block: 172.29.244.0/22
ip_version: ipv4
journal_size: 5120 # OSD journal size in MB
public_network: 172.29.244.0/22
ceph_conf_overrides:
mon:
mon_compact_on_start: true
mon_allow_pool_delete: true
dashboard_enabled: True
dashboard_protocol: http
dashboard_port: 28443
dashboard_admin_user: admin0
dashboard_admin_password: "****"
grafana_admin_user: admin0
grafana_admin_password: ""****""
grafana_port: 23000
prometheus_port: 29092
osds.yml
---
dummy:
osd_auto_discovery: true
mons.yml
---
dummy:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment