Merge "Upgrade ceph release to Luminous"

This commit is contained in:
Jenkins 2017-09-15 01:12:34 +00:00 committed by Gerrit Code Review
commit 095ee68d0b
4 changed files with 18 additions and 1 deletions

View File

@ -182,6 +182,10 @@
scm: git
src: https://github.com/ceph/ansible-ceph-mon
version: 235ea7526a2bb621317b5263f3841deef7ab49e6
- name: ceph-mgr
scm: git
src: https://github.com/ceph/ansible-ceph-mgr
version: d9ddb83bae6b054549efa1c96b0a37c63073ebea
- name: ceph-osd
scm: git
src: https://github.com/ceph/ansible-ceph-osd

View File

@ -17,12 +17,13 @@ ceph_client_package_state: "{{ package_state }}"
## ceph-ansible configuration
mon_group_name: ceph-mon
mgr_group_name: "{{ mon_group_name }}"
osd_group_name: ceph-osd
ceph_stable: true
# The _stable_release var is used by both the OSA ceph_client role and the
# ceph-ansible roles. It is defaulted in ceph_client but set here to keep the
# OSA/ceph-ansible integrations in sync.
ceph_stable_release: jewel
ceph_stable_release: luminous
fetch_directory: /etc/openstack_deploy/ceph-fetch/
# tries to create /var/log/ceph as a directory and fails if the log link already
# exists. we handle the log dir creation so this is not something we need

View File

@ -87,6 +87,9 @@
- role: "ceph-mon"
tags:
- skip_ansible_lint
- role: "ceph-mgr"
tags:
- skip_ansible_lint
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: ceph_log_rotate
rsyslog_client_log_dir: "/var/log/ceph"

View File

@ -0,0 +1,9 @@
---
features:
- The Ceph stable release used by openstack-ansible and its ceph-ansible
integration has been changed to the recent `Ceph LTS
<http://ceph.com/releases/v12-2-0-luminous-released/>`_ Luminous release.
upgrade:
- The Ceph stable release used by openstack-ansible and its ceph-ansible
integration has been changed to the recent `Ceph LTS
<http://ceph.com/releases/v12-2-0-luminous-released/>`_ Luminous release.