mirror of https://github.com/ceph/ceph-ansible.git
testing: add comment for ceph vagrant boxes on centos 7 mon osd mds rgw scenario
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/1092/head
parent
f6c788b4d1
commit
ef948dbc02
|
@ -38,7 +38,13 @@ eth: 'eth1'
|
||||||
disks: "[ '/dev/sdb', '/dev/sdc' ]"
|
disks: "[ '/dev/sdb', '/dev/sdc' ]"
|
||||||
|
|
||||||
# VAGRANT BOX
|
# VAGRANT BOX
|
||||||
# Ubuntu: bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64
|
# Ceph boxes are *strongly* suggested. They are under better control and will
|
||||||
|
# not get updated frequently unless required for build systems. These are (for
|
||||||
|
# now):
|
||||||
|
#
|
||||||
|
# * ceph/ubuntu-xenial
|
||||||
|
#
|
||||||
|
# Ubuntu: ceph/ubuntu-xenial bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64
|
||||||
# CentOS: bento/centos-7.1 or puppetlabs/centos-7.0-64-puppet
|
# CentOS: bento/centos-7.1 or puppetlabs/centos-7.0-64-puppet
|
||||||
# libvirt CentOS: centos/7
|
# libvirt CentOS: centos/7
|
||||||
# parallels Ubuntu: parallels/ubuntu-14.04
|
# parallels Ubuntu: parallels/ubuntu-14.04
|
||||||
|
|
Loading…
Reference in New Issue