Merge pull request #18378 from ceph/wip-yuriw-21822-master

tests - ceph-ansible vars additions

Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
This commit is contained in:
Yuri Weinstein 2017-10-18 10:19:35 -07:00 committed by GitHub
commit aa1d93fdb5
5 changed files with 10 additions and 4 deletions

View File

@ -1,2 +0,0 @@
os_type: centos
os_version: "7.3"

View File

@ -0,0 +1 @@
../../../../../distros/supported/centos_latest.yaml

View File

@ -1,2 +0,0 @@
os_type: ubuntu
os_version: "16.04"

View File

@ -0,0 +1 @@
../../../../../distros/supported/ubuntu_latest.yaml

View File

@ -8,6 +8,9 @@ overrides:
global:
osd default pool size: 2
mon pg warn min per osd: 2
osd pool default pg num: 64
osd pool default pgp num: 64
mon_max_pg_per_osd: 1024
ceph_test: true
ceph_stable_release: luminous
osd_scenario: collocated
@ -15,6 +18,11 @@ overrides:
osd_auto_discovery: false
ceph_origin: repository
ceph_repository: dev
cephfs_pools:
- name: "cephfs_data"
pgs: "64"
- name: "cephfs_metadata"
pgs: "64"
tasks:
- ssh-keys:
- ceph_ansible: