diff --git a/docker/base/sources.list.ubuntu b/docker/base/sources.list.ubuntu index ccf1d3b1ae..b4b44feb8c 100644 --- a/docker/base/sources.list.ubuntu +++ b/docker/base/sources.list.ubuntu @@ -27,9 +27,6 @@ deb http://packages.treasuredata.com/3/ubuntu/bionic/ bionic contrib # Qdrouterd repo deb http://ppa.launchpad.net/qpid/released/ubuntu/ bionic main -# Sensu repo -deb https://sensu.global.ssl.fastly.net/apt bionic main - # Opendaylight repo deb http://ppa.launchpad.net/odl-team/carbon/ubuntu xenial main diff --git a/kolla/image/build.py b/kolla/image/build.py index f5879eb3e8..b4846a1576 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -131,6 +131,7 @@ SKIPPED_IMAGES = { # There is no qdrouterd package for ubuntu bionic "qdrouterd", "searchlight-base", + "sensu-base", "solum-base", "tacker-base", "tripleoclient", @@ -149,6 +150,7 @@ SKIPPED_IMAGES = { "helm-repository", # There is no qdrouterd package for ubuntu bionic "qdrouterd", + "sensu-base", "tripleoclient", # TODO(jeffrey4l): remove tripleo-ui when following bug is fixed # https://bugs.launchpad.net/tripleo/+bug/1744215