You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/09/26 13:22:06 UTC

[incubator-dlab] branch DLAB-1028 updated: debugging

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

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


The following commit(s) were added to refs/heads/DLAB-1028 by this push:
     new e386873  debugging
e386873 is described below

commit e386873e710340122e6929787993af00b707526b
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Sep 26 16:21:58 2019 +0300

    debugging
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 6aa2563..f511cc1 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -224,6 +224,9 @@ def configure_supervisor_endpoint():
                 conn.run('mkdir -p {}'.format(web_path))
             if args.cloud_provider == 'aws':
                 interface = conn.sudo('curl -s http://169.254.169.254/latest/meta-data/network/interfaces/macs/')
+                print("=============")
+                print(interface)
+                print("=============")
                 args.vpc_id = conn.sudo('curl -s http://169.254.169.254/latest/meta-data/network/interfaces/macs/{}/'
                                         'vpc-id'.format(interface))
                 args.subnet_id = conn.sudo('curl -s http://169.254.169.254/latest/meta-data/network/interfaces/macs/{}/'


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