You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/10/25 14:15:34 UTC

[incubator-dlab] branch DLAB-1211 created (now d6c7ff6)

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

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


      at d6c7ff6  fix typo

This branch includes the following new commits:

     new 5cca975  fix typo
     new d6c7ff6  fix typo

The 2 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] 02/02: fix typo

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

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

commit d6c7ff6005ef06af71fe3dc4019902dc1e581eb0
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Fri Oct 25 16:36:12 2019 +0300

    fix typo
---
 .../src/general/scripts/aws/project_prepare.py                       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/project_prepare.py b/infrastructure-provisioning/src/general/scripts/aws/project_prepare.py
index 4797796..fd2a94d 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/project_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/project_prepare.py
@@ -58,8 +58,9 @@ if __name__ == "__main__":
     project_conf['edge_instance_name'] = '{}-{}-{}-edge'.format(project_conf['service_base_name'],
                                                                 os.environ['project_name'], os.environ['endpoint_name'])
     project_conf['tag_name'] = '{}-Tag'.format(project_conf['service_base_name'])
-    project_conf['bucket_name_tag'] = '{}-{}-bucket'.format(project_conf['service_base_name'],
-                                                     os.environ['project_name'])
+    project_conf['bucket_name_tag'] = '{0}-{1}-{2}-bucket'.format(project_conf['service_base_name'],
+                                                                  project_conf['project_name'],
+                                                                  project_conf['endpoint_name'])
     project_conf['bucket_name'] = project_conf['bucket_name_tag'].lower().replace('_', '-')
     project_conf['ssn_bucket_name'] = '{}-ssn-bucket'.format(
         project_conf['service_base_name']).lower().replace('_', '-')


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


[incubator-dlab] 01/02: fix typo

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

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

commit 5cca975607e31de517c12ac8be77af3097f14637
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Fri Oct 25 11:41:18 2019 +0300

    fix typo
---
 .../src/general/scripts/gcp/dataengine-service_prepare.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py b/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py
index d02602b..d6bb17a 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py
@@ -93,7 +93,7 @@ if __name__ == "__main__":
                                                                    os.environ['gcp_project_id'])
     dataproc_conf['edge_instance_hostname'] = '{0}-{1}-{2}-edge'.format(dataproc_conf['service_base_name'],
                                                                         dataproc_conf['project_name'],
-                                                                        dataproc_conf['project_tag'])
+                                                                        dataproc_conf['endpoint_name'])
     dataproc_conf['dlab_ssh_user'] = os.environ['conf_os_user']
 
     edge_status = GCPMeta().get_instance_status(dataproc_conf['edge_instance_hostname'])


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