Skip to content

Instantly share code, notes, and snippets.

@brk3
Created February 15, 2018 17:54
Show Gist options
  • Save brk3/af33d43788dc3358a6bebeea87987c02 to your computer and use it in GitHub Desktop.
Save brk3/af33d43788dc3358a6bebeea87987c02 to your computer and use it in GitHub Desktop.
ceph-ansible demo
---
dummy:
devices:
- /dev/vdb
osd_objectstore: bluestore
ceph_mgr_modules: [status,dashboard]
osd_scenario: collocated
ceph_stable_release: luminous
monitor_interface: eth0
public_network: 192.169.5.0/24
ceph_docker_image: "ceph/daemon"
ceph_docker_image_tag: "latest"
ceph_docker_registry: docker.io
containerized_deployment: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment