You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/08/05 16:30:59 UTC

[incubator-dlab] 03/03: [DLAB-1594]: enabled resource termination on failure

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-1594-2
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit d3c172310d75f6821646e1bf28cf8d3f990b9aee
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Aug 5 19:30:37 2020 +0300

    [DLAB-1594]: enabled resource termination on failure
---
 infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py
index 4cd1efb..110efb9 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py
@@ -263,7 +263,7 @@ if __name__ == "__main__":
             raise Exception
     except Exception as err:
         dlab.fab.append_result("Failed installing nginx reverse proxy. Excpeption: " + str(err))
-        #clear_resources()
+        clear_resources()
         sys.exit(1)
 
     try:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org