diff --git a/kolla/image/build.py b/kolla/image/build.py index 8abdad0ddb..72c64bf140 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -95,10 +95,16 @@ SKIPPED_IMAGES = { "zun-base", ], 'centos+source': [ + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1773938 + "kolla-toolbox", # TODO(spsurya): remove neutron-server-opendaylight fix below issue # https://bugs.launchpad.net/kolla/+bug/1764621 "neutron-server-opendaylight", "ovsdpdk", + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1774123 + "sensu-base", # TODO(jeffrey4l): remove tripleo-ui when following bug is fixed # https://bugs.launchpad.net/tripleo/+bug/1744215 "tripleo-ui" @@ -131,6 +137,9 @@ SKIPPED_IMAGES = { "zun-base", ], 'ubuntu+source': [ + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1773938 + "kolla-toolbox", # TODO(spsurya): remove neutron-server-opendaylight fix below issue # https://bugs.launchpad.net/kolla/+bug/1764621 "neutron-server-opendaylight", @@ -189,6 +198,9 @@ SKIPPED_IMAGES = { ], 'oraclelinux+source': [ "bifrost-base", + # TODO(mandre) remove after fixing + # https://bugs.launchpad.net/kolla/+bug/1773938 + "kolla-toolbox", # TODO(spsurya): remove neutron-server-opendaylight fix below issue # https://bugs.launchpad.net/kolla/+bug/1764621 "neutron-server-opendaylight",