Skip to content

Commit 8ca0af6

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove chrony image from kolla"
2 parents 150efda + e7ecb75 commit 8ca0af6

File tree

7 files changed

+4
-49
lines changed

7 files changed

+4
-49
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ Infrastructure components
109109

110110
Kolla provides images to deploy the following infrastructure components:
111111

112-
- `Chrony <https://chrony.tuxfamily.org/>`__ a versatile implementation
113-
of the Network Time Protocol (NTP) [deprecated].
114112
- `Collectd <https://collectd.org>`__,
115113
`InfluxDB <https://influxdata.com/time-series-platform/influxdb/>`__, and
116114
`Grafana <https://grafana.com>`__ for performance monitoring.

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ barbican,C,C,C,C,N,C
55
bifrost,N,C,N,N,N,N
66
blazar,N,C,N,C,N,C
77
ceilometer,C,C,C,C,N,C
8-
chrony (deprecated),C,C,C,C,N,C
98
cinder,C,C,C,C,N,C
109
cloudkitty,C,C,N,C,N,C
1110
collectd,C,C,C,C,N,C

doc/source/matrix_x86.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ barbican,C,T,C,C,C,C
55
bifrost,N,T,N,C,N,N
66
blazar,N,C,N,C,N,C
77
ceilometer,C,C,C,C,C,C
8-
chrony (deprecated),T,T,T,T,C,T
98
cinder,C,T,C,T,C,C
109
cloudkitty,C,C,N,C,N,C
1110
collectd,C,C,C,C,C,C

docker/chrony/Dockerfile.j2

Lines changed: 0 additions & 22 deletions
This file was deleted.

docker/chrony/extend_start.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

kolla/common/config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
help='Aux Images'),
120120
cfg.ListOpt('default',
121121
default=[
122-
'chrony',
123122
'cron',
124123
'kolla-toolbox',
125124
'fluentd',
@@ -662,10 +661,6 @@
662661
'uid': 42405,
663662
'gid': 42405,
664663
},
665-
'chrony-user': {
666-
'uid': 42406,
667-
'gid': 42406,
668-
},
669664
'cinder-user': {
670665
'uid': 42407,
671666
'gid': 42407,
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Support of building chrony image has been removed.

0 commit comments

Comments
 (0)