Merge "Drop vmtp"

This commit is contained in:
Zuul 2021-12-21 12:16:04 +00:00 committed by Gerrit Code Review
commit aacde4a0de
10 changed files with 8 additions and 51 deletions

View File

@ -100,7 +100,6 @@ Kolla provides images to deploy the following OpenStack projects:
- `Tacker <https://docs.openstack.org/tacker/latest/>`__
- `Trove <https://docs.openstack.org/trove/latest/>`__
- `Vitrage <https://docs.openstack.org/vitrage/latest/>`__
- `Vmtp <https://vmtp.readthedocs.io/en/latest/>`__
- `Watcher <https://docs.openstack.org/watcher/latest/>`__
- `Zun <https://docs.openstack.org/zun/latest/>`__

View File

@ -66,7 +66,6 @@ telegraf,N,N,N,N,N,N
tgtd,C,C,C,C,N,C
trove,C,C,N,C,N,C
vitrage,C,C,N,C,N,C
vmtp,N,C,N,C,N,C
watcher,C,C,C,C,N,C
zookeeper,C,C,C,C,N,C
zun,N,C,N,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
66 tgtd,C,C,C,C,N,C
67 trove,C,C,N,C,N,C
68 vitrage,C,C,N,C,N,C
vmtp,N,C,N,C,N,C
69 watcher,C,C,C,C,N,C
70 zookeeper,C,C,C,C,N,C
71 zun,N,C,N,C,N,C

View File

@ -67,7 +67,6 @@ telegraf,C,C,C,C,C,N
tgtd,N,N,C,T,C,C
trove,C,C,C,C,N,C
vitrage,C,C,N,C,C,C
vmtp,N,C,N,C,N,C
watcher,C,C,C,C,C,C
zookeeper,C,C,C,C,C,C
zun,N,T,N,T,N,C

1 Image,CentOS,,Ubuntu,,Debian
67 tgtd,N,N,C,T,C,C
68 trove,C,C,C,C,N,C
69 vitrage,C,C,N,C,C,C
vmtp,N,C,N,C,N,C
70 watcher,C,C,C,C,C,C
71 zookeeper,C,C,C,C,C,C
72 zun,N,T,N,T,N,C

View File

@ -1,38 +0,0 @@
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
{% block labels %}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% endblock %}
{% block vmtp_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{{ macros.configure_user(name='vmtp') }}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% elif install_type == 'source' %}
{% set vmtp_pip_packages = [
'/vmtp'
] %}
ADD vmtp-archive /vmtp-source
RUN ln -s vmtp-source/* vmtp \
&& {{ macros.install_pip(vmtp_pip_packages | customizable("pip_packages")) }} \
&& mkdir -p /etc/vmtp \
&& chown -R vmtp: /etc/vmtp
{% endif %}
COPY vmtp_sudoers /etc/sudoers.d/kolla_vmtp_sudoers
RUN chmod 750 /etc/sudoers.d \
&& chmod 440 /etc/sudoers.d/kolla_vmtp_sudoers
{% block vmtp_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER vmtp

View File

@ -1 +0,0 @@
%kolla ALL=(root) NOPASSWD: /usr/bin/chown -R vmtp\: /var/lib/vmtp, /bin/chown -R vmtp\: /var/lib/vmtp

View File

@ -624,10 +624,6 @@ SOURCES = {
'type': 'url',
'location': ('$tarballs_base/openstack/vitrage/'
'vitrage-${openstack_branch}.tar.gz')},
'vmtp': {
'type': 'url',
'location': ('$tarballs_base/openstack/vmtp/'
'vmtp-master.tar.gz')},
'watcher-base': {
'type': 'url',
'location': ('$tarballs_base/openstack/watcher/'
@ -822,7 +818,7 @@ USERS = {
'uid': 42449,
'gid': 42449,
},
'vmtp-user': {
'vmtp-user': { # unused user (vmtp dropped)
'uid': 42450,
'gid': 42450,
},

View File

@ -94,13 +94,11 @@ UNBUILDABLE_IMAGES = {
"monasca-base",
"monasca-thresh",
"solum-base",
"vmtp",
"zun-base",
},
'source': {
"watcher-base", # https://bugs.launchpad.net/watcher/+bug/1952944
"vmtp", # https://review.opendev.org/c/x/vmtp/+/820057
},
'centos': {

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
Support for building ``vmtp`` has been dropped per the mailing list notice.
The ``vmtp`` project is no longer buildable, is outside of the OpenStack
namespace and looks plain abandoned.
`See the mailing list notice <http://lists.openstack.org/pipermail/openstack-discuss/2021-December/026232.html>`__

View File

@ -66,7 +66,6 @@ kolla_build_sources:
- mistral-base-plugin-tacker
openstack/trove: trove-base
openstack/vitrage: vitrage-base
openstack/vmtp: vmtp
openstack/watcher: watcher-base
openstack/zun: zun-base

View File

@ -47,7 +47,6 @@ SKIP_PROJECTS = {
# NOTE(hrw): those projects we take as they are they may have just one old
# release or no stable branch tarballs
ALWAYS_USE_VERSION_PROJECTS = {
'vmtp',
}
# NOTE(hrw): those projects have different names for release tarballs (first