Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEPHSTORA-567 Update master dependencies #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ versions of ``ceph-ansible`` used in RPC deployments.

## Current versions of ceph-ansible & Ansible

### **ceph-ansible version:** v3.1.12
### **ceph-ansible version:** v3.1.13

### **Ansible version:** 2.4.4.0

Expand Down
6 changes: 3 additions & 3 deletions ansible-role-requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: ceph-ansible
scm: git
src: https://github.com/ceph/ceph-ansible
version: v3.1.12
version: v3.1.13
- name: rsyslog_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rsyslog_client
Expand All @@ -21,15 +21,15 @@
- name: prometheus_node_exporter
scm: git
src: https://github.com/idealista/prometheus_node_exporter-role
version: 2.1.0
version: 3.0.0
- name: grafana
scm: git
src: https://github.com/ansiblebit/grafana
version: 2.24.4
- name: alertmanager
scm: git
src: https://github.com/cloudalchemy/ansible-alertmanager
version: 0.13.8
version: 0.13.9
- name: ../ceph_plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
Expand Down
9 changes: 7 additions & 2 deletions playbooks/group_vars/all/all.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,15 @@ dummy:
# Whether or not to install the ceph-test package.
#ceph_test: false

# Enable the ntp service by default to avoid clock skew on
# ceph nodes
# Enable the ntp service by default to avoid clock skew on ceph nodes
# Disable if an appropriate NTP client is already installed and configured
#ntp_service_enabled: true

# Set type of NTP client daemon to use, valid entries are chronyd, ntpd or timesyncd
# Note that this selection is currently ignored on containerized deployments
#ntp_daemon_type: timesyncd


# Set uid/gid to default '64045' for bootstrap directories.
# '64045' is used for debian based distros. It must be set to 167 in case of rhel based distros.
# These values have to be set according to the base OS used by the container image, NOT the host.
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/update_deps-a8599de5c8aee143.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
upgrade:
- Bump ceph-ansible version from v3.1.12 to v3.1.13
- Bump prometheus_node_exporter-role version from 2.1.0 to 3.0.0
- Bump ansible-alertmanager version from 0.13.8 to 0.13.9