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

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


The following commit(s) were added to refs/heads/DATALAB-2410 by this push:
     new 6f1cf89  [DATALAB-2410]: added output
6f1cf89 is described below

commit 6f1cf89aff70d8d8577bf5089db004e5151a140d
Author: leonidfrolov <[email protected]>
AuthorDate: Wed Jun 9 15:50:59 2021 +0300

    [DATALAB-2410]: added output
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index f1438cb..1d3ac18 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1064,7 +1064,7 @@ def init_args():
     parser.add_argument('--ssn_k8s_nlb_dns_name', type=str, default='')
     parser.add_argument('--ssn_k8s_alb_dns_name', type=str, default='')
     # TEMPORARY
-
+    print('==========2')
     print(parser.parse_known_args())
     args = parser.parse_known_args()[0]
 
@@ -1106,6 +1106,7 @@ def close_connection():
 def start_deploy():
     global args
     init_args()
+    print('==========1')
     print(args)
     if args.hostname == "":
         args.hostname = args.endpoint_eip_address

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to