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

[incubator-dlab] branch feature/projects updated: project_name added to response file

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

bhliva pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/feature/projects by this push:
     new da89acc  project_name added to response file
     new fb1009f  Merge pull request #130 from bodnarmykola/DLAB-748
da89acc is described below

commit da89acc02e80c3144436b994ba15392abb904c7f
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Wed Jun 26 13:48:05 2019 +0300

    project_name added to response file
---
 infrastructure-provisioning/src/general/scripts/aws/edge_configure.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py b/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py
index b193023..c215fd2 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py
@@ -245,6 +245,7 @@ if __name__ == "__main__":
                    "edge_sg": edge_conf['edge_security_group_name'],
                    "notebook_subnet": edge_conf['private_subnet_cidr'],
                    "full_edge_conf": edge_conf,
+                   "project_name": os.environ['project_name'],
                    "Action": "Create new EDGE server"}
             print(json.dumps(res))
             result.write(json.dumps(res))


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