You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/04/27 10:03:22 UTC

[incubator-datalab] 01/01: [DATALAB-2091]: added additional output during azure ssn termination

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

lfrolov pushed a commit to branch DATALAB-2340
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 2215e1a8569f0e28fc02fed758102b0ffec5f196
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Apr 27 13:03:01 2021 +0300

    [DATALAB-2091]: added additional output during azure ssn termination
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
index 7c7399a..38949eb 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
@@ -47,6 +47,8 @@ def terminate_ssn_node(resource_group_name, service_base_name, vpc_name, region)
     print("Removing network interfaces")
     try:
         for network_interface in AzureMeta.list_network_interfaces(resource_group_name):
+            print("======1")
+            print(network_interface)
             if service_base_name == network_interface.tags["SBN"]:
                 AzureActions.delete_network_if(resource_group_name, network_interface.name)
                 print("Network interface {} has been removed".format(network_interface.name))

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