Skip to content

Commit e7ecb75

Browse files
committed
Remove chrony image from kolla
chrony is not supported in 'x' cycle, remove it from kolla Change-Id: I4d754e17280cc7e6ee95c46ffec3b86c2336fe48
1 parent 0506ede commit e7ecb75

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
@@ -112,8 +112,6 @@ Infrastructure components
112112

113113
Kolla provides images to deploy the following infrastructure components:
114114

115-
- `Chrony <https://chrony.tuxfamily.org/>`__ a versatile implementation
116-
of the Network Time Protocol (NTP) [deprecated].
117115
- `Collectd <https://collectd.org>`__,
118116
`InfluxDB <https://influxdata.com/time-series-platform/influxdb/>`__, and
119117
`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
@@ -122,7 +122,6 @@
122122
help='Aux Images'),
123123
cfg.ListOpt('default',
124124
default=[
125-
'chrony',
126125
'cron',
127126
'kolla-toolbox',
128127
'fluentd',
@@ -760,10 +759,6 @@
760759
'uid': 42405,
761760
'gid': 42405,
762761
},
763-
'chrony-user': {
764-
'uid': 42406,
765-
'gid': 42406,
766-
},
767762
'cinder-user': {
768763
'uid': 42407,
769764
'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)