Skip to content

Commit 27b2914

Browse files
committed
Remove sensu images
They have been deprecated in Ussuri [1]. [1]: https://review.opendev.org/#/c/711636/ Upstream dropped it: IMPORTANT: Sensu Core reached end-of-life (EOL) on December 31, 2019, and we permanently removed the Sensu EOL repository on February 1, 2021. Change-Id: I0cfde46c29eedce77c70c1c677220814a801ff3a (cherry picked from commit 0cfd362)
1 parent 114e728 commit 27b2914

File tree

13 files changed

+6
-189
lines changed

13 files changed

+6
-189
lines changed

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ rsyslog,C,C,C,C,N,C
7474
sahara,C,C,C,C,N,C
7575
searchlight,N,C,N,C,N,C
7676
senlin,C,C,C,C,N,C
77-
sensu (deprecated),C,C,N,N,N,N
7877
skydive,N,N,N,N,N,N
7978
solum,N,C,N,C,N,C
8079
storm,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
@@ -75,7 +75,6 @@ rsyslog,C,C,C,C,C,C
7575
sahara,C,C,C,C,C,C
7676
searchlight,N,C,N,C,N,C
7777
senlin,C,C,C,C,C,C
78-
sensu (deprecated),C,C,C,C,N,N
7978
skydive,C,C,C,C,C,C
8079
solum,N,C,N,C,N,C
8180
storm,C,C,C,C,C,C

docker/base/sources.list.ubuntu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ deb http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri main
3333
# Qdrouterd repo
3434
#deb http://ppa.launchpad.net/qpid/released/ubuntu/ bionic main
3535

36-
# Sensu repo
37-
#deb https://sensu.global.ssl.fastly.net/apt bionic main
38-
3936
# Opendaylight repo
4037
#deb http://ppa.launchpad.net/odl-team/carbon/ubuntu xenial main
4138

docker/sensu/sensu-api/Dockerfile.j2

Lines changed: 0 additions & 13 deletions
This file was deleted.

docker/sensu/sensu-base/Dockerfile.j2

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker/sensu/sensu-base/extend_start.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

docker/sensu/sensu-client/Dockerfile.j2

Lines changed: 0 additions & 82 deletions
This file was deleted.

docker/sensu/sensu-server/Dockerfile.j2

Lines changed: 0 additions & 42 deletions
This file was deleted.

kolla/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@
10941094
'uid': 42466,
10951095
'gid': 42466,
10961096
},
1097-
'sensu-user': {
1097+
'sensu-user': { # unused used (sensu dropped)
10981098
'uid': 42467,
10991099
'gid': 42467,
11001100
},

kolla/image/build.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
"nova-spicehtml5proxy", # Missing spicehtml5 package
139139
"opendaylight", # Missing opendaylight repo
140140
"ovsdpdk", # Not supported on CentOS
141-
"sensu-base", # Dropped by CentOS
142141
"tgtd", # Not supported on CentOS 8
143142
},
144143

@@ -150,7 +149,6 @@
150149
"opendaylight", # no binary package
151150
"ovsdpdk",
152151
"qdrouterd",
153-
"sensu-base",
154152
},
155153

156154
'ubuntu': {
@@ -159,11 +157,6 @@
159157

160158
'ubuntu+aarch64': {
161159
"kibana", # no binary package
162-
"sensu-base", # no binary package
163-
},
164-
165-
'ubuntu+ppc64le': {
166-
"sensu-base", # no binary package
167160
},
168161

169162
'centos+aarch64': {

0 commit comments

Comments
 (0)