]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests - ceph-ansible vars additions 18378/head
authorYuri Weinstein <yweinste@redhat.com>
Tue, 17 Oct 2017 20:14:36 +0000 (13:14 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Wed, 18 Oct 2017 16:06:35 +0000 (09:06 -0700)
added symlinks for distros

Fixes http://tracker.ceph.com/issues/21822
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit f30e9a5e6bd47129f8a35c1f9067216cfe8a6a70)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/ceph-ansible/smoke/basic/1-distros/centos_7.3.yaml [deleted file]
qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml [new symlink]
qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_16.04.yaml [deleted file]
qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml [new symlink]
qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml

diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_7.3.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_7.3.yaml
deleted file mode 100644 (file)
index 9dfcc7f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-os_type: centos
-os_version: "7.3"
diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml
new file mode 120000 (symlink)
index 0000000..b5973b9
--- /dev/null
@@ -0,0 +1 @@
+../../../../../distros/supported/centos_latest.yaml
\ No newline at end of file
diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_16.04.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_16.04.yaml
deleted file mode 100644 (file)
index a459fdd..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-os_type: ubuntu
-os_version: "16.04"
diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml
new file mode 120000 (symlink)
index 0000000..cc5b15b
--- /dev/null
@@ -0,0 +1 @@
+../../../../../distros/supported/ubuntu_latest.yaml
\ No newline at end of file
index 1b32b4aebde6b9e59219aab965759510bd208f56..bb9c57ee2385a364f1dd1f70ae413a058bedd8a3 100644 (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: