kolla/kolla
Marcin Juszkiewicz 52cac09d3d handle push error properly
If there was some error during pushing then Kolla was greeting with "all went
fine" message anyway:

INFO:kolla.common.utils.aodh-api:Trying to push the image
ERROR:kolla.common.utils.aodh-api:Get http://10.101.16.1:5000/v2/: dial tcp 10.101.16.1:5000: connect: no route to host
INFO:kolla.common.utils.aodh-api:Pushed successfully

This patch changes that. Now if there is an error during push then proper
exception is raised to PushTask and image is marked with PUSH_ERROR status.

This way at the end of build it is easy to spot which images did not got
pushed to registry:

INFO:kolla.common.utils:===========================
INFO:kolla.common.utils:Images that failed to build
INFO:kolla.common.utils:===========================
ERROR:kolla.common.utils:base Failed with status: push_error
ERROR:kolla.common.utils:nova-api Failed with status: push_error
ERROR:kolla.common.utils:nova-base Failed with status: push_error
ERROR:kolla.common.utils:nova-compute Failed with status: push_error
ERROR:kolla.common.utils:nova-compute-ironic Failed with status: push_error
ERROR:kolla.common.utils:nova-conductor Failed with status: push_error

Closes-Bug: #1848019
Change-Id: Id2ab97bf4c0dc3423268a0ea435b56f4a65f7196
2019-10-16 05:02:16 +00:00
..
cmd Change how build process treats unbuildable images 2019-07-21 17:39:06 +00:00
common Remove support for OracleLinux 2019-09-18 13:42:47 +01:00
hacking Improve pep8 checking along with hacking 2018-10-09 12:26:24 +00:00
image handle push error properly 2019-10-16 05:02:16 +00:00
template Introduce clean_package_cache 2019-03-17 17:39:52 +00:00
tests handle push error properly 2019-10-16 05:02:16 +00:00
__init__.py Make Kolla installable via PIP 2015-08-24 16:08:49 -07:00
exception.py Add dots at first line in docstring 2017-05-04 09:23:41 +01:00
opts.py Generate the kolla-build.conf file using oslo_config 2016-01-06 08:11:06 +08:00
version.py Generate the kolla-build.conf file using oslo_config 2016-01-06 08:11:06 +08:00