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 2020/02/14 12:37:57 UTC

[incubator-dlab] branch develop updated (984cded -> 75a0636)

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

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


    from 984cded  [DLAB-1543]: Fixed issues on billing page (#602)
     new dcf62cb  DLAB-24 defined function to get index from service account name and changed all functions that use service account email
     new 56f218f  DLAB-24 added unique index to ssn service account id and role when creating and terminating ssn
     new b50d2f6  DLAB-24 added sbn argument to create instance script
     new a45188f  DLAB-24 updated get_index_by_service_account_name function
     new 4d1a702  DLAB-24 removed excessive sbn
     new 3f6abc7  DLAB-24 added print statement for testing
     new 6cedabe  DLAB-24 changed get index function to use sbn, accountID is not in format sbnindex instead of sbn-index, as when index is not defined sbn- is not a valid accountID
     new f6dd83a  DLAB-24 added print statement for testing
     new fc94a86  DLAB-24 removed print statement for testing
     new f059e53  DLAB-24 added page size for request in get_index_by_service_account_name
     new f2cc806  DLAB-24 updated get_index_by_service_account_name function to use page token
     new 5f6587e  DLAB-24 added print statement for testing
     new f5b6405  DLAB-24 made index for ssn to include "-" .e.g. -5354s
     new 0d732ab  DLAB-24 added unique index for project creation and termination
     new 73b6798  DLAB-24 removed -
     new 662cf2e  DLAB-24 replaced - with _
     new f64ff69  DLAB-24 removed "_" from the index
     new ecaf70c  DLAB-24 removed print in meta.lib, changed print in action lib
     new 541c47c  DLAB-24 added check for get_service_account if unique_index exists and added "-" before the index
     new 25b561c  DLAB-24 get_index_by_service_account_name doesnt need service base name anymore
     new 11f7e69  DLAB-24 to generate service account email new variable is used
     new ae55d2c  DLAB-24 added '-' before index in ssn-role name
     new 992804f  DLAB-24 rearranged structure of edge and ps role names
     new 3eac3b6  DLAB-24 added prints for testing
     new 7d1d9d7  DLAB-24 moved some variable definition, removed testing prints, removed unused lines
     new dc78929  DLAB-24 fixed error
     new 9356de7  DLAB-24 fixed error
     new c7d72d2  DLAB-24 fixed error
     new a4ef0e8  DLAB-24 added print statements in get_index_by_service_account_name function
     new fc3d5c7  DLAB-24 defined necessary variable
     new 0dfcb2b  DLAB-24 changed necessary variable
     new df26a38  DLAB-24 added variable, removed uuid generation from fabfile
     new 61440c3  DLAB-24 changed print in get_index_by_service_name
     new b0b0489  DLAB-24 changed print in get_index_by_service_name
     new d774cca  DLAB-24 returned deleted lines
     new 593b21f  DLAB-24 replaced service_id_variable with service_base_name
     new a938391  DLAB-24 distinguished ssn_unique_index
     new 512926e  DLAB-24 changed print in get_index... function
     new a38e329  DLAB-24 fixed error
     new 002b33c  DLAB-24 removed unnecessary lib
     new 75a0636  Merge pull request #603 from leonidfrolov/DLAB-24

The 8532 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.


Summary of changes:
 .../src/general/lib/gcp/actions_lib.py             | 41 +++++++++-------
 .../src/general/lib/gcp/meta_lib.py                | 56 ++++++++++++++++++++-
 .../general/scripts/gcp/common_create_instance.py  |  3 +-
 .../scripts/gcp/common_create_service_account.py   | 10 ++--
 .../general/scripts/gcp/common_prepare_notebook.py |  4 +-
 .../scripts/gcp/dataengine-service_configure.py    |  6 ++-
 .../scripts/gcp/dataengine-service_prepare.py      |  6 ++-
 .../src/general/scripts/gcp/dataengine_prepare.py  |  8 +--
 .../src/general/scripts/gcp/edge_configure.py      | 30 ++++++------
 .../src/general/scripts/gcp/edge_terminate.py      |  2 +-
 .../src/general/scripts/gcp/project_prepare.py     | 57 +++++++++++-----------
 .../src/general/scripts/gcp/project_terminate.py   | 10 ++--
 .../src/general/scripts/gcp/ssn_configure.py       | 22 ++++++---
 .../src/general/scripts/gcp/ssn_prepare.py         | 21 +++++---
 .../scripts/gcp/ssn_terminate_gcp_resources.py     |  2 +-
 infrastructure-provisioning/src/ssn/fabfile.py     |  7 ++-
 16 files changed, 185 insertions(+), 100 deletions(-)


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