Skip to content

Commit d6e2cfb

Browse files
committed
add examples in README
1 parent f4bb37a commit d6e2cfb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,22 @@ Example Playbook
207207
name: 'rbd/bigstore'
208208
hostname: 'ceph.example.org'
209209
port: '6789'
210+
- name: 'networkfs2'
211+
type: 'network'
212+
format: 'raw'
213+
capacity: '50G'
214+
auth:
215+
name: 'admin'
216+
type: 'ceph'
217+
usage: 'rbd-pool'
218+
source:
219+
protocol: 'rbd'
220+
name: 'rbd/volume'
221+
hosts_list:
222+
- 'mon1.example.org'
223+
- 'mon2.example.org'
224+
- 'mon3.example.org'
225+
210226
interfaces:
211227
- network: 'br-datacentre'
212228

0 commit comments

Comments
 (0)