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/03/18 13:18:40 UTC

[incubator-dlab] branch DLAB-1625 created (now 064ed88)

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

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


      at 064ed88  [DLAB-1625]: fixed starting edge node

This branch includes the following new commits:

     new 064ed88  [DLAB-1625]: fixed starting edge node

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-1625]: fixed starting edge node

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 064ed88d59da408f22749acbf591f5e19f71d913
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Mar 18 15:16:46 2020 +0200

    [DLAB-1625]: fixed starting edge node
---
 infrastructure-provisioning/src/general/scripts/gcp/edge_start.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/edge_start.py b/infrastructure-provisioning/src/general/scripts/gcp/edge_start.py
index 5d573b3..52da1be 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/edge_start.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/edge_start.py
@@ -50,7 +50,7 @@ if __name__ == "__main__":
                                                            edge_conf['project_name'], edge_conf['endpoint_name'])
     edge_conf['region'] = os.environ['gcp_region']
     edge_conf['zone'] = os.environ['gcp_zone']
-    edge_conf['static_address_name'] = '{0}-{1}-{2}-ip'.format(edge_conf['service_base_name'],
+    edge_conf['static_address_name'] = '{0}-{1}-{2}-static-ip'.format(edge_conf['service_base_name'],
                                                                edge_conf['project_name'],
                                                                edge_conf['endpoint_name'])
 


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