From a748eaac0508426750831e002e3db8b13168c684 Mon Sep 17 00:00:00 2001 From: "rpc.jenkins.cit.rackspace.net" Date: Sat, 20 Apr 2019 04:15:28 +0000 Subject: [PATCH] CEPHSTORA-592 Update master third-party dependencies This change is the result of running gating/update_dependencies/* See update_dependencies in https://rpc-openstack.atlassian.net/wiki/spaces/RE/pages/19005457/RE+for+Projects for more details. --- README.md | 2 +- ansible-role-requirements.yml | 8 ++++---- playbooks/group_vars/all/all.yml.sample | 9 +++++++-- releasenotes/notes/update_deps-ca23c7dd3d08ee43.yaml | 6 ++++++ 4 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 releasenotes/notes/update_deps-ca23c7dd3d08ee43.yaml diff --git a/README.md b/README.md index d471aee..0982f1a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index f730aa4..1ff4ec2 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -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 @@ -17,11 +17,11 @@ - name: prometheus_server scm: git src: https://github.com/idealista/prometheus_server-role - version: 1.4.0 + version: 1.4.1 - 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 @@ -29,7 +29,7 @@ - name: alertmanager scm: git src: https://github.com/cloudalchemy/ansible-alertmanager - version: 0.13.8 + version: 0.13.11 - name: ../ceph_plugins scm: git src: https://git.openstack.org/openstack/openstack-ansible-plugins diff --git a/playbooks/group_vars/all/all.yml.sample b/playbooks/group_vars/all/all.yml.sample index 8241d99..a4970b6 100644 --- a/playbooks/group_vars/all/all.yml.sample +++ b/playbooks/group_vars/all/all.yml.sample @@ -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. diff --git a/releasenotes/notes/update_deps-ca23c7dd3d08ee43.yaml b/releasenotes/notes/update_deps-ca23c7dd3d08ee43.yaml new file mode 100644 index 0000000..6735beb --- /dev/null +++ b/releasenotes/notes/update_deps-ca23c7dd3d08ee43.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - Bump ceph-ansible version from v3.1.12 to v3.1.13 + - Bump prometheus_server-role version from 1.4.0 to 1.4.1 + - 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.11