Skip to content

Commit 80caffa

Browse files
markgoddardyoctozepto
authored andcommitted
Sensu: Remove ceph and process-checks plugins from client
The sensu image became unbuildable, failing to install the ceph plugin: Unable to resolve dependencies: sensu-plugins-ceph requires english (= 0.6.3) This has happened because the author of the 'english' gem has seen fit to publish a new 0.7.0 release, and 'yank' [1] all previous releases from rubygems. This change removes the ceph and process-checks plugins, which both suffer from a dependency on the yanked english 0.6.3. [1] https://rubygems.org/gems/english/versions/0.6.3 Change-Id: I9d34413fa10b5a2920aca60b08141bfaddcc7415 Closes-Bug: #1871600 (cherry picked from commit 818dc4d)
1 parent 8d0af28 commit 80caffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/sensu/sensu-client/Dockerfile.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ RUN echo '{{ image_name }} not yet available for {{ base_distro }}' \
6161
# Let's cap them to the known major version that works with the ruby shipped on
6262
# rhel/centos/oraclelinux (currently 2.0)
6363
{% set sensu_plugins = [
64-
'ceph:"~>1"',
6564
'cpu-checks:"~>1"',
6665
'disk-checks:"~>2"',
6766
'dns:"~>1"',
@@ -79,7 +78,6 @@ RUN echo '{{ image_name }} not yet available for {{ base_distro }}' \
7978
'network-checks:"~>2"',
8079
'ntp:"~>1"',
8180
'openstack:"~>1"',
82-
'process-checks:"~>2"',
8381
'rabbitmq:"~>3"',
8482
'redis:"~>2"',
8583
'uptime-checks:"~>1"',

0 commit comments

Comments
 (0)