Merge "Deprecation of the ceilometerdb-size validation"

This commit is contained in:
Zuul 2019-09-19 13:01:43 +00:00 committed by Gerrit Code Review
commit 1d85e29f79
3 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- hosts: undercloud - hosts: undercloud
vars: vars:
metadata: metadata:
name: Events Database Size Check name: Events Database Size Check (DEPRECATED)
description: > description: >
The undercloud's events database can grow to a substantial The undercloud's events database can grow to a substantial
size if event_time_to_live is set to a negative value (infinite limit). size if event_time_to_live is set to a negative value (infinite limit).
@ -10,6 +10,8 @@
This validation checks event_time_to_live and fails if the variable is This validation checks event_time_to_live and fails if the variable is
set to a negative value or if it has no custom setting set to a negative value or if it has no custom setting
(their value is -1 by default). (their value is -1 by default).
WARNING! This validation is considered as deprecated since Train release
groups: groups:
- pre-deployment - pre-deployment
event_ttl_check: "event_time_to_live" event_ttl_check: "event_time_to_live"

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Since Panko has been deprecated during the Train cycle, the
ceilometerdb-size validation is now considered as deprecated as well.

View File

@ -1,4 +1,10 @@
--- ---
- name: Deprecation WARNING
warn:
msg: >-
Panko has been deprecated since the Train Release.
The 'ceilometerdb-size' validation is now considered as deprecated too.
- name: Get the path of tripleo undercloud config file - name: Get the path of tripleo undercloud config file
become: true become: true
hiera: hiera: