Upgrade ceph release to Luminous
The Pike UCA repo has been bumped to include the recently released Ceph LTS, Luminous (12.x). Since the UCA repo is installed almost globally in our deployment, this creates package conflicts when we attempt to deploy the former Ceph LTS, Jewel (10.x) releases. We will bump our Ceph stable release to the Luminous release for Pike and later to avoid the package conflicts with UCA. This also adds the ceph-mgr role execution since the ceph-mgr service is required in Luminous. See http://docs.ceph.com/docs/master/mgr/ for more information. Change-Id: Ia3e2cd4eccf19f37442978ffe90cb54806b0a14b
This commit is contained in:
parent
d04df8422b
commit
5b3e5a74e1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
9
releasenotes/notes/ceph-luminous-d1ff5c08452a9887.yaml
Normal file
9
releasenotes/notes/ceph-luminous-d1ff5c08452a9887.yaml
Normal 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.
|
Loading…
Reference in New Issue
Block a user