Deprecate chrony

Per [1].

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020707.html

Change-Id: Ia3660574b4c6ba61e735d62c52a8d345de131a1f
This commit is contained in:
Radosław Piliszek 2021-03-24 18:34:30 +00:00
parent 5c0c2d2448
commit 203f539376
6 changed files with 11 additions and 3 deletions

View File

@ -113,7 +113,7 @@ Infrastructure components
Kolla provides images to deploy the following infrastructure components:
- `Chrony <https://chrony.tuxfamily.org/>`__ a versatile implementation
of the Network Time Protocol (NTP).
of the Network Time Protocol (NTP) [deprecated].
- `Collectd <https://collectd.org>`__,
`InfluxDB <https://influxdata.com/time-series-platform/influxdb/>`__, and
`Grafana <https://grafana.com>`__ for performance monitoring.

View File

@ -5,7 +5,7 @@ barbican,C,C,C,C,N,C
bifrost,N,C,N,N,N,N
blazar,N,C,N,C,N,C
ceilometer,C,C,C,C,N,C
chrony,C,C,C,C,N,C
chrony (deprecated),C,C,C,C,N,C
cinder,C,C,C,C,N,C
cloudkitty,C,C,N,C,N,C
collectd,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
5 bifrost,N,C,N,N,N,N
6 blazar,N,C,N,C,N,C
7 ceilometer,C,C,C,C,N,C
8 chrony,C,C,C,C,N,C chrony (deprecated),C,C,C,C,N,C
9 cinder,C,C,C,C,N,C
10 cloudkitty,C,C,N,C,N,C
11 collectd,C,C,C,C,N,C

View File

@ -5,7 +5,7 @@ barbican,C,T,C,C,C,C
bifrost,N,T,N,C,N,N
blazar,N,C,N,C,N,C
ceilometer,C,C,C,C,C,C
chrony,T,T,T,T,C,T
chrony (deprecated),T,T,T,T,C,T
cinder,C,T,C,T,C,C
cloudkitty,C,C,N,C,N,C
collectd,C,C,C,C,C,C

1 Image,CentOS,,Ubuntu,,Debian
5 bifrost,N,T,N,C,N,N
6 blazar,N,C,N,C,N,C
7 ceilometer,C,C,C,C,C,C
8 chrony,T,T,T,T,C,T chrony (deprecated),T,T,T,T,C,T
9 cinder,C,T,C,T,C,C
10 cloudkitty,C,C,N,C,N,C
11 collectd,C,C,C,C,C,C

View File

@ -3,6 +3,8 @@ FROM {{ namespace }}/{{ infra_image_prefix }}base:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% endblock %}
# chrony image is deprecated
{% block chrony_header %}{% endblock %}
{% import "macros.j2" as macros with context %}

View File

@ -1,5 +1,7 @@
#!/bin/bash
echo "chrony image is deprecated"
rm -f /var/run/chronyd.pid
CHRONY_LOG_DIR="/var/log/kolla/chrony"

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
The ``chrony`` image is deprecated and will be removed in the Xena cycle.