Merge "Deprecate chrony"

This commit is contained in:
Zuul 2021-03-25 22:57:53 +00:00 committed by Gerrit Code Review
commit 456274f6b0
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.