Skip to content

Commit

Permalink
qa/ceph-ansible: Specify stable-3.2 branch
Browse files Browse the repository at this point in the history
Ceph-ansible no longer supports luminous post stable-3.2.

Fixes: https://tracker.ceph.com/issues/37331

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
  • Loading branch information
badone committed Nov 20, 2018
1 parent 06589c9 commit 30082a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@ meta:
overrides:
ceph_ansible:
vars:
branch: stable-3.2
ceph_conf_overrides:
global:
osd default pool size: 2
Expand Down
Expand Up @@ -3,6 +3,7 @@ meta:

overrides:
ceph_ansible:
branch: stable-3.2
vars:
osd_objectstore: bluestore
dmcrypt: True
Expand Up @@ -3,5 +3,6 @@ meta:

overrides:
ceph_ansible:
branch: stable-3.2
vars:
dmcrypt: False
Expand Up @@ -3,5 +3,6 @@ meta:

overrides:
ceph_ansible:
branch: stable-3.2
vars:
dmcrypt: True

0 comments on commit 30082a6

Please sign in to comment.