Revert "Add ceph_mons to ceph example"

Ida44228c2d2919990bac46936317b6093d3ff115 has merged to pike so this is no longer needed.

This reverts commit 83e2b5415b.

Change-Id: I54593e100a2fdd76d398781d1f8157a4741ca2da
This commit is contained in:
Logan V 2017-11-24 22:45:43 +00:00
parent 83e2b5415b
commit 600754f91e

View File

@ -13,11 +13,6 @@ haproxy_keepalived_internal_interface: br-mgmt
generate_fsid: false
fsid: 116f14c4-7fe1-40e4-94eb-9240b63de5c1 # Replace with your generated UUID
## Provide the ceph_mons list which is used by the OSA ceph_client role
ceph_mons: "{{ groups[mon_group_name]
| map('extract', hostvars, 'ansible_host')
| list }}"
## ceph-ansible settings
## See https://github.com/ceph/ceph-ansible/tree/master/group_vars for
## additional configuration options availble.