Merge "Deprecate Sensu images"

changes/29/710029/3
Zuul 3 years ago committed by Gerrit Code Review
commit 90e38f23d4

@ -47,7 +47,7 @@ masakari,N,C,N,C,N,C
memcached,C,C,C,C,N,C
mistral,C,C,C,C,N,C
monasca,N,N,N,N,N,N
mongodb,N,N,C,C,N,N
mongodb (deprecated),N,N,C,C,N,N
multipathd,C,C,C,C,N,C
murano,C,C,C,C,N,C
neutron,C,C,C,C,N,C
@ -55,7 +55,7 @@ neutron-mlnx-agent,C,C,N,C,N,C
nova,C,C,C,C,N,C
novajoin,C,C,N,C,N,C
octavia,C,C,N,C,N,C
opendaylight,N,N,N,N,N,N
opendaylight (deprecated),N,N,N,N,N,N
openvswitch,C,C,C,C,N,C
ovn,C,C,C,C,N,C
ovsdpdk,N,N,C,C,N,N
@ -73,7 +73,7 @@ rsyslog,C,C,C,C,N,C
sahara,C,C,C,C,N,C
searchlight,N,C,N,C,N,C
senlin,C,C,C,C,N,C
sensu,C,C,N,N,N,N
sensu (deprecated),C,C,N,N,N,N
skydive,N,N,N,N,N,N
solum,N,C,N,C,N,C
storm,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
47 memcached,C,C,C,C,N,C
48 mistral,C,C,C,C,N,C
49 monasca,N,N,N,N,N,N
50 mongodb,N,N,C,C,N,N mongodb (deprecated),N,N,C,C,N,N
51 multipathd,C,C,C,C,N,C
52 murano,C,C,C,C,N,C
53 neutron,C,C,C,C,N,C
55 nova,C,C,C,C,N,C
56 novajoin,C,C,N,C,N,C
57 octavia,C,C,N,C,N,C
58 opendaylight,N,N,N,N,N,N opendaylight (deprecated),N,N,N,N,N,N
59 openvswitch,C,C,C,C,N,C
60 ovn,C,C,C,C,N,C
61 ovsdpdk,N,N,C,C,N,N
73 sahara,C,C,C,C,N,C
74 searchlight,N,C,N,C,N,C
75 senlin,C,C,C,C,N,C
76 sensu,C,C,N,N,N,N sensu (deprecated),C,C,N,N,N,N
77 skydive,N,N,N,N,N,N
78 solum,N,C,N,C,N,C
79 storm,C,C,C,C,N,C

@ -47,7 +47,7 @@ masakari,N,T,N,T,N,C
memcached,T,T,T,T,N,C
mistral,C,T,N,C,N,C
monasca,N,C,N,C,N,N
mongodb,C,C,C,C,N,N
mongodb (deprecated),C,C,C,C,N,N
multipathd,C,C,C,C,N,C
murano,C,C,C,C,N,C
neutron,T,T,T,T,N,T
@ -55,7 +55,7 @@ neutron-mlnx-agent,C,C,N,C,N,C
nova,T,T,T,T,N,T
novajoin,C,C,N,C,N,C
octavia,C,C,N,C,N,C
opendaylight,C,C,C,C,N,N
opendaylight (deprecated),C,C,C,C,N,N
openvswitch,T,T,T,T,N,T
ovn,C,C,C,C,N,C
ovsdpdk,N,N,C,C,N,N
@ -73,7 +73,7 @@ rsyslog,C,C,C,C,N,C
sahara,C,C,C,C,N,C
searchlight,N,C,N,C,N,C
senlin,C,C,C,C,N,C
sensu,C,C,C,C,N,N
sensu (deprecated),C,C,C,C,N,N
skydive,C,C,C,C,N,C
solum,N,C,N,C,N,C
storm,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
47 memcached,T,T,T,T,N,C
48 mistral,C,T,N,C,N,C
49 monasca,N,C,N,C,N,N
50 mongodb,C,C,C,C,N,N mongodb (deprecated),C,C,C,C,N,N
51 multipathd,C,C,C,C,N,C
52 murano,C,C,C,C,N,C
53 neutron,T,T,T,T,N,T
55 nova,T,T,T,T,N,T
56 novajoin,C,C,N,C,N,C
57 octavia,C,C,N,C,N,C
58 opendaylight,C,C,C,C,N,N opendaylight (deprecated),C,C,C,C,N,N
59 openvswitch,T,T,T,T,N,T
60 ovn,C,C,C,C,N,C
61 ovsdpdk,N,N,C,C,N,N
73 sahara,C,C,C,C,N,C
74 searchlight,N,C,N,C,N,C
75 senlin,C,C,C,C,N,C
76 sensu,C,C,C,C,N,N sensu (deprecated),C,C,C,C,N,N
77 skydive,C,C,C,C,N,C
78 solum,N,C,N,C,N,C
79 storm,C,C,C,C,N,C

@ -149,7 +149,7 @@ UNBUILDABLE_IMAGES = {
"nova-spicehtml5proxy", # Missing spicehtml5 package
"opendaylight", # Missing opendaylight repo
"ovsdpdk", # Not supported on CentOS
"sensu-base", # Missing sensu package
"sensu-base", # Dropped by CentOS
"tgtd", # Not supported on CentOS 8
},

@ -0,0 +1,6 @@
---
deprecations:
- |
Deprecates support for Sensu images. In Victoria support for Sensu images
will be removed from Kolla. Note CentOS 8 already lost support for Sensu
due to decisions made upstream.
Loading…
Cancel
Save