You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by io...@apache.org on 2019/04/08 15:36:46 UTC

[incubator-dlab] branch develop updated (e66a70a -> f74984a)

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

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


    from e66a70a  Merge pull request #87 from apache/DLAB-593
     add 4c04431  [DLAB-594]: added tags for Elastic IPs
     add 2cad14f  [DLAB-594]: added tags for VPCs,subnets, Route tables, SGs and IAM roles
     add e506e4b  [DLAB-594]: fixed issue with creating IAM role and added tag for peering connection
     add 4348401  [DLAB-594]: fixed issue with creating IAM role
     add 6c7a30a  [DLAB-594]: fixed issue with removing peering connection during rolling back
     add e2b5f80  debugging
     add 74788b1  [DLAB-594]: Fixed issue second VPC
     add b8bec80  [DLAB-594]: Fixed typo
     add 4900f52  [DLAB-594]: Fixed typo
     new f74984a  Merge pull request #88 from apache/DLAB-594

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.


Summary of changes:
 README.md                                          |  3 +-
 .../src/general/files/aws/ssn_policy.json          |  3 +-
 .../src/general/lib/aws/actions_lib.py             | 28 +++-----
 .../scripts/aws/common_create_role_policy.py       |  5 +-
 .../general/scripts/aws/common_create_subnet.py    |  8 +--
 .../scripts/aws/edge_associate_elastic_ip.py       |  7 +-
 .../src/general/scripts/aws/edge_prepare.py        | 26 ++++---
 .../scripts/aws/ssn_associate_elastic_ip.py        |  7 +-
 .../src/general/scripts/aws/ssn_configure.py       | 48 +++++++++++++
 .../src/general/scripts/aws/ssn_create_vpc.py      |  5 ++
 .../src/general/scripts/aws/ssn_prepare.py         | 81 ++++++++++++++++++----
 11 files changed, 173 insertions(+), 48 deletions(-)


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


[incubator-dlab] 01/01: Merge pull request #88 from apache/DLAB-594

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

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

commit f74984add985e3c8b5b24d848e2716b505e932dd
Merge: e66a70a 4900f52
Author: i.oleksandr <i....@gmail.com>
AuthorDate: Mon Apr 8 18:36:42 2019 +0300

    Merge pull request #88 from apache/DLAB-594
    
    [DLAB-594]: Added tags for resources

 README.md                                          |  3 +-
 .../src/general/files/aws/ssn_policy.json          |  3 +-
 .../src/general/lib/aws/actions_lib.py             | 28 +++-----
 .../scripts/aws/common_create_role_policy.py       |  5 +-
 .../general/scripts/aws/common_create_subnet.py    |  8 +--
 .../scripts/aws/edge_associate_elastic_ip.py       |  7 +-
 .../src/general/scripts/aws/edge_prepare.py        | 26 ++++---
 .../scripts/aws/ssn_associate_elastic_ip.py        |  7 +-
 .../src/general/scripts/aws/ssn_configure.py       | 48 +++++++++++++
 .../src/general/scripts/aws/ssn_create_vpc.py      |  5 ++
 .../src/general/scripts/aws/ssn_prepare.py         | 81 ++++++++++++++++++----
 11 files changed, 173 insertions(+), 48 deletions(-)


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