tests - ceph-ansible vars additions

added symlinks for distros

Fixes http://tracker.ceph.com/issues/21822
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
Yuri Weinstein 2017-10-17 13:14:36 -07:00
parent 09d597d34a
commit f30e9a5e6b
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: