Remove ptp image

Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>
Change-Id: If4f4e86619335bca6819f2cb6bc8e718e613cd5c
This commit is contained in:
Christian Berendt
2021-01-14 09:14:38 +01:00
parent 93204ecfec
commit 2e2b6f6d3c
7 changed files with 3 additions and 35 deletions

View File

@@ -143,8 +143,6 @@ Kolla provides images to deploy the following infrastructure components:
for highly available MySQL databases.
- `Memcached <https://www.memcached.org/>`__ a distributed memory object caching system.
- `Open vSwitch <https://www.openvswitch.org/>`__ and Linuxbridge back ends for Neutron.
- `Linux ptp <http://linuxptp.sourceforge.net/>`__ an implementation of the Precision
Time Protocol (PTP) according to IEEE standard 1588 for Linux.
- MariaDB Backup A tool which provides a method of performing a hot backup of your MySQL data while the
system is running.
- `Prometheus <https://prometheus.io/>`__ an open-source systems monitoring

View File

@@ -60,7 +60,6 @@ ovsdpdk,N,N,C,C,N,N
panko,C,C,C,C,N,C
placement,C,C,N,C,N,C
prometheus,C,C,C,C,N,C
ptp (deprecated),C,C,C,C,N,C
qdrouterd,C,C,C,C,N,N
rabbitmq,C,C,C,C,N,C
radvd (deprecated),C,C,C,C,N,C
1 Image,CentOS,,Ubuntu,,Debian
60 panko,C,C,C,C,N,C
61 placement,C,C,N,C,N,C
62 prometheus,C,C,C,C,N,C
ptp (deprecated),C,C,C,C,N,C
63 qdrouterd,C,C,C,C,N,N
64 rabbitmq,C,C,C,C,N,C
65 radvd (deprecated),C,C,C,C,N,C

View File

@@ -61,7 +61,6 @@ ovsdpdk,N,N,C,C,N,N
panko,C,C,C,C,C,C
placement,T,T,T,T,C,T
prometheus,C,C,C,C,C,C
ptp (deprecated),C,C,C,C,C,C
qdrouterd,C,C,N,N,N,N
rabbitmq,T,T,T,T,C,T
radvd (deprecated),C,C,C,C,C,C
1 Image,CentOS,,Ubuntu,,Debian
61 panko,C,C,C,C,C,C
62 placement,T,T,T,T,C,T
63 prometheus,C,C,C,C,C,C
ptp (deprecated),C,C,C,C,C,C
64 qdrouterd,C,C,N,N,N,N
65 rabbitmq,T,T,T,T,C,T
66 radvd (deprecated),C,C,C,C,C,C

View File

@@ -1,18 +0,0 @@
FROM {{ namespace }}/{{ infra_image_prefix }}base:{{ tag }}
{% block labels %}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% endblock %}
{% block ptp_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% set ptp_packages = ['linuxptp'] %}
{{ macros.install_packages(ptp_packages | customizable("packages")) }}
COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_extend_start
{% block ptp_footer %}{% endblock %}
{% block footer %}{% endblock %}

View File

@@ -1,12 +0,0 @@
#!/bin/bash
rm -f /var/run/ptp.pid
PTP_LOG_DIR="/var/log/kolla/ptp"
if [[ ! -d "${PTP_LOG_DIR}" ]]; then
mkdir -p ${PTP_LOG_DIR}
fi
if [[ $(stat -c %a ${PTP_LOG_DIR}) != "755" ]]; then
chmod 755 ${PTP_LOG_DIR}
fi

View File

@@ -64,7 +64,6 @@ _PROFILE_OPTS = [
'mariadb',
'memcached',
'openvswitch',
'ptp',
'qdrouterd',
'rabbitmq',
'redis',

View File

@@ -0,0 +1,3 @@
---
upgrade:
- The ``ptp`` image is removed per the deprecation cycle.