This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new 239c9cd added step-ca
239c9cd is described below
commit 239c9cd1dbe18c92b83fc5a998394554a36efc29
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Dec 5 17:54:29 2019 +0200
added step-ca
---
infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 53596e7..07e73b0 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -125,8 +125,8 @@ def ensure_step_certs():
'access-configs/0/external-ip').stdout.replace('\n', '')
try:
public_ip_address = conn.sudo('curl -H "Metadata-Flavor:
Google" '
-
'http://metadata/computeMetadata/v1/instance/network-interfaces/0/ip'
-
'access-configs/0/external-ip').stdout.replace('\n', '')
+
'http://metadata/computeMetadata/v1/instance/network-interfaces/0/'
+ 'ip').stdout.replace('\n',
'')
except:
public_ip_address = None
else:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]