Merge "Remove radvd image"

This commit is contained in:
Zuul 2021-01-14 14:53:26 +00:00 committed by Gerrit Code Review
commit 2e14723419
4 changed files with 3 additions and 16 deletions

View File

@ -61,7 +61,6 @@ placement,C,C,N,C,N,C
prometheus,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
rally,C,C,N,C,N,C
redis,C,C,C,C,N,C
sahara,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
61 prometheus,C,C,C,C,N,C
62 qdrouterd,C,C,C,C,N,N
63 rabbitmq,C,C,C,C,N,C
radvd (deprecated),C,C,C,C,N,C
64 rally,C,C,N,C,N,C
65 redis,C,C,C,C,N,C
66 sahara,C,C,C,C,N,C

View File

@ -62,7 +62,6 @@ placement,T,T,T,T,C,T
prometheus,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
rally,C,C,N,C,C,C
redis,C,T,C,C,C,C
sahara,C,C,C,C,C,C

1 Image,CentOS,,Ubuntu,,Debian
62 prometheus,C,C,C,C,C,C
63 qdrouterd,C,C,N,N,N,N
64 rabbitmq,T,T,T,T,C,T
radvd (deprecated),C,C,C,C,C,C
65 rally,C,C,N,C,C,C
66 redis,C,T,C,C,C,C
67 sahara,C,C,C,C,C,C

View File

@ -1,14 +0,0 @@
FROM {{ namespace }}/{{ infra_image_prefix }}base:{{ tag }}
{% block labels %}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% endblock %}
{% block radvd_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% set radvd_packages = ['radvd'] %}
{{ macros.install_packages(radvd_packages| customizable("packages")) }}
{% block radvd_footer %}{% endblock %}
{% block footer %}{% endblock %}

View File

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